[8u40] RFR (S): 8054805: Update CLI tests on RTM options to reflect changes from JDK-8054376
Filipp Zhinkin
filipp.zhinkin at oracle.com
Mon Aug 11 16:32:50 UTC 2014
Hi all,
please review fix for "8054805: Update CLI tests on RTM options
to reflect changes from JDK-8054376".
Before JDK-8054376 [*] all RTM-related VM options were 'experimental'
and after integration of JDK-8054376 three of them will be 'product'.
Corresponding CLI tests verify that options are experimental,
so after 8054376 several tests will start failing.
This fix (8054805) will update such tests so they become
identical to CLI tests for jdk9 where UseRTMLocking, UseRTMDeopt
and RTMRetryCount options were always 'product'.
Webrev: http://cr.openjdk.java.net/~fzhinkin/8054805/webrev.00/
Bug id: https://bugs.openjdk.java.net/browse/JDK-8054805
Testing: manual, JPRT, automated.
[*] https://bugs.openjdk.java.net/browse/JDK-8054376
Thanks,
Filipp.
More information about the hotspot-compiler-dev
mailing list