--- old/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/SysDictCrash.java 2020-05-20 18:04:27.891217490 -0700 +++ new/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/SysDictCrash.java 2020-05-20 18:04:27.559211116 -0700 @@ -1,5 +1,5 @@ /* - * 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 @@ -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.createTestJvm( TestCommon.concat(vmOptionsPrefix, "-XX:+UseG1GC", "-XX:MaxRAMPercentage=12.5",