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

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Feb 1 13:54:33 PST 2013


Mikael,

Did you verify that it work as expected by modifying .ad file and 
triggering an error message?

Thanks,
Vladimir

On 2/1/13 1:16 PM, Mikael Vidstedt 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