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

Print this page
rev 5028 : 7126277: alternative hashing

@@ -81,6 +81,11 @@
 
     /**
      * 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);
 }