Can a full codecache trigger CMS?
Bernd Eckenfels
bernd.eckenfels at googlemail.com
Fri Oct 5 12:03:34 PDT 2012
I read that in the event of Code cache Sweep or Full it may Trigger a FullGC(which makes sense to get rid of unused classes).
Since I run with ExiciyeGCInvokesConcurrent - it can lead to CMS over this road?
We really need GCCause Reasons in gclog and a better event diagnostics.
(one thing I appreciate at IBM jre is the clean GC log and the trace buffers)
Bernd
--
bernd.eckenfels.net
Am 05.10.2012 um 20:10 schrieb Jon Masamitsu <jon.masamitsu at oracle.com>:
> On 10/5/2012 9:48 AM, Bernd Eckenfels wrote:
>
>> Am 05.10.2012, 18:41 Uhr, schrieb Damon Hart-Davis<dhd at exnet.com>:
>>> Have you tried -XX:+UseCodeCacheFlushing to let old code get evicted in
>>> case that helps?
>> This problem just occured, for the next restart I will use that flag,
>> together with increasing the cache to 500M. Do you know if it is related
>> to CMS initiation?
>
> No. There is no connection I know of between the code cache filling and
> CMS behavior as you're seeing it.
>
> Jon
>
>> Gruss
>> Bernd
>> _______________________________________________
>> hotspot-gc-use mailing list
>> hotspot-gc-use at openjdk.java.net
>> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
>
> _______________________________________________
> 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