8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm

Reviewed-by: kvn, rbackman, anoll, vlivanov, iignatyev
This commit is contained in:
Tatiana Pivovarova 2014-11-08 16:00:28 +03:00 committed by Igor Ignatyev
parent dda16f6ccd
commit 80830d4932
2 changed files with 3 additions and 2 deletions

View File

@ -431,7 +431,8 @@ hotspot_compiler_2 = \
compiler/8005033/Test8005033.java \
compiler/8005419/Test8005419.java \
compiler/8005956/PolynomialRoot.java \
compiler/8007294/Test8007294.java
compiler/8007294/Test8007294.java \
compiler/EliminateAutoBox/UnsignedLoads.java
hotspot_compiler_3 = \
compiler/8007722/Test8007722.java \

View File

@ -26,7 +26,7 @@
/*
* @test
* @library /testlibrary
* @run main/othervm -Xbatch -XX:+EliminateAutoBox
* @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+EliminateAutoBox
* -XX:CompileOnly=::valueOf,::byteValue,::shortValue,::testUnsignedByte,::testUnsignedShort
* UnsignedLoads
*/