< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/ObjectReference.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

*** 420,430 **** * than zero. * @since 1.6 */ List<ObjectReference> referringObjects(long maxReferrers); - /** * Compares the specified Object with this ObjectReference for equality. * * @return true if the Object is an ObjectReference, if the * ObjectReferences belong to the same VM, and if applying the --- 420,429 ----
< prev index next >