Method.java (getExceptionTypes): Call getType() to initialize if exception_types...
authorBryce McKinlay <bryce@albatross.co.nz>
Thu, 22 Mar 2001 06:37:16 +0000 (06:37 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Thu, 22 Mar 2001 06:37:16 +0000 (06:37 +0000)
commit595420bfea88f5c0117e887cf70345a61f26e893
tree08734c6e8a2c1015192562c9270d8e20edcdca96
parentb5f1747c3003fa07e3564daeaa267c2da7454f67
Method.java (getExceptionTypes): Call getType() to initialize if exception_types is null.

* java/lang/reflect/Method.java (getExceptionTypes): Call getType() to
initialize if exception_types is null.
* java/lang/reflect/Constructor.java: Likewise.
* java/lang/reflect/natConstructor.cc (getType): Initialize
exception_types to an empty Object array.

From-SVN: r40730
libjava/ChangeLog
libjava/java/lang/reflect/Constructor.java
libjava/java/lang/reflect/Method.java
libjava/java/lang/reflect/natConstructor.cc