RFR (XS) 8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build

Gerard Ziemski gerard.ziemski at oracle.com
Mon Nov 20 18:58:44 UTC 2017


hi all,

Please review this trivial fix to test/hotspot/jtreg/runtime/LoadClass/TestResize.java, which was failing on product build.

The problem here was that TestResize launches a java process with "PrintSystemDictionaryAtExit" flag set, which is a "notproduct" flag, and will fail on product build.

Thanks to Robbin Ehn for reporting it.

bug:    https://bugs.openjdk.java.net/browse/JDK-8191580
webrev: http://cr.openjdk.java.net/~gziemski/8191580_rev1


cheers



More information about the hotspot-runtime-dev mailing list