Searched refs:saCmdBkptResWasSet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java85 private CIntegerAccessor saCmdBkptResWasSet; field in class:ServiceabilityAgentJVMDIModule
131 saCmdBkptResWasSet = lookupCInt("saCmdBkptResWasSet");
316 (saCmdBkptResWasSet.getValue() != 0),
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp164 JNIEXPORT int32_t saCmdBkptResWasSet; variable
466 saCmdBkptResWasSet = (wasSet ? 1 : 0);

Completed in 32 milliseconds