RFR: 8179064: TestInterpreterMethodEntries.java is missing -XX:+UnlockDiagnosticVMOptions
Christian Tornqvist
christian.tornqvist at oracle.com
Fri Apr 21 13:35:22 UTC 2017
Hi Erik,
Looks good, thanks for fixing this :)
Thanks,
Christian
> On Apr 21, 2017, at 9:26 AM, Erik Helin <erik.helin at oracle.com> wrote:
>
> 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