[9] RFR(S): 8067374: Use %f instead of %g for LogCompilation output
Zoltán Majó
zoltan.majo at oracle.com
Tue Jan 13 12:58:56 UTC 2015
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