Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DConcreteMethodImpl.java81 private SoftReference<byte[]> bytecodesRef = null; field in ConcreteMethodImpl
249 byte[] bytecodes = (bytecodesRef == null) ? null : in bytecodes()
250 bytecodesRef.get(); in bytecodes()
258 bytecodesRef = new SoftReference<byte[]>(bytecodes); in bytecodes()