8196663: [TESTBUG] test/compiler/loopopts/TestCMovSplitThruPhi.java fails on 32 bit Java

Tue, 06 Feb 2018 22:11:51 -0800

author
bgopularam
date
Tue, 06 Feb 2018 22:11:51 -0800
changeset 9371
71754d34845c
parent 9370
e3108b56c0cf
child 9377
085c8d443b99

8196663: [TESTBUG] test/compiler/loopopts/TestCMovSplitThruPhi.java fails on 32 bit Java
Reviewed-by: kvn
Contributed-by: vaibhav.x.choudhary@oracle.com

test/compiler/loopopts/TestCMovSplitThruPhi.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/loopopts/TestCMovSplitThruPhi.java	Wed Jan 31 15:40:57 2018 -0800
     1.2 +++ b/test/compiler/loopopts/TestCMovSplitThruPhi.java	Tue Feb 06 22:11:51 2018 -0800
     1.3 @@ -25,7 +25,7 @@
     1.4   * @test
     1.5   * @bug 8187822
     1.6   * @summary C2 conditonal move optimization might create broken graph
     1.7 - * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestCMovSplitThruPhi::not_inlined -XX:CompileOnly=TestCMovSplitThruPhi::test -XX:-LoopUnswitching TestCMovSplitThruPhi
     1.8 + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestCMovSplitThruPhi::not_inlined -XX:CompileOnly=TestCMovSplitThruPhi::test -XX:-LoopUnswitching TestCMovSplitThruPhi
     1.9   *
    1.10   */
    1.11  

mercurial