jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/XObject.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    63 
    63 
    64     public Object getObject() {
    64     public Object getObject() {
    65         return object;
    65         return object;
    66     }
    66     }
    67 
    67 
    68     //if true the the object.hashcode is added to the label
    68     //if true the object.hashcode is added to the label
    69     public static void
    69     public static void
    70         useHashCodeRepresentation(boolean useHashCodeRepresentation) {
    70         useHashCodeRepresentation(boolean useHashCodeRepresentation) {
    71         XObject.useHashCodeRepresentation = useHashCodeRepresentation;
    71         XObject.useHashCodeRepresentation = useHashCodeRepresentation;
    72     }
    72     }
    73 
    73