RFR(xs): 8202130: [TESTBUG] Some appcds regression test cases fail with "Error: VM option 'PrintSystemDictionaryAtExit' is notproduct and is available only in debug version of VM"

Calvin Cheung calvin.cheung at oracle.com
Tue May 1 21:57:14 UTC 2018


JBS: https://bugs.openjdk.java.net/browse/JDK-8202130

webrev: http://cr.openjdk.java.net/~ccheung/8202130/webrev.00/

The PrintSystemDictionaryAtExit vm option is a debug option and is not 
available in release builds. It was there for debugging purposes while 
the tests were being developed. Removing the PrintSystemDictionaryAtExit 
vm option from the tests.

Tested with fastdebug and release builds on Oracle platforms.

thanks,
Calvin


More information about the hotspot-runtime-dev mailing list