Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082825 | emb-9 | Zoltan Majo | P4 | Resolved | Fixed | team |
Chris Newland wrote:
I've encountered some LogCompilation counters in 8u25 that are getting
printed in exponential form in hotspot.log :
<branch target_bci='20' taken='23867' not_taken='2386581'
cnt='2.38658e+06' prob='0.00990148'/>
This is harder to parse and loses accuracy.
I've encountered some LogCompilation counters in 8u25 that are getting
printed in exponential form in hotspot.log :
<branch target_bci='20' taken='23867' not_taken='2386581'
cnt='2.38658e+06' prob='0.00990148'/>
This is harder to parse and loses accuracy.
- backported by
-
JDK-8082825 Use %f instead of %g for LogCompilation output
-
- Resolved
-