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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java75 private CIntegerAccessor saCmdType; field in class:ServiceabilityAgentJVMDIModule
121 saCmdType = lookupCInt("saCmdType");
224 saCmdType.setValue(SA_CMD_SUSPEND_ALL);
233 saCmdType.setValue(SA_CMD_RESUME_ALL);
311 saCmdType.setValue(SA_CMD_TOGGLE_BREAKPOINT);
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp117 JNIEXPORT volatile int32_t saCmdType = 0; variable
282 switch (saCmdType) {
485 reportErrorToSA("Command %d not yet supported", saCmdType);

Completed in 32 milliseconds