Home
last modified time | relevance | path

Searched refs:nestedTypesCache (Results 1 – 2 of 2) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DReferenceTypeImpl.java57 private SoftReference nestedTypesCache; field in ReferenceTypeImpl
534 List nestedTypes = (nestedTypesCache != null)? (List) nestedTypesCache.get() : null;
557 nestedTypesCache = new SoftReference(nestedTypes);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DReferenceTypeImpl.java57 private SoftReference nestedTypesCache; field in ReferenceTypeImpl
534 List nestedTypes = (nestedTypesCache != null)? (List) nestedTypesCache.get() : null;
557 nestedTypesCache = new SoftReference(nestedTypes);