--- old/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/SysDictCrash.java 2020-05-01 02:27:27.589805094 -0700 +++ new/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/SysDictCrash.java 2020-05-01 02:27:27.209797785 -0700 @@ -42,8 +42,7 @@ public static void test(String[] args) throws Exception { String vmOptionsPrefix[] = SharedStringsUtils.getChildVMOptionsPrefix(); - // SharedBaseAddress=0 puts the archive at a very high address on solaris, - // which provokes the crash. + // SharedBaseAddress=0 puts the archive at a very high address, which provokes the crash. ProcessBuilder dumpPb = ProcessTools.createJavaProcessBuilder(true, TestCommon.concat(vmOptionsPrefix, "-XX:+UseG1GC", "-XX:MaxRAMPercentage=12.5",