hotspot/test/compiler/c2/6589834/Test_ia32.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    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 /../../test/lib
    29  * @library /testlibrary /test/lib
    30  * @modules java.base/sun.misc
    30  * @modules java.base/sun.misc
    31  *          java.compiler
    31  *          java.compiler
    32  *          java.management
    32  *          java.management
    33  *          jdk.jvmstat/sun.jvmstat.monitor
    33  *          jdk.jvmstat/sun.jvmstat.monitor
    34  * @build ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.*
    34  * @build ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.*