RFR(XS) : 8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
Tatiana Pivovarova
tatiana.pivovarova at oracle.com
Thu Nov 6 12:27:18 UTC 2014
Hi,
please review the following patch
Bug: https://bugs.openjdk.java.net/browse/JDK-8062742
Webrev: http://cr.openjdk.java.net/~iignatyev/tpivovarova/8062742/webrev.00/
Problem:
Flag "-XX:+EliminateAutoBox" works on server VM only. The test should
work with Client VM too.
Solution:
Add flag "-XX:+IgnoreUnrecognizedVMOptions."
Testing:
Manual
Thanks,
Tatiana
More information about the hotspot-compiler-dev
mailing list