Home
last modified time | relevance | path

Searched refs:ihash (Results 1 – 1 of 1) sorted by relevance

/art/test/920-objects/src/art/
DTest920.java67 int ihash = System.identityHashCode(objects[i]); in testObjectHash() local
68 if (hashes[i] != ihash) { in testObjectHash()
69 throw new RuntimeException(objects[i] + ": " + hashes[i] + " vs " + ihash); in testObjectHash()