diff -r 88bca865e247 -r 8f0522f038d3 hotspot/src/share/vm/runtime/sharedRuntime.cpp --- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp Fri Jun 21 15:56:24 2013 -0700 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp Thu Jun 27 13:04:51 2013 -0700 @@ -2731,7 +2731,7 @@ // ResourceObject, so do not put any ResourceMarks in here. char *s = sig->as_C_string(); int len = (int)strlen(s); - *s++; len--; // Skip opening paren + s++; len--; // Skip opening paren char *t = s+len; while( *(--t) != ')' ) ; // Find close paren