changeset 6541:e3c151303b10

8162603: Unrecognized VM option 'UseCountedLoopSafepoints' Reviewed-by: kvn
author dpochepk
date Thu, 28 Jul 2016 16:09:31 +0300
parents bc8dd9311b96
children 935f879e4eb0
files test/compiler/loopopts/TestCountedLoopSafepointBackedge.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/loopopts/TestCountedLoopSafepointBackedge.java	Mon Jul 25 14:31:42 2016 -0700
+++ b/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
  *