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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp294 // If a thread cannot be suspended (has no valid last_java_frame) then it gets marked !debuggable
295 void set_debuggable(bool debuggable) { _debuggable = debuggable; } argument

Completed in 30 milliseconds