From: Alexandre Oliva (oliva@dcc.unicamp.br)
Date: Sun Dec 13 1998 - 12:00:02 EST
On Dec 12, 1998, Godmar Back <gback@cs.utah.edu> wrote:
> I would have thought that simply changing finalize0 to have package
> access might have fixed the access problem, why a new header file?
Package access would be fine, but we'd be wasting one more method
invocation. It could have been made private, but then the Java
compiler would create an artificial method with package access for the
inner class to invoke, and I thought it would be nicer to get rid of
it. But I'm facing some trouble with `$' in identifiers; perhaps we
should make Thread.Finalizer a top-level class instead of an inner
class, so as to avoid the `$'... What do you think?
-- Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org} oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org} Universidade Estadual de Campinas, SP, Brasil
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:14 EDT