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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java77 private CStringAccessor saCmdResultErrMsg; field in class:ServiceabilityAgentJVMDIModule
123 saCmdResultErrMsg = lookupCString("saCmdResultErrMsg", SA_CMD_BUF_SIZE);
320 return new BreakpointToggleResult(saCmdResultErrMsg.getValue());
410 String err = saCmdResultErrMsg.getValue();
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp125 JNIEXPORT char saCmdResultErrMsg[SA_CMD_BUF_SIZE]; variable
244 vsnprintf(saCmdResultErrMsg, sizeof(saCmdResultErrMsg), str, varargs);

Completed in 32 milliseconds