Hello. Please review a fix for jdk 9. Description:In the fix for JDK-8051449 was an incorrect assumption that String.replace() replaces only the first text occurrence, and it was changed to replaceAll().
Bug: https://bugs.openjdk.java.net/browse/JDK-8062738 Webrev can be found at: http://cr.openjdk.java.net/~serb/8062738/webrev.00 -- Best regards, Sergey.