hotspot/test/compiler/c2/6589834/Test_ia32.java
changeset 28190 5a6b07edeb21
parent 27699 9913b19c0948
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 6589834
    26  * @bug 6589834
    27  * @summary Safepoint placed between stack pointer increment and decrement leads
    27  * @summary Safepoint placed between stack pointer increment and decrement leads
    28  *          to interpreter's stack corruption after deoptimization.
    28  *          to interpreter's stack corruption after deoptimization.
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.*
    30  * @build ClassFileInstaller sun.hotspot.WhiteBox com.oracle.java.testlibrary.*
    31  *        Test_ia32 InlinedArrayCloneTestCase
    31  *        Test_ia32 InlinedArrayCloneTestCase
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions