src/share/classes/sun/misc/JavaLangAccess.java

Print this page
rev 5028 : 7126277: alternative hashing

*** 81,86 **** --- 81,91 ---- /** * Returns the ith StackTraceElement for the given throwable. */ StackTraceElement getStackTraceElement(Throwable t, int i); + + /** + * Returns the murmur hash value for the specified String. + */ + int getStringHash32(String string); }