--- old/test/serviceability/logging/TestLogRotation.java 2016-05-03 22:43:59.649399406 +0900 +++ new/test/serviceability/logging/TestLogRotation.java 2016-05-03 22:43:59.510399890 +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