AW: Unexplanable events in GC logs

Denny Kettwig denny.kettwig at werum.de
Thu Jan 23 06:10:47 PST 2014


RMI call interval is set by:
-Dsun.rmi.dgc.client.gcInterval=3600000 
-Dsun.rmi.dgc.server.gcInterval=3600000

And except for this particular part of the log the CMS collection occurs once per hour.

--------------------------------------------
Von: hotspot-gc-use-bounces at openjdk.java.net [mailto:hotspot-gc-use-bounces at openjdk.java.net] Im Auftrag von Holger Hoffstätte
Gesendet: Thursday, January 23, 2014 2:25 PM
An: hotspot-gc-use at openjdk.java.net
Betreff: Re: Unexplanable events in GC logs

On 01/23/14 13:43, Denny Kettwig wrote:
> An option I never considered, this is very likely the case. Any ideas 
> for the CMS issue?

You do know that RMI periodically calls System.gc(), right? CMS will normally ignore this, but since you have enabled ExplicitGCInvokesConcurrent it might (probably will) mess with any estimations done by CMS. Have you tried without it?

-h

_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use at openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use


More information about the hotspot-gc-use mailing list