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

Tue, 02 Dec 2014 20:13:17 +0300

author
iignatyev
date
Tue, 02 Dec 2014 20:13:17 +0300
changeset 7397
abb8b1de96ff
parent 7396
b12418b0d05c
child 7399
0b86bdf28e07

8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
Reviewed-by: kvn, rbackman, anoll, vlivanov, iignatyev
Contributed-by: tatiana.pivovarova@oracle.com

test/compiler/EliminateAutoBox/UnsignedLoads.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/EliminateAutoBox/UnsignedLoads.java	Tue Dec 02 10:43:43 2014 +0000
     1.2 +++ b/test/compiler/EliminateAutoBox/UnsignedLoads.java	Tue Dec 02 20:13:17 2014 +0300
     1.3 @@ -26,7 +26,7 @@
     1.4  /*
     1.5   * @test
     1.6   * @library /testlibrary
     1.7 - * @run main/othervm -Xbatch -XX:+EliminateAutoBox
     1.8 + * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+EliminateAutoBox
     1.9   *                   -XX:CompileOnly=::valueOf,::byteValue,::shortValue,::testUnsignedByte,::testUnsignedShort
    1.10   *                   UnsignedLoads
    1.11   */

mercurial