javax GC API
Kirk Pepperdine
kirk at kodewerk.com
Fri Apr 19 02:50:11 PDT 2013
Hi Suminda,
With all due respect, I'm not sure that it's a great idea to pass control of the garbage collectors over to the programmer. In this case, if you were to ensure that GC did not happen during the execution of a block you are in danger of filling heap. A better way to prevent GC is to not create objects.
Regards,
Kirk
On 2013-04-19, at 11:10 AM, Suminda Dharmasena <sirinath at sakrio.com> wrote:
> Another potential tag to ensure GC does not happen during the execution of a code block:
> GCSuspend - a synchronous object can be used so that the GC threads do not run while the code block is executing
> Of course some revision to current annotations will be needed to accommodate this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20130419/39198e1c/attachment.html
More information about the hotspot-gc-use
mailing list