[RFA] JVMTI/JDWP GetAllLoadedClasses

Keith Seitz keiths@redhat.com
Tue Apr 24 18:24:00 GMT 2007


Kyle Galloway wrote:
> ChangeLog
>    * jvmti.cc (_Jv_JVMTI_GetLoadedClasses): New method.
>    * prims.cc (_Jv_CreateJavaVM): Call ClassList::setup ().
>    * gnu/gcj/jvmti/ClassList.h: New file.
>    * gnu/gcj/jvmti/natClassList.cc: New file.
>    * gnu/classpath/jdwp/natVMVirtualMachine.cc (getAllLoadedClasses): 
> Implement.
>    * java/lang/natClassLosder.cc (_Jv_PushClass): Call ClassList::add ().
>    * Makefile.am: Add gnu/gcj/jvmti/natClassList.cc.
>    * Makefile.in: Regenerated.
> 
> Questions/comments/concerns?

One cursory question: Is there no gnu/gcj/jvmti/ClassList.java?

Keith



More information about the Java-patches mailing list