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] VMVirtualMachine.getAllClassMethods


Keith Seitz writes:
 > Hello,
 > 
 > The attached patch implements the JDWP VMVirtualMachine method 
 > getAllClassMethods. It's pretty simple: it just calls the JVMTI method 
 > GetClassMethods and massages the result a little.
 > 
 > Ok?
 > Keith
 > 
 > ChangeLog
 > 2007-01-24  Keith Seitz  <keiths@redhat.com>
 > 
 >          * gnu/classpath/jdwp/natVMVirtualMachine.cc
 >          (getAllClassMethods): Implement.
 > 

OK.

Andrew.


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