[9] RFR(S): 8067374: Use %f instead of %g for LogCompilation output

Zoltán Majó zoltan.majo at oracle.com
Fri Jan 16 12:30:36 UTC 2015


Thank you, Vladimir!

Best regards,


Zoltan

On 01/13/2015 07:21 PM, Vladimir Kozlov wrote:
> 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