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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp179 assert(_hide_single_stepping, "hide_single_stepping is out of phase");
183 inline bool hide_single_stepping() { return _hide_single_stepping; } function in class:JvmtiThreadState
H A DjvmtiExport.cpp868 if (!state->hide_single_stepping()) {
888 bool JvmtiExport::hide_single_stepping(JavaThread *thread) { function in class:JvmtiExport

Completed in 42 milliseconds