Java_java_lang_VMClass_getDeclaredFields question
Chris Pickett <[email protected]> Tue, 18 Jan 2005 23:25:25 -0500
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, In Java_java_lang_VMClass_getDeclaredFields, how come at label "end:", if you fail to exit the monitor, you return from the function without any errors? Chris