Searched refs:test_helper (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/test/compiler/loopopts/
H A DTestSplitIfUnswitchedLoopsEliminated.java45 static int test_helper(int stop, boolean unswitch) { method in class:TestSplitIfUnswitchedLoopsEliminated
68 return test_helper(stop, unswitch);
73 test_helper(10, i%2 == 0);
/openjdk9/hotspot/test/compiler/arraycopy/
H A DTestLoadBypassArrayCopy.java30 * -XX:CompileCommand=dontinline,compiler.arraycopy.TestLoadBypassArrayCopy::test_helper
40 static boolean test_helper() { method in class:TestLoadBypassArrayCopy
51 while (test_helper()) {
H A DTestDeadArrayCopyOnMemChain.java40 static void test_helper(Object o) { method in class:TestDeadArrayCopyOnMemChain
58 test_helper(src);
/openjdk9/hotspot/test/compiler/regalloc/
H A DTestVectorRegAlloc.java38 static boolean test_helper() { method in class:TestVectorRegAlloc
45 while(test_helper()) {

Completed in 215 milliseconds