< prev index next >

test/compiler/floatingpoint/TestPow2.java

Print this page

        

*** 23,43 **** /* * @test * @bug 8063086 * @summary X^2 special case for C2 yields different result than interpreter ! * @library /testlibrary /../../test/lib /compiler/whitebox * @modules java.management * @build TestPow2 * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestPow2 * */ import java.lang.reflect.*; import sun.hotspot.WhiteBox; public class TestPow2 { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); --- 23,44 ---- /* * @test * @bug 8063086 * @summary X^2 special case for C2 yields different result than interpreter ! * @library /testlibrary /../../test/lib / * @modules java.management * @build TestPow2 * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestPow2 * */ import java.lang.reflect.*; import sun.hotspot.WhiteBox; + import compiler.whitebox.CompilerWhiteBoxTest; public class TestPow2 { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
< prev index next >