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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DTwoOopHashtable.java35 public long computeHash(Symbol name, Oop loader) { method in class:TwoOopHashtable
41 return hashToIndex(computeHash(name, loader));
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java167 int hash = (basicAttributes.isRegularFile()) ? computeHash(source) : 0;
190 if (computeHash(target) != hash)
621 assertTrue(computeHash(source) == computeHash(target));
1096 static int computeHash(Path file) throws IOException { method in class:CopyAndMove
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DSystemDictionary.java157 long hash = dict.computeHash(className, classLoader);

Completed in 54 milliseconds