Searched refs:THRESHOLD (Results 1 – 3 of 3) sorted by relevance
55 final VarHandle THRESHOLD; field in WhiteBoxResizeTest67 this.THRESHOLD = lookup.findVarHandle(mClass, "threshold", int.class); in WhiteBoxResizeTest()
1214 if (hi - lo < THRESHOLD) in compute()1224 static final int THRESHOLD = 100; field in RecursiveActionTest.SortTask
1226 if (hi - lo < THRESHOLD) in compute()1236 static final int THRESHOLD = 100; field in RecursiveActionTest.SortTask