--- old/test/serviceability/logging/TestLogRotation.java 2016-04-21 18:30:04.225002061 +0900 +++ new/test/serviceability/logging/TestLogRotation.java 2016-04-21 18:30:04.069999157 +0900 @@ -75,7 +75,7 @@ ArrayList args = new ArrayList(); String[] logOpts = new String[]{ "-cp", System.getProperty("java.class.path"), - "-Xlog:gc=debug:" + logFileName + "::filesize=" + logFileSizeK + ",filecount=" + numberOfFiles, + "-Xlog:gc=debug:" + logFileName + "::filesize=" + logFileSizeK + "k,filecount=" + numberOfFiles, "-XX:-DisableExplicitGC", // to ensure that System.gc() works "-Xmx128M"}; // System.getProperty("test.java.opts") is '' if no options is set