hotspot/test/compiler/floatingpoint/TestPow2.java
changeset 38152 80e5da81fb2c
parent 34185 ee71c590a456
child 39438 206a712f8f16
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8063086
    26  * @bug 8063086
    27  * @summary X^2 special case for C2 yields different result than interpreter
    27  * @summary X^2 special case for C2 yields different result than interpreter
    28  * @library /testlibrary /test/lib /compiler/whitebox /
    28  * @library /testlibrary /test/lib /compiler/whitebox /
       
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.management
    30  * @modules java.management
    30  * @build TestPow2
    31  * @build TestPow2
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    33  *                   -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestPow2
    34  *                   -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestPow2