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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java54 private CIntegerAccessor saEventKind; field in class:ServiceabilityAgentJVMDIModule
119 saEventKind = lookupCInt("saEventKind");
186 int kind = (int) saEventKind.getValue();
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp77 JNIEXPORT volatile int32_t saEventKind = 0; variable
517 saEventKind = event->kind;

Completed in 31 milliseconds