8204136: jtreg: Fix failing RTM test RTMSpinLoopCount
Reviewed-by: iignatyev, goetz
--- 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];