< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/SysDictCrash.java

Print this page
rev 59383 : [mq]: final

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -40,12 +40,11 @@
     }
 
     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.createTestJvm(
           TestCommon.concat(vmOptionsPrefix,
             "-XX:+UseG1GC", "-XX:MaxRAMPercentage=12.5",
             "-cp", ".",
             "-XX:SharedBaseAddress=0", "-XX:SharedArchiveFile=./SysDictCrash.jsa",
< prev index next >