test/hotspot/jtreg/compiler/loopopts/LoopRotateBadNodeBudget.java
changeset 59306 bdf999e08a3a
parent 58816 77148b8bb7a1
--- a/test/hotspot/jtreg/compiler/loopopts/LoopRotateBadNodeBudget.java	Thu Nov 28 12:28:48 2019 +0000
+++ b/test/hotspot/jtreg/compiler/loopopts/LoopRotateBadNodeBudget.java	Wed Nov 27 10:13:41 2019 +0100
@@ -27,7 +27,7 @@
  * @summary Node estimate for loop rotate is not correct/sufficient:
  *          assert(delta <= 2 * required) failed: Bad node estimate ...
  *
- * @requires !vm.graal.enabled
+ * @requires vm.compiler2.enabled & !vm.graal.enabled
  *
  * @run main/othervm -XX:PartialPeelNewPhiDelta=5 LoopRotateBadNodeBudget
  * @run main/othervm -Xbatch -XX:PartialPeelNewPhiDelta=5 LoopRotateBadNodeBudget