< prev index next > test/hotspot/jtreg/compiler/escapeAnalysis/TestEliminateLocksOffCrash.java
Print this page
/*
* @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 {
/*
* @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 >