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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp4993 volatile jint safe_to_recreate_vm = 1; variable
5110 if (Atomic::xchg(0, &safe_to_recreate_vm) == 0) {
5123 * sets safe_to_recreate_vm to 1, such that any new call to
5155 // reset safe_to_recreate_vm to 1 so that retrial would be possible
5156 safe_to_recreate_vm = 1;

Completed in 41 milliseconds