Searched defs:final_hash (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.cpp262 juint final_hash = murmur3_32(hashes, 4*256); local
264 assert (MURMUR3_32_X86_CHECK_VALUE == final_hash,
268 final_hash));

Completed in 29 milliseconds