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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DProtectionDomainEntry.java35 private static sun.jvm.hotspot.types.OopField protectionDomainField; field in class:ProtectionDomainEntry
49 protectionDomainField = type.getOopField("_protection_domain");
61 return VM.getVM().getObjectHeap().newOop(protectionDomainField.getValue(addr));

Completed in 1158 milliseconds