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

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2712 bool throw_illegal_thread_state = false; variable
2728 throw_illegal_thread_state = true;
2755 if (throw_illegal_thread_state) {
2995 bool throw_illegal_thread_state = false; variable
3015 throw_illegal_thread_state = true;
3025 if (throw_illegal_thread_state) {

Completed in 68 milliseconds