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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXObject.java38 private static boolean useHashCodeRepresentation = true; field in class:XObject
70 useHashCodeRepresentation(boolean useHashCodeRepresentation) { argument
71 XObject.useHashCodeRepresentation = useHashCodeRepresentation;
75 return useHashCodeRepresentation;
102 if (useHashCodeRepresentation && (this != NULL_OBJECT)) {

Completed in 43 milliseconds