[RFA] Implement JVMTI GetClassStatus

Keith Seitz keiths@redhat.com
Mon Jan 22 23:48:00 GMT 2007


Hi,

This patch is an attempt to implement JVMTI's GetClassStatus call. While 
I think I've got it right, I would appreciate it if maintainers would 
scrutinize the internal class status flags to JVMTI flag part to make 
sure I haven't botched anything.

Keith

ChangeLog
2007-01-22  Keith  Seitz  <keiths@redhat.com>

         * java/lang/Class.h (_Jv_GetClassStatus): Declare.
         * java/lang/natClass.cc (_Jv_GetClassStatus): New function.
         * jvmti.cc (_Jv_JVMTI_GetClassStatus): New function.
         (_Jv_JVMTI_Interface): Define GetClassStatus.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getclassstatus.patch
Type: text/x-patch
Size: 3255 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070122/0d7d7860/attachment.bin>


More information about the Java-patches mailing list