javax GC API
Suminda Dharmasena
sirinath at sakrio.com
Fri Apr 19 10:04:50 UTC 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: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20130419/1d87061a/attachment.htm>
More information about the hotspot-gc-dev
mailing list