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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java76 private CIntegerAccessor saCmdResult; field in class:ServiceabilityAgentJVMDIModule
122 saCmdResult = lookupCInt("saCmdResult");
407 boolean succeeded = saCmdResult.getValue() == 0;
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp121 JNIEXPORT volatile int32_t saCmdResult = 0; variable
150 // Valid only if saCmdResult != 0.
154 // was set or cleared (valid only if saCmdResult == 0)
158 // breakpoint was set or cleared (valid only if saCmdResult == 0)
163 // cleared (valid only if saCmdResult == 0)
167 // only if saCmdResult == 0)
171 // was set in (valid only if saCmdResult == 0)
246 saCmdResult = -1;
341 saCmdResult = 0;
490 saCmdResult
[all...]

Completed in 32 milliseconds