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" == Kyle Galloway <kgallowa@redhat.com> writes:

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

Kyle> Probably should have mentioned this, but no, there is no
Kyle> ClassList.java, these are all static native methods.  As I mentioned,
Kyle> it's a little tricky to deal with the class loading order, so I
Kyle> figured one less java class would be a benefit.

Ok, in this case we should not have ClassList declared as 'extern "Java"'.

I think it would be better to just declare a new HashSet or the like
in VMClassLoader and put the references there.

Keith, thanks for pointing this out.

Tom


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