test/hotspot/jtreg/compiler/escapeAnalysis/TestEliminateLocksOffCrash.java
changeset 59308 70f49f08c9e6
parent 58372 43c4fb8ba96b
equal deleted inserted replaced
59307:fc216dcef2bb 59308:70f49f08c9e6
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8227384
    26  * @bug 8227384
    27  * @summary C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
    27  * @summary C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
       
    28  * @requires vm.compiler2.enabled & !vm.graal.enabled
    28  *
    29  *
    29  * @run main/othervm -XX:-EliminateLocks TestEliminateLocksOffCrash
    30  * @run main/othervm -XX:-EliminateLocks TestEliminateLocksOffCrash
    30  */
    31  */
    31 
    32 
    32 public class TestEliminateLocksOffCrash {
    33 public class TestEliminateLocksOffCrash {