-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: hs25
-
Component/s: hotspot
-
b06
There is a typo in TraceCPUTime::~TraceCPUTime() that make GC log looks less consistent:
_logfile->print(" [Times: user=%3.2f sys=%3.2f, real=%3.2f secs] ",
^ ^
There should be either two commas or none.
_logfile->print(" [Times: user=%3.2f sys=%3.2f, real=%3.2f secs] ",
^ ^
There should be either two commas or none.