<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
<br>
Hi Andreas,<br>
<br>
I think this looks good. I like that we treat PrintGCDateStamps
and PrintGCTimeStamps in a consistent way.<br>
<br>
One thing that kind of worries me is that the TraceTime class is
used from other parts of the JVM than just the GC. This means that
you now get date stamps on compiler events if you enable
PrintGCDateStamps. I think this is probably fine since they
already get time stamps if you enable PrintGCTimeStamps. See for
example how PhaseTraceTime is used in C1.<br>
<br>
Maybe we should send this review out on hotspot-dev to make sure
that all teams have a chance to comment on this?<br>
<br>
Thanks,<br>
Bengt<br>
<br>
On 2012-09-28 12:01, Andreas Eriksson wrote:<br>
</div>
<blockquote cite="mid:5065757D.9060102@oracle.com" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
Hi,<br>
<br>
Can I have some reviews for the following change please:<br>
<a moz-do-not-send="true"
href="http://cr.openjdk.java.net/%7Ebrutisso/7176220/webrev.00/">http://cr.openjdk.java.net/~brutisso/7176220/webrev.00/</a><br>
<br>
This fixes GC logs from genCollectedHeap.cpp where sometimes it
would not print date-stamps.<br>
The fix moves printing of date-stamps into TraceTime, where
time-stamps are already printed from.<br>
<br>
Bug with flags -XX:+UseConcMarkSweepGC -XX:+UseParNewGC
-verbose:gc -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps:<br>
<small>2012-09-28T11:41:38.687+0200: 0.205: [Full GC
8702K->1012K(9920K), 0.0108630 secs]<br>
1.253: [Full GC 3326K->1012K(9920K), 0.0105750 secs]<br>
2.299: [Full GC 7932K->1012K(9920K), 0.0100470 secs]<br>
2012-09-28T11:41:41.813+0200: 3.331: [Full GC
8702K->1012K(9920K), 0.0103210 secs]</small><br>
<br>
Another route that was investigated was to add the date-stamp call
directly in genCollectedHeap.cpp, but because of complex
interactions when a full GC was initiated from a non-full GC this
path was not taken.<br>
<br>
<br>
This will slightly change the logging output when using
-XX:+PrintGCDetails.<br>
<small><big>Now date-stamps will also be printed inside other
lines, as time-stamps already are:</big></small><br>
<br>
Before:<br>
<small>2012-09-28T11:29:16.815+0200: 0.177: [GC0.177: [ParNew:
2710K->46K(3072K), 0.0053590 secs] 3480K->1835K(9920K),
0.0055500 secs] [Times: user=0.01 sys=0.00, real=0.01 secs] </small><br>
<br>
After:<br>
<small>2012-09-28T11:29:33.260+0200: 0.184:
[GC2012-09-28T11:29:33.261+0200: 0.184: [ParNew:
2642K->45K(3072K), 0.0095770 secs] 3412K->1828K(9920K),
0.0097520 secs] [Times: user=0.01 sys=0.00, real=0.01 secs] <br>
<big><br>
</big></small>Thanks to Bengt Rutisson for helping with the
change and webrev.<br>
<br>
Regards,<br>
Andreas<br>
</blockquote>
<br>
</body>
</html>