jdk/test/com/sun/jdi/DeoptimizeWalk.sh
changeset 31907 cafb1bf49cfb
parent 23046 0b0407b1e2a5
child 31909 8cbbb77c5826
equal deleted inserted replaced
31906:398dc2ff188e 31907:cafb1bf49cfb
    25 
    25 
    26 #  @test
    26 #  @test
    27 #  @bug 4525714
    27 #  @bug 4525714
    28 #  @summary jtreg test PopAsynchronousTest fails in build 85 with -Xcomp
    28 #  @summary jtreg test PopAsynchronousTest fails in build 85 with -Xcomp
    29 #  @author Jim Holmlund/Swamy Venkataramanappa
    29 #  @author Jim Holmlund/Swamy Venkataramanappa
       
    30 #  @key intermittent
    30 #  @run shell DeoptimizeWalk.sh
    31 #  @run shell DeoptimizeWalk.sh
    31 
    32 
    32 #  This is another test of the same bug.  The bug occurs when trying
    33 #  This is another test of the same bug.  The bug occurs when trying
    33 #  to walk the stack of a deoptimized thread.  We can do this
    34 #  to walk the stack of a deoptimized thread.  We can do this
    34 #  by running in -Xcomp mode and by doing a step which causes deopt,
    35 #  by running in -Xcomp mode and by doing a step which causes deopt,