hotspot/test/compiler/loopopts/TestCountedLoopSafepointBackedge.java
changeset 40092 50da4636cb1c
parent 40087 33cbd46c3241
child 43455 96560cffef4d
equal deleted inserted replaced
40091:30ef632d501d 40092:50da4636cb1c
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8161147
    26  * @bug 8161147
       
    27  * @requires vm.flavor == "server"
    27  * @summary Safepoint on backedge breaks UseCountedLoopSafepoints
    28  * @summary Safepoint on backedge breaks UseCountedLoopSafepoints
    28  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+UseCountedLoopSafepoints TestCountedLoopSafepointBackedge
    29  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+UseCountedLoopSafepoints TestCountedLoopSafepointBackedge
    29  *
    30  *
    30  */
    31  */
    31 
    32