natVMVirtualMachine.cc (getClassMethod): Change to use JVMTI.

2007-05-04  Kyle Galloway  <kgallowa@redhat.com>

	* gnu/classpath/jdwp/natVMVirtualMachine.cc (getClassMethod): Change
	to use JVMTI.

From-SVN: r124447
This commit is contained in:
Kyle Galloway
2007-05-04 19:48:33 +00:00
committed by Kyle Galloway
parent 640afd95c0
commit ddd3985ef5
2 changed files with 23 additions and 5 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-05-04 Kyle Galloway <kgallowa@redhat.com>
* gnu/classpath/jdwp/natVMVirtualMachine.cc (getClassMethod): Change
to use JVMTI.
2007-05-03 Keith Seitz <keiths@redhat.com>
* interpret.cc: Don't include ExceptionEvent.h.