On 8/6/07, 史成荣 <[EMAIL PROTECTED]> wrote: > The exception handling infrastructure in some JVM is designed to track > objects as they are locked and unlocked. It automatically unlock any locked > objects when the exception occurs before any exception handler is executed > or before the frame is deleted if there is no > handler for the exception in the frame's method. Does the Harmony DRLVM hava > this mechanism? >
Hi, Straight answer is no, DRLVM doesn't have special mechanism for object unlocking and relies on compiler to produce appropriate finally block. Evgueni
