RFR (XS): 8007403: Incorrect format arguments in adlparse.cpp

Christian Thalinger christian.thalinger at oracle.com
Fri Feb 1 18:16:56 PST 2013


Looks good.  -- Chris

On Feb 1, 2013, at 1:16 PM, Mikael Vidstedt <mikael.vidstedt at oracle.com> wrote:

> 
> 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