Searched defs:computeHash (Results 1 - 2 of 2) 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

Completed in 42 milliseconds