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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJNIHandles.java32 private static AddressField globalHandlesField; field in class:JNIHandles
47 globalHandlesField = type.getAddressField("_global_handles");
57 Address handleAddr = globalHandlesField.getValue();

Completed in 1170 milliseconds