Can a full codecache trigger CMS?
Jon Masamitsu
jon.masamitsu at oracle.com
Fri Oct 5 15:22:25 PDT 2012
On 10/5/2012 12:03 PM, Bernd Eckenfels wrote:
> 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).
I don't know the answer here. I don't think the code cache has to do
with the
number of loaded classes so much as the amount of compiled code.
I remember before code cache flushing the code cache would fill up and then
compilations would shut down. I don't recall a full code cache causing
a GC but that's JIT stuff so I don't know for sure.
Jon
> 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
>
More information about the hotspot-gc-use
mailing list