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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java87 private CStringAccessor saCmdBkptResMethodSig; field in class:ServiceabilityAgentJVMDIModule
133 saCmdBkptResMethodSig = lookupCString("saCmdBkptResMethodSig", SA_CMD_BUF_SIZE);
318 saCmdBkptResMethodSig.getValue());
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp172 JNIEXPORT char saCmdBkptResMethodSig[SA_CMD_BUF_SIZE]; variable
475 strncpy(saCmdBkptResMethodSig, methodSig, SA_CMD_BUF_SIZE);
478 strncpy(saCmdBkptResMethodSig, "<error>", SA_CMD_BUF_SIZE);

Completed in 89 milliseconds