< prev index next >

test/compiler/rangechecks/TestExplicitRangeChecks.java

Print this page

        

*** 23,35 **** /* * @test * @bug 8073480 * @summary explicit range checks should be recognized by C2 ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc - * @build compiler.rangechecks.TestExplicitRangeChecks * @run driver ClassFileInstaller sun.hotspot.WhiteBox * jdk.test.lib.Platform * @run main/othervm -ea -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement * -XX:CompileCommand=compileonly,compiler.rangechecks.TestExplicitRangeChecks::test* --- 23,34 ---- /* * @test * @bug 8073480 * @summary explicit range checks should be recognized by C2 ! * @library /test/lib / * @modules java.base/jdk.internal.misc * @run driver ClassFileInstaller sun.hotspot.WhiteBox * jdk.test.lib.Platform * @run main/othervm -ea -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement * -XX:CompileCommand=compileonly,compiler.rangechecks.TestExplicitRangeChecks::test*
< prev index next >