Searched defs:is_in_loop (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/6880034/
H A DTest6880034.java98 public static volatile boolean is_in_loop = false; field in class:Test6880034
129 if (k++ == 20000) is_in_loop = true;
147 while (!is_in_loop) {

Completed in 49 milliseconds