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

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DSnapshot.java102 private volatile JavaClass otherArrayType; field in class:Snapshot
532 if (otherArrayType == null) {
534 if (otherArrayType == null) {
538 otherArrayType = findClass("[<other>");
542 return otherArrayType;

Completed in 48 milliseconds