[9] RFR(S): 8067374: Use %f instead of %g for LogCompilation output
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Jan 13 18:21:11 UTC 2015
Looks good.
Thanks,
Vladimir
On 1/13/15 4:58 AM, Zoltán Majó wrote:
> Hi,
>
>
> please review the following small patch.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8067374
>
> Problem: At some places, the format specifier '%g' is used. As a result,
> output can be harder to parse than a other formats.
>
> Solution: Replace '%g' with '%f'.
>
> Webrev: http://cr.openjdk.java.net/~zmajo/8067374/webrev.00/
>
> Testing: Manual testing, JPRT
>
> Thank you and best regards,
>
>
> Zoltan
>
More information about the hotspot-compiler-dev
mailing list