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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp96 bool _thread_park_blocker; member in class:VALUE_OBJ_CLASS_SPEC
120 _thread_park_blocker(false), _post_vm_init_hook_enabled(false),
129 _thread_park_blocker(thread_park_blocker),
153 return _thread_park_blocker;

Completed in 29 milliseconds