< prev index next >

test/hotspot/jtreg/compiler/escapeAnalysis/TestEliminateLocksOffCrash.java

Print this page
*** 23,11 ***
  
  /*
   * @test
   * @bug 8227384
   * @summary C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
!  * @requires vm.compiler2.enabled & !vm.graal.enabled
   *
   * @run main/othervm -XX:-EliminateLocks TestEliminateLocksOffCrash
   */
  
  public class TestEliminateLocksOffCrash {
--- 23,11 ---
  
  /*
   * @test
   * @bug 8227384
   * @summary C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
!  * @requires vm.compiler2.enabled
   *
   * @run main/othervm -XX:-EliminateLocks TestEliminateLocksOffCrash
   */
  
  public class TestEliminateLocksOffCrash {
< prev index next >