This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] JVMTI/JDWP GetAllLoadedClasses
- From: Keith Seitz <keiths at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Tue, 24 Apr 2007 11:24:35 -0700
- Subject: Re: [RFA] JVMTI/JDWP GetAllLoadedClasses
- References: <462E280A.4070206@redhat.com>
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