<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Thanks for the quick response.<BR>&nbsp;<BR>ParallelRefProcEnabled really improved the weakref processing time.<BR>&nbsp;<BR>Regarding sizing the survivor space, how do you recommend to do it?<BR>We tried in the past different newGen sizes, but due to the large amounts of allocated objects, young gen gc introduced too <BR>much latency. So, we decided to move the pressure to the CMS.<BR>&nbsp;<BR>Thanks.<BR>
<BR>&nbsp;<BR>
&gt; Date: Tue, 31 Aug 2010 16:57:36 -0700<BR>&gt; From: y.s.ramakrishna@oracle.com<BR>&gt; To: noam_kat@hotmail.com<BR>&gt; CC: hotspot-gc-use@openjdk.java.net<BR>&gt; Subject: Re: Long GC pause time<BR>&gt; <BR>&gt; oh, and -XX:+PrintReferenceGC to get more detail on<BR>&gt; what kind of Reference objects are causing the issue.<BR>&gt; <BR>&gt; -- ramki<BR>&gt; <BR>&gt; On 08/31/10 15:27, Y. S. Ramakrishna wrote:<BR>&gt; &gt; Noam, also please provision and use the survivor spaces to age<BR>&gt; &gt; objects and reduce pressure on CMS. The premature<BR>&gt; &gt; promotion and subsequent death is probably exacerbating the<BR>&gt; &gt; proliferating Ref object deaths (if i may be permitted an<BR>&gt; &gt; oxymoron) in the old gen.<BR>&gt; &gt; <BR>&gt; &gt; -- ramki<BR>&gt; &gt; <BR>&gt; &gt; On 08/31/10 11:28, Jon Masamitsu wrote:<BR>&gt; &gt;&gt; Try -XX+ParallelRefProcEnabled<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Your spending much of the pause time doing Reference processing<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; 89.867: [GC[YG occupancy: 420 K (274752 K)]89.867: [Rescan (parallel) , <BR>&gt; &gt;&gt; 0.0242770 secs]89.892: [weak refs processing, 1.3860230 secs] [1 <BR>&gt; &gt;&gt; CMS-remark: 4198190K(6635136K)] 4198611K(6909888K), 1.4164670 secs] <BR>&gt; &gt;&gt; [Times: user=1.68 sys=0.01, real=1.41 secs]<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; (see the "[weak refs processing, 1.3860230 secs]") so doing it in <BR>&gt; &gt;&gt; parallel might<BR>&gt; &gt;&gt; help. ParallelRefProcEnabled isn't always a win so it's not "on" by <BR>&gt; &gt;&gt; default.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; You might also try -XX:+CMSScavengeBeforeRemark. That's a just a guess.<BR>&gt; &gt;&gt; Sometimes doing a minor collection before the remark helps.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; On 08/31/10 08:22, noam katzowicz wrote:<BR>&gt; &gt;&gt;&gt; Hello.<BR>&gt; &gt;&gt;&gt; <BR>&gt; &gt;&gt;&gt; We are running JBoss AS over RH5, using java 6u21, with the following <BR>&gt; &gt;&gt;&gt; GC params:<BR>&gt; &gt;&gt;&gt; <BR>&gt; &gt;&gt;&gt; -Xms6750m -Xmx6750m<BR>&gt; &gt;&gt;&gt; -XX:+UseConcMarkSweepGC<BR>&gt; &gt;&gt;&gt; -XX:SurvivorRatio=128<BR>&gt; &gt;&gt;&gt; -XX:MaxTenuringThreshold=0<BR>&gt; &gt;&gt;&gt; -XX:+UseCompressedOops<BR>&gt; &gt;&gt;&gt; -XX:CMSInitiatingOccupancyFraction=60<BR>&gt; &gt;&gt;&gt; -Dsun.rmi.dgc.client.gcInterval=3600000<BR>&gt; &gt;&gt;&gt; -Dsun.rmi.dgc.server.gcInterval=3600000<BR>&gt; &gt;&gt;&gt; -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution<BR>&gt; &gt;&gt;&gt; <BR>&gt; &gt;&gt;&gt; We are experiencing relatively long GC pause time of over 1 second.<BR>&gt; &gt;&gt;&gt; Our application allocates hundreds of MBs per second. We’ve tried <BR>&gt; &gt;&gt;&gt; different generation sizes but the above was the best we came up with. <BR>&gt; &gt;&gt;&gt; Your help is appreciated.<BR>&gt; &gt;&gt;&gt; <BR>&gt; &gt;&gt;&gt;<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0596370 secs] 4422502K-&gt;4173928K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0606730 secs] [Times: user=0.44 sys=0.03, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 89.486: [CMS-concurrent-preclean: 1.308/1.649 secs] [Times: user=10.32 <BR>&gt; &gt;&gt;&gt; sys=2.30, real=1.65 secs]<BR>&gt; &gt;&gt;&gt; 89.487: [CMS-concurrent-abortable-preclean-start]<BR>&gt; &gt;&gt;&gt; 89.804: [GC 89.804: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0603670 secs] 4446568K-&gt;4198190K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0614310 secs] [Times: user=0.48 sys=0.03, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 89.866: [CMS-concurrent-abortable-preclean: 0.293/0.379 secs] [Times: <BR>&gt; &gt;&gt;&gt; user=2.42 sys=0.54, real=0.38 secs]<BR>&gt; &gt;&gt;&gt; 89.867: [GC[YG occupancy: 420 K (274752 K)]89.867: [Rescan (parallel) <BR>&gt; &gt;&gt;&gt; , 0.0242770 secs]89.892: [weak refs processing, 1.3860230 secs] [1 <BR>&gt; &gt;&gt;&gt; CMS-remark: 4198190K(6635136K)] 4198611K(6909888K), 1.4164670 secs] <BR>&gt; &gt;&gt;&gt; [Times: user=1.68 sys=0.01, real=1.41 secs]<BR>&gt; &gt;&gt;&gt; 91.284: [CMS-concurrent-sweep-start]<BR>&gt; &gt;&gt;&gt; 91.590: [GC 91.591: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0675550 secs] 4371287K-&gt;4128966K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0683470 secs] [Times: user=0.56 sys=0.01, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 91.860: [GC 91.860: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0604320 secs] 4308368K-&gt;4053829K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0612020 secs] [Times: user=0.41 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 92.786: [GC 92.787: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.1028730 secs] 3964957K-&gt;3753351K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.1038490 secs] [Times: user=0.80 sys=0.02, real=0.10 secs]<BR>&gt; &gt;&gt;&gt; 93.106: [GC 93.107: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0487000 secs] 3949085K-&gt;3699496K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0494470 secs] [Times: user=0.32 sys=0.01, real=0.05 secs]<BR>&gt; &gt;&gt;&gt; 93.371: [GC 93.371: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0430620 secs] 3905862K-&gt;3652769K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0438800 secs] [Times: user=0.33 sys=0.01, real=0.05 secs]<BR>&gt; &gt;&gt;&gt; 94.637: [GC 94.638: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0564930 secs] 3416325K-&gt;3164258K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0575000 secs] [Times: user=0.44 sys=0.02, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 94.863: [CMS-concurrent-sweep: 3.107/3.578 secs] [Times: user=16.85 <BR>&gt; &gt;&gt;&gt; sys=3.23, real=3.58 secs]<BR>&gt; &gt;&gt;&gt; 94.863: [CMS-concurrent-reset-start]<BR>&gt; &gt;&gt;&gt; 94.878: [CMS-concurrent-reset: 0.015/0.015 secs] [Times: user=0.03 <BR>&gt; &gt;&gt;&gt; sys=0.01, real=0.02 secs]<BR>&gt; &gt;&gt;&gt; 95.981: [GC 95.981: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0514980 secs] 3405940K-&gt;3152334K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0524610 secs] [Times: user=0.44 sys=0.01, real=0.05 secs]<BR>&gt; &gt;&gt;&gt; 100.179: [GC 100.180: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0676510 secs] 3424974K-&gt;3178150K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0686240 secs] [Times: user=0.58 sys=0.00, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 100.909: [GC 100.909: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0707060 secs] 3450790K-&gt;3202638K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0717030 secs] [Times: user=0.55 sys=0.01, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 101.613: [GC 101.613: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272636K-&gt;0K(274752K), 0.0667270 secs] 3475274K-&gt;3224061K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0678240 secs] [Times: user=0.50 sys=0.01, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 102.072: [GC 102.073: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272635K-&gt;0K(274752K), 0.0590350 secs] 3496696K-&gt;3241246K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0601190 secs] [Times: user=0.44 sys=0.00, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 102.756: [GC 102.756: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272613K-&gt;0K(274752K), 0.0630060 secs] 3513860K-&gt;3262602K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0640320 secs] [Times: user=0.49 sys=0.00, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 103.452: [GC 103.453: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0533390 secs] 3535242K-&gt;3280184K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0543760 secs] [Times: user=0.41 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 104.462: [GC 104.462: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0729890 secs] 3552824K-&gt;3299003K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0740260 secs] [Times: user=0.48 sys=0.01, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 106.274: [GC 106.274: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0609880 secs] 3571643K-&gt;3314370K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0619510 secs] [Times: user=0.41 sys=0.00, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 108.154: [GC 108.155: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.1251050 secs] 3587010K-&gt;3343996K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.1261630 secs] [Times: user=0.71 sys=0.02, real=0.13 secs]<BR>&gt; &gt;&gt;&gt; 108.882: [GC 108.883: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0952060 secs] 3616636K-&gt;3369490K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0962930 secs] [Times: user=0.64 sys=0.01, real=0.10 secs]<BR>&gt; &gt;&gt;&gt; 109.482: [GC 109.482: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272936K-&gt;0K(274752K), 0.0791270 secs] 3642426K-&gt;3392040K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0800830 secs] [Times: user=0.53 sys=0.01, real=0.08 secs]<BR>&gt; &gt;&gt;&gt; 109.948: [GC 109.949: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 273038K-&gt;0K(274752K), 0.0835410 secs] 3665079K-&gt;3417813K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0845680 secs] [Times: user=0.57 sys=0.00, real=0.08 secs]<BR>&gt; &gt;&gt;&gt; 110.035: [GC 110.035: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 64K-&gt;0K(274752K), 0.0088490 secs] 3417877K-&gt;3417828K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0093860 secs] [Times: user=0.09 sys=0.00, real=0.01 secs]<BR>&gt; &gt;&gt;&gt; 110.484: [GC 110.485: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0880810 secs] 3690468K-&gt;3443727K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0890560 secs] [Times: user=0.59 sys=0.00, real=0.09 secs]<BR>&gt; &gt;&gt;&gt; 110.910: [GC 110.910: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0860790 secs] 3716367K-&gt;3475451K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0870070 secs] [Times: user=0.58 sys=0.02, real=0.08 secs]<BR>&gt; &gt;&gt;&gt; 111.276: [GC 111.277: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272639K-&gt;0K(274752K), 0.0772230 secs] 3748091K-&gt;3503686K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0782780 secs] [Times: user=0.47 sys=0.02, real=0.08 secs]<BR>&gt; &gt;&gt;&gt; 111.658: [GC 111.659: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0754700 secs] 3776326K-&gt;3532682K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0763440 secs] [Times: user=0.54 sys=0.01, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 112.068: [GC 112.068: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0705680 secs] 3805322K-&gt;3559619K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0714610 secs] [Times: user=0.47 sys=0.02, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 112.497: [GC 112.498: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0779750 secs] 3832259K-&gt;3589461K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0788830 secs] [Times: user=0.50 sys=0.01, real=0.08 secs]<BR>&gt; &gt;&gt;&gt; 112.911: [GC 112.911: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0728900 secs] 3862101K-&gt;3616744K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0738560 secs] [Times: user=0.52 sys=0.00, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 113.362: [GC 113.363: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0609030 secs] 3889384K-&gt;3638477K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0619050 secs] [Times: user=0.44 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 113.829: [GC 113.829: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272614K-&gt;0K(274752K), 0.0641940 secs] 3911091K-&gt;3659305K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0653490 secs] [Times: user=0.48 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 114.311: [GC 114.311: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0618170 secs] 3931945K-&gt;3681619K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0626970 secs] [Times: user=0.50 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 114.841: [GC 114.842: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0670890 secs] 3954259K-&gt;3711036K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0680540 secs] [Times: user=0.52 sys=0.02, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 115.356: [GC 115.357: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0623700 secs] 3983676K-&gt;3737945K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0633630 secs] [Times: user=0.49 sys=0.00, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 115.829: [GC 115.830: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0665900 secs] 4010585K-&gt;3766876K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0676240 secs] [Times: user=0.51 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 116.271: [GC 116.271: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272630K-&gt;0K(274752K), 0.0594280 secs] 4039506K-&gt;3796861K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0603620 secs] [Times: user=0.46 sys=0.02, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 116.716: [GC 116.717: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0724150 secs] 4069501K-&gt;3825191K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0733430 secs] [Times: user=0.52 sys=0.01, real=0.08 secs]<BR>&gt; &gt;&gt;&gt; 117.145: [GC 117.146: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0664990 secs] 4097831K-&gt;3853057K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0675760 secs] [Times: user=0.48 sys=0.00, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 117.543: [GC 117.545: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0650350 secs] 4125697K-&gt;3880562K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0673450 secs] [Times: user=0.49 sys=0.01, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 117.956: [GC 117.956: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0664410 secs] 4153202K-&gt;3907935K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0673980 secs] [Times: user=0.49 sys=0.02, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 118.385: [GC 118.386: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272631K-&gt;0K(274752K), 0.0655070 secs] 4180566K-&gt;3934925K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0664120 secs] [Times: user=0.50 sys=0.01, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 118.826: [GC 118.827: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272608K-&gt;0K(274752K), 0.0605390 secs] 4207533K-&gt;3964211K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0616050 secs] [Times: user=0.50 sys=0.02, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 119.233: [GC 119.234: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0656870 secs] 4236851K-&gt;3991065K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0666900 secs] [Times: user=0.50 sys=0.02, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 119.301: [GC [1 CMS-initial-mark: 3991065K(6635136K)] <BR>&gt; &gt;&gt;&gt; 3991071K(6909888K), 0.0091650 secs] [Times: user=0.01 sys=0.00, <BR>&gt; &gt;&gt;&gt; real=0.01 secs]<BR>&gt; &gt;&gt;&gt; 119.311: [CMS-concurrent-mark-start]<BR>&gt; &gt;&gt;&gt; 119.699: [GC 119.699: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0647090 secs] 4263705K-&gt;4019961K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0656290 secs] [Times: user=0.53 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 120.081: [GC 120.082: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0641110 secs] 4292601K-&gt;4048334K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0649070 secs] [Times: user=0.50 sys=0.01, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 120.538: [GC 120.539: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0677200 secs] 4320974K-&gt;4075491K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0687990 secs] [Times: user=0.49 sys=0.03, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 120.621: [CMS-concurrent-mark: 1.076/1.310 secs] [Times: user=10.66 <BR>&gt; &gt;&gt;&gt; sys=1.73, real=1.31 secs]<BR>&gt; &gt;&gt;&gt; 120.621: [CMS-concurrent-preclean-start]<BR>&gt; &gt;&gt;&gt; 120.942: [GC 120.943: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0736770 secs] 4348131K-&gt;4104969K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0747430 secs] [Times: user=0.51 sys=0.03, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; 121.337: [GC 121.338: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0569980 secs] 4377609K-&gt;4126623K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0579070 secs] [Times: user=0.48 sys=0.03, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 121.766: [GC 121.767: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272615K-&gt;0K(274752K), 0.0590140 secs] 4399238K-&gt;4148770K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0599510 secs] [Times: user=0.44 sys=0.03, real=0.06 secs]<BR>&gt; &gt;&gt;&gt; 122.174: [GC 122.175: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0531420 secs] 4421410K-&gt;4167895K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0540310 secs] [Times: user=0.45 sys=0.03, real=0.05 secs]<BR>&gt; &gt;&gt;&gt; 122.257: [CMS-concurrent-preclean: 1.306/1.636 secs] [Times: <BR>&gt; &gt;&gt;&gt; user=10.25 sys=2.21, real=1.63 secs]<BR>&gt; &gt;&gt;&gt; 122.257: [CMS-concurrent-abortable-preclean-start]<BR>&gt; &gt;&gt;&gt; 122.631: [GC 122.631: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0528220 secs] 4440535K-&gt;4187654K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0537160 secs] [Times: user=0.46 sys=0.02, real=0.05 secs]<BR>&gt; &gt;&gt;&gt; 122.696: [CMS-concurrent-abortable-preclean: 0.355/0.439 secs] [Times: <BR>&gt; &gt;&gt;&gt; user=2.50 sys=0.52, real=0.44 secs]<BR>&gt; &gt;&gt;&gt; 122.698: [GC[YG occupancy: 7874 K (274752 K)]122.698: [Rescan <BR>&gt; &gt;&gt;&gt; (parallel) , 0.0253430 secs]122.723: [weak refs processing, 1.1038100 <BR>&gt; &gt;&gt;&gt; secs] [1 CMS-remark: 4187654K(6635136K)] 4195529K(6909888K), 1.1357970 <BR>&gt; &gt;&gt;&gt; secs] [Times: user=1.42 sys=0.01, real=1.14 secs]<BR>&gt; &gt;&gt;&gt; 123.834: [CMS-concurrent-sweep-start]<BR>&gt; &gt;&gt;&gt; 124.060: [GC 124.061: [ParNew<BR>&gt; &gt;&gt;&gt; Desired survivor size 1081344 bytes, new threshold 0 (max 0)<BR>&gt; &gt;&gt;&gt; : 272640K-&gt;0K(274752K), 0.0690300 secs] 4399395K-&gt;4167257K(6909888K), <BR>&gt; &gt;&gt;&gt; 0.0698010 secs] [Times: user=0.52 sys=0.02, real=0.07 secs]<BR>&gt; &gt;&gt;&gt; <BR>&gt; &gt;&gt;&gt; ------------------------------------------------------------------------<BR>&gt; &gt;&gt;&gt;<BR>&gt; &gt;&gt;&gt; _______________________________________________<BR>&gt; &gt;&gt;&gt; hotspot-gc-use mailing list<BR>&gt; &gt;&gt;&gt; hotspot-gc-use@openjdk.java.net<BR>&gt; &gt;&gt;&gt; http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use<BR>&gt; &gt;&gt;&gt; <BR>&gt; &gt;&gt; ------------------------------------------------------------------------<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; _______________________________________________<BR>&gt; &gt;&gt; hotspot-gc-use mailing list<BR>&gt; &gt;&gt; hotspot-gc-use@openjdk.java.net<BR>&gt; &gt;&gt; http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; hotspot-gc-use mailing list<BR>&gt; &gt; hotspot-gc-use@openjdk.java.net<BR>&gt; &gt; http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use<BR>                                               </body>
</html>