[RFA/JDWP] Update gnu/classpath/jdwp to Classpath 0.91
Keith Seitz
keiths@redhat.com
Tue Aug 1 18:12:00 GMT 2006
Hi,
Astute readers will have noticed that there appears to be a merge botch
with the gnu.classpath.jdwp VM interfaces: the files are not those
released with Classpath 0.91. [FWIW: none of these interfaces has
changed between 0.91 and HEAD.]
I think this results from a lot of the VM functions introducing native
methods. So I've just made a bunch of blank methods in a bunch of new
natVM*.cc files. I'll submit separate patches to fill in these methods
as I can. [I can fill in most of natVMMethod.cc and a good chunk of
natVMVirtualMachine.cc.]
Ok?
Keith
ChangeLog
2006-08-01 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/VMFrame.java: Update to Classpath 0.91.
* gnu/classpath/jdwp/VMIdManager.java: Likewise.
* gnu/classpath/jdwp/VMMethod.java: Likewise.
* gnu/classpath/jdwp/VMVirtualMachine: Likewise.
* gnu/classpath/jdwp/natVMFrame.java: New file.
* gnu/classpath/jdwp/natVMMethod.java: New file.
* gnu/classpath/jdwp/natVMVirtualMachine.java: New file.
* Makefile.am (nat_source_files): Add new filles.
* Makefile.in: Regenerated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 091-merge.patch
Type: text/x-patch
Size: 18730 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060801/847f91a9/attachment.bin>
More information about the Java-patches
mailing list