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

/openjdk9/hotspot/test/runtime/Thread/
H A DTooSmallStackSize.java99 static String checkStack(String stackOption, String optionMesg, String stackSize) throws Exception { method in class:TooSmallStackSize
120 // checkStack(), is called with stackSize values that
124 // for checkStack() calls that work.
170 checkStack("-XX:ThreadStackSize=", ThreadStackSizeString, "16");
177 String min_stack_allowed = checkStack("-XX:ThreadStackSize=", ThreadStackSizeString, "32");
187 checkStack("-XX:CompilerThreadStackSize=", CompilerThreadStackSizeString, "16");
188 min_stack_allowed = checkStack("-XX:CompilerThreadStackSize=", CompilerThreadStackSizeString, "32");
194 checkStack("-XX:VMThreadStackSize=", VMThreadStackSizeString, "16");
195 min_stack_allowed = checkStack("-XX:VMThreadStackSize=", VMThreadStackSizeString, "32");
/openjdk9/jdk/test/tools/launcher/
H A DTooSmallStackSize.java94 static String checkStack(String stackSize) { method in class:TooSmallStackSize
155 checkStack("16k");
162 String min_stack_allowed = checkStack("32k");
/openjdk9/jdk/test/java/lang/Thread/
H A DGenerifyStackTraces.java113 checkStack(this, stack, DONE_DEPTH);
146 checkStack(one, stack, depth);
158 checkStack(t, stack, depth);
163 private static void checkStack(Thread t, StackTraceElement[] stack, method in class:GenerifyStackTraces
/openjdk9/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStackTrace.java95 checkStack(examiner, examinerStack, esDepth);
131 private static void checkStack(Thread t, String[] expectedStack, method in class:ThreadStackTrace
223 checkStack(itself, examinerStack, methodExamine1);
232 checkStack(blockedThread, blockedStack, methodB);
252 checkStack(itself, examinerStack, esDepth);
257 checkStack(blockedThread, blockedStack, bsDepth);
276 checkStack(blockedThread, blockedStack, bsDepth);

Completed in 97 milliseconds