8204136: jtreg: Fix failing RTM test RTMSpinLoopCount

Reviewed-by: iignatyev, goetz
This commit is contained in:
Gustavo Romero 2018-06-03 09:19:48 +02:00
parent 9af06cae23
commit e465926089

View File

@ -60,7 +60,7 @@ public class TestRTMSpinLoopCount {
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];