<div dir="ltr">Hi <span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Jungwoo,</span><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Which version of JDK/HotSpot VM are you using? Depending on that, the cause to your problem could be different. Could you please post the output of java -version?</span></div>
<div style><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">e.g. For JDK6 < JDK6u32, there was a bug in CMS weak reference discovery, which could lead to unexpected problems of weak references holding onto stuff longer than it should.</span></div>
<div style><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">For JDK8 it could be PermGen removal related.</span></div><div style><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br>
</span></div><div style><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">- Kris</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 15, 2013 at 8:37 AM, Jungwoo Ha <span dir="ltr"><<a href="mailto:jwha@google.com" target="_blank">jwha@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, <div><br></div><div>Is ExplicitGCInvokesConcurrentAndUnloadsClasses guaranteed to unload all unused classes?</div>
<div>We installed weak reference on the class objects to see none of the class objects are leaked.</div>
<div>When using STW Explict GC all of the unused classes are unloaded,</div><div>but when using above flag, only some are get unloaded.</div><div>I double-checked the GC log and waited until the concurrent GC to finish its job.</div>
<div>Is this an expected behavior or a bug?</div><div>BTW, The leak detecting code using weak reference is used for a long time,</div><div>which I think is quite stable.</div><div>Any comments are appreciated!</div><div>
<br>
</div><div>Thanks,</div><div>Jungwoo Ha</div><div><br></div></div>
</blockquote></div><br></div>