--- old/test/hotspot/jtreg/runtime/SharedArchiveFile/DumpSharedDictionary.java 2018-04-24 20:04:41.078543452 -0400 +++ new/test/hotspot/jtreg/runtime/SharedArchiveFile/DumpSharedDictionary.java 2018-04-24 20:04:39.754467217 -0400 @@ -42,7 +42,6 @@ if (args.length == 0) { // Start this process ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( - "-XX:+UnlockDiagnosticVMOptions", "-XX:SharedArchiveFile=./DumpSharedDictionary.jsa", "-Xshare:dump"); @@ -52,7 +51,6 @@ String testjdkPath = System.getProperty("test.jdk"); pb = ProcessTools.createJavaProcessBuilder( - "-XX:+UnlockDiagnosticVMOptions", "-XX:SharedArchiveFile=./DumpSharedDictionary.jsa", "-Dtest.jdk=" + testjdkPath, "-Xshare:on", "DumpSharedDictionary", "test");