[9] RFR(XXS): 8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
Albert
albert.noll at oracle.com
Tue Mar 4 00:13:11 PST 2014
Hi all,
could I get reviews for this small patch?
Bug:
https://bugs.openjdk.java.net/browse/JDK-8036092
Problem:
-XX:+UseTypeSpeculation is a C2 flag, which is not known in a client VM.
Solution:
add -XX:+IgnoreUnrecognizedVMOptions to @run main/othervm
Testing:
Failing test case
Webrev:
http://cr.openjdk.java.net/~anoll/8036092/webrev.00/
Many thanks in advance,
Albert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140304/6678ea66/attachment.html
More information about the hotspot-compiler-dev
mailing list