javax GC API

Suminda Dharmasena sirinath at sakrio.com
Fri Apr 19 03:04:50 PDT 2013


Also if the programmer fails to wisely GC using API / Annotations then
the fallback is the default GC mechanism. This way there will be no memory
leaks. Also objects which are GCed will be objects that can be GCed. Live /
referenced objects which escape the explicit GC context will not be GCed.

The objective is that:

   - The GC check happens at define points in code
   - GC happens at define points if possible, else fall back to the system
   GC mechanism
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20130419/1d87061a/attachment.html 


More information about the hotspot-gc-use mailing list