So, should a Java-to-Bytecode compiler emit a warning if a finalize() implementation does not call super.finalize()? This might be a suggestion for gcj, jikes, javac etc. Also, we might want to add a note to the Classpath hacker's guide.
What about classes inheriting directly from Object ? Should they also be forced to call super.finalize() ?
Artur
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

