8162603: Unrecognized VM option 'UseCountedLoopSafepoints'
authordpochepk
Thu, 28 Jul 2016 16:09:31 +0300
changeset 40092 50da4636cb1c
parent 40091 30ef632d501d
child 40093 f94d179a730b
child 40104 3edf5d1e6399
8162603: Unrecognized VM option 'UseCountedLoopSafepoints' Reviewed-by: kvn
hotspot/test/compiler/loopopts/TestCountedLoopSafepointBackedge.java
--- a/hotspot/test/compiler/loopopts/TestCountedLoopSafepointBackedge.java	Thu Jul 28 08:19:35 2016 +0000
+++ b/hotspot/test/compiler/loopopts/TestCountedLoopSafepointBackedge.java	Thu Jul 28 16:09:31 2016 +0300
@@ -24,6 +24,7 @@
 /**
  * @test
  * @bug 8161147
+ * @requires vm.flavor == "server"
  * @summary Safepoint on backedge breaks UseCountedLoopSafepoints
  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+UseCountedLoopSafepoints TestCountedLoopSafepointBackedge
  *