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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp209 inline static bool can_hotswap_or_post_breakpoint() { return _can_hotswap_or_post_breakpoint; } function in class:JvmtiExport
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp214 _jvmti_can_hotswap_or_post_breakpoint = JvmtiExport::can_hotswap_or_post_breakpoint();
967 JvmtiExport::can_hotswap_or_post_breakpoint()) ||
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp684 if (JvmtiExport::can_hotswap_or_post_breakpoint()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1137 if (JvmtiExport::can_hotswap_or_post_breakpoint()) {

Completed in 319 milliseconds