This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: Class.finalize() throws a Throwable


>>>>> "Anthony" == Anthony Green <green at redhat dot com> writes:

Anthony> Identified by japi.  Ok?
Anthony> 2002-02-21  Anthony Green  <green at redhat dot com>
Anthony> 	* java/lang/Class.java (finalize): throws a Throwable.

Ok.

This is a funny one.  Maybe we shouldn't even have a finalize method
in Class.  Instead we could just register a finalizer for those
classes which really need one.  OTOH, we'll need the finalizer if we
ever figure out how to finalize a compiled class.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]