diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-24 17:24:44 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-24 17:24:44 +0000 |
commit | 5eebc41fc2d61e66d84f648fd6d59365facf185b (patch) | |
tree | b60d1cfd5772caf8f4b4422879feb1f039755a71 /libjava/mauve-libgcj | |
parent | 14795d175a44e80fa9bed1c5ef99944645198bdd (diff) | |
download | gcc-5eebc41fc2d61e66d84f648fd6d59365facf185b.tar.gz |
* java/lang/reflect/Field.java (toString): Use
Method.appendClassName.
* java/lang/reflect/Constructor.java (toString): Use
Method.appendClassName.
* java/lang/reflect/Method.java: Reindented.
(appendClassName): New method.
(toString): Use it.
* defineclass.cc (handleMethod ): Initialize `throws' field of
method.
(read_one_method_attribute): Handle Exceptions attribute.
* java/lang/reflect/natMethod.cc (ClassClass): Removed.
(ObjectClass): Removed.
(getType): Compute `exception_types'.
* java/lang/Class.h (struct _Jv_Method): Added `throws' field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45153 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r-- | libjava/mauve-libgcj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index f073835c384..a80405cf2df 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -32,3 +32,4 @@ java.text.StringCharacterIterator.iter !java.text.DecimalFormatSymbols.DumpDefault12 !java.text.DecimalFormatSymbols.GetSet12 !java.text.resources +!java.lang.Math |