RFR (XS): 8007403: Incorrect format arguments in adlparse.cpp
Mikael Vidstedt
mikael.vidstedt at oracle.com
Fri Feb 1 13:16:59 PST 2013
All,
Please review the following change:
http://cr.openjdk.java.net/~mikael/8007403/webrev.01/webrev/
Background: The error message strings passed to parse_err() are
eventually passed into a printf type function, and therefore the strings
need to be on a printf friendly format. In effect that means all the
'%{' should be '%%{'.
Cheers,
Mikael
More information about the hotspot-compiler-dev
mailing list