what does "LEAF method calling lock?" mean?
Tom Rodriguez
Thomas.Rodriguez at Sun.COM
Mon Mar 16 12:11:43 PDT 2009
JRT_LEAF methods aren't allowed to acquire locks since they might have
to block. Leaf methods aren't allowed to block because they aren't
set up to safepoint so they could deadlock the whole system.
tom
On Mar 14, 2009, at 7:55 PM, Colin(Du Li) wrote:
>
>
> --
> View this message in context: http://www.nabble.com/what-does-%22LEAF-method-calling-lock-%22-mean--tp22519628p22519628.html
> Sent from the OpenJDK Hotspot Virtual Machine mailing list archive
> at Nabble.com.
>
More information about the hotspot-dev
mailing list