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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp275 _with_locked_monitors = with_locked_monitors;
290 _with_locked_monitors = with_locked_monitors;
374 snapshot->dump_stack_at_safepoint(_max_depth, _with_locked_monitors);
H A Dvm_operations.hpp365 bool _with_locked_monitors; member in class:VM_ThreadDump
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp496 _with_locked_monitors = with_locked_monitors;
497 if (_with_locked_monitors) {
536 if (_with_locked_monitors) {
584 StackFrameInfo* frame = new StackFrameInfo(jvf, _with_locked_monitors);
H A DthreadService.hpp251 bool _with_locked_monitors; member in class:ThreadStackTrace

Completed in 58 milliseconds