Unexplanable events in GC logs

Holger Hoffstätte holger.hoffstaette at googlemail.com
Thu Jan 23 05:22:42 PST 2014


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



More information about the hotspot-gc-use mailing list