diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-05 20:40:11 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-05 20:40:11 +0000 |
| commit | f91ed2b141975d0deafba31bd2dec640610a0b4b (patch) | |
| tree | d6831eedd78519f01123093a5f9a1b1695f7a3ea /libjava/ChangeLog | |
| parent | 13c773a754902f99f21c8926af690472242795a7 (diff) | |
| download | ppe42-gcc-f91ed2b141975d0deafba31bd2dec640610a0b4b.tar.gz ppe42-gcc-f91ed2b141975d0deafba31bd2dec640610a0b4b.zip | |
2002-07-04 Tom Tromey <tromey@redhat.com>
Jeff Sturm <jsturm@one-point.com>
Fix for PR libgcj/7060:
* java/lang/Class.h (_getMethod): Renamed from getMethod.
* java/lang/natClass.cc (_getMethod): Renamed from getMethod.
Recurse into superinterfaces. Don't throw NoSuchMethodException.
* java/lang/Class.java (getMethod): New Java implementation;
complies with spec.
(_getMethod): New native method.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55266 138bc75d-0d04-0410-961f-82ee72b054a4
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 24696fd1b87..d5f5fd826f2 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,14 @@ +2002-07-04 Tom Tromey <tromey@redhat.com> + Jeff Sturm <jsturm@one-point.com> + + Fix for PR libgcj/7060: + * java/lang/Class.h (_getMethod): Renamed from getMethod. + * java/lang/natClass.cc (_getMethod): Renamed from getMethod. + Recurse into superinterfaces. Don't throw NoSuchMethodException. + * java/lang/Class.java (getMethod): New Java implementation; + complies with spec. + (_getMethod): New native method. + 2002-07-02 Tom Tromey <tromey@redhat.com> David Hovemeyer <daveho@cs.umd.edu> |

