hotspot/test/compiler/uncommontrap/8009761/Test8009761.java
changeset 33730 30e064828045
parent 28497 a7aecf0ffb6b
child 38152 80e5da81fb2c
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    25 import java.lang.reflect.Method;
    25 import java.lang.reflect.Method;
    26 
    26 
    27 /*
    27 /*
    28  * @test
    28  * @test
    29  * @bug 8009761
    29  * @bug 8009761
    30  * @library /testlibrary /../../test/lib
    30  * @library /testlibrary /test/lib
    31  * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
    31  * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
    32  * @build Test8009761
    32  * @build Test8009761
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=exclude,Test8009761::m2 -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -Xss392K Test8009761
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=exclude,Test8009761::m2 -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -Xss392K Test8009761