--- old/src/share/classes/sun/misc/JavaLangAccess.java 2012-05-22 21:33:17.000000000 -0700 +++ new/src/share/classes/sun/misc/JavaLangAccess.java 2012-05-22 21:33:17.000000000 -0700 @@ -83,4 +83,9 @@ * 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); }