8204136: jtreg: Fix failing RTM test RTMSpinLoopCount
authorgromero
Sun, 03 Jun 2018 09:19:48 +0200
changeset 50369 09bd89dde2f9
parent 50368 6df37b01ebf5
child 50370 676b7c44eeae
8204136: jtreg: Fix failing RTM test RTMSpinLoopCount Reviewed-by: iignatyev, goetz
test/hotspot/jtreg/compiler/rtm/locking/TestRTMSpinLoopCount.java
--- a/test/hotspot/jtreg/compiler/rtm/locking/TestRTMSpinLoopCount.java	Sun Jun 03 12:04:52 2018 +0530
+++ b/test/hotspot/jtreg/compiler/rtm/locking/TestRTMSpinLoopCount.java	Sun Jun 03 09:19:48 2018 +0200
@@ -60,7 +60,7 @@
     private static final boolean INFLATE_MONITOR = true;
     private static final long MAX_ABORTS = RTM_RETRY_COUNT + 1L;
     private static final int[] SPIN_LOOP_COUNTS
-            = new int[] { 0, 100, 1_000, 1_000_000, 10_000_000 };
+            = new int[] { 0, 100, 1_000, 10_000, 100_000 };
 
     protected void runTestCases() throws Throwable {
         long[] aborts = new long[TestRTMSpinLoopCount.SPIN_LOOP_COUNTS.length];