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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DRef.java32 * knows about. An application should override the reconstitute() method with one
35 * reconstitute() in the Ref. When space gets tight, the garbage collector
38 * instance variables necessary for the reconstitute() method to work. It will also add a
39 * constructor to set them up, and write a version of reconstitute().
59 * reconstitute().
64 t = reconstitute();
76 * the instance variables necessary for reconstitute() to work. It will
78 * reconstitute().
80 public abstract Object reconstitute(); method in class:Ref
84 * invoke reconstitute()
[all...]
H A DCache.java39 public Object reconstitute() { method in class:CacheEntry
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletImageRef.java50 public Object reconstitute() { method in class:AppletImageRef
/openjdk7/jdk/test/java/lang/Throwable/
H A DStackTraceSerialization.java69 if (!equal(t, reconstitute(t)))
74 if (!equal(t2, reconstitute(t2)))
101 if (!equal(original, reconstitute(original)))
108 private static Throwable reconstitute(Throwable t) { method in class:StackTraceSerialization

Completed in 38 milliseconds