RFR: 8179064: TestInterpreterMethodEntries.java is missing -XX:+UnlockDiagnosticVMOptions

Erik Helin erik.helin at oracle.com
Fri Apr 21 13:26:36 UTC 2017


Hi all,

this small patch adds the flag -XX:+UnlockDiagnosticVMOptions when 
TestInterpreterMethodEntries.java is using -XX:+UseCRC32Intrinsics. 
-XX:+UseCRC32Intrinsics is an diagnostic flag, so the test fails if 
-XX:+UnlockDiagnosticVMOptions isn't set.

Webrev:
http://cr.openjdk.java.net/~ehelin/8179064/00/

Bug:
https://bugs.openjdk.java.net/browse/JDK-8179064

Testing:
- JPRT
- make run-test 
TEST=hotspot/test/runtime/SharedArchiveFile/TestInterpreterMethodEntries.java

Thanks,
Erik


More information about the hotspot-runtime-dev mailing list