- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    hs25
- 
        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.