diff options
| author | Kyle Galloway <kgallowa@redhat.com> | 2007-03-06 21:09:22 +0000 |
|---|---|---|
| committer | Kyle Galloway <kgallowa@gcc.gnu.org> | 2007-03-06 21:09:22 +0000 |
| commit | 009403e6f03f53353ded4c57c40e72bf74d5f0e8 (patch) | |
| tree | 25678aef2a45acd45c767382e46815681d2d1b06 /libjava/ChangeLog | |
| parent | 205dcd71cdb44b74068fb4a655faf2fcdba1f894 (diff) | |
| download | gcc-009403e6f03f53353ded4c57c40e72bf74d5f0e8.tar.gz gcc-009403e6f03f53353ded4c57c40e72bf74d5f0e8.tar.bz2 gcc-009403e6f03f53353ded4c57c40e72bf74d5f0e8.zip | |
AbsentInformationException.java: New file.
2007-03-06 Kyle Galloway <kgallowa@redhat.com>
* classpath/gnu/classpath/jdwp/exception/AbsentInformationException.java: New file.
* classpath/lib/gnu/classpath/jdwp/exception/AbsentInformationException.class: Ditto.
* gnu/classpath/jdwp/exception/AbsentInformationException.h: Ditto.
* gnu/classpath/jdwp/natVMMethod.cc: Add CHECK_INTERP_CLASS macro.
(VMMethod::getLineTable): Use new macro.
(VMMethod::getVariableTable): Implement.
* sources.am: Regenerated.
* Makefile.in: Ditto.
From-SVN: r122639
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 2707712c33d..278642f62f4 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,14 @@ +2007-03-06 Kyle Galloway <kgallowa@redhat.com> + + * classpath/gnu/classpath/jdwp/exception/AbsentInformationException.java: New file. + * classpath/lib/gnu/classpath/jdwp/exception/AbsentInformationException.class: Ditto. + * gnu/classpath/jdwp/exception/AbsentInformationException.h: Ditto. + * gnu/classpath/jdwp/natVMMethod.cc: Add CHECK_INTERP_CLASS macro. + (VMMethod::getLineTable): Use new macro. + (VMMethod::getVariableTable): Implement. + * sources.am: Regenerated. + * Makefile.in: Ditto. + 2007-03-06 Tom Tromey <tromey@redhat.com> * Makefile.in: Rebuilt. |
