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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java52 private CIntegerAccessor saAttached; field in class:ServiceabilityAgentJVMDIModule
117 saAttached = lookupCInt("saAttached");
151 saAttached.setValue(1);
156 saAttached.setValue(0);
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp70 JNIEXPORT volatile int32_t saAttached = 0; variable
550 if (!saAttached) {
583 while (saAttached && saEventPending) {

Completed in 40 milliseconds