gc logs [Full GC (System)
Kirk
kirk.pepperdine at gmail.com
Thu Feb 10 10:46:01 PST 2011
sed also works well in getting rid of calls to System.gc()... and it guarantees that it won't accidentally show up again.
Regards,
Kirk
On Feb 10, 2011, at 7:25 PM, Peter Schuller wrote:
>> please help me understand in following 2 line if
>> Full GC (System)
>> means this is caused due to System.gc() call ?
>
> If you're having trouble with code calling System.gc(),
> -XX:+DisableExplicitGC may be an option. But that will also disable
> e.g. jconsole triggered GC:s (I think).
>
> --
> / Peter Schuller
> _______________________________________________
> 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