This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] JVMTI/JDWP GetAllLoadedClasses


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]