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

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp31 #include "jvmdi.h"
76 // Kind of the event (from jvmdi.h)
177 static JVMDI_Interface_1* jvmdi = NULL; variable
190 jvmdi->RawMonitorEnter(lock);
195 jvmdi->RawMonitorExit(lock);
208 jvmdi->Deallocate((jbyte*) ptr);
227 jvmdi->Deallocate((jbyte*) refList);
305 if (jvmdi->GetAllThreads(&threadCount, &threads) != JVMDI_ERROR_NONE) {
314 jvmdiError err = jvmdi->SuspendThread(thr);
328 jvmdi
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java108 private ServiceabilityAgentJVMDIModule jvmdi; field in class:BugSpotAgent
239 return (jvmdi != null) && !javaInteractionDisabled;
250 if (jvmdi.isSuspended()) {
253 jvmdi.suspend();
264 if (!jvmdi.isSuspended()) {
267 jvmdi.resume();
273 return jvmdi.isSuspended();
284 return jvmdi.toggleBreakpoint(srcFileName, pkgName, lineNo);
292 return jvmdi.eventPending();
300 return jvmdi
[all...]

Completed in 575 milliseconds