test/hotspot/jtreg/compiler/rtm/locking/TestRTMSpinLoopCount.java
changeset 50369 09bd89dde2f9
parent 47216 71c04702a3d5
child 51148 959dbf7e96d0
--- 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];