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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java86 private CStringAccessor saCmdBkptResMethodName; field in class:ServiceabilityAgentJVMDIModule
132 saCmdBkptResMethodName = lookupCString("saCmdBkptResMethodName", SA_CMD_BUF_SIZE);
317 saCmdBkptResMethodName.getValue(),
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp168 JNIEXPORT char saCmdBkptResMethodName[SA_CMD_BUF_SIZE]; variable
474 strncpy(saCmdBkptResMethodName, methodName, SA_CMD_BUF_SIZE);
477 strncpy(saCmdBkptResMethodName, "<error>", SA_CMD_BUF_SIZE);

Completed in 43 milliseconds