From: Alexandre Oliva (oliva@dcc.unicamp.br)
Date: Mon Nov 16 1998 - 04:41:47 EST
On Nov 15, 1998, Godmar Back <gback@www.transvirtual.com> wrote:
> Modified Files:
> Properties.java
> Log Message:
> Edouard's work-around to account for Hotjava's weird use of Properties.
Unless the Java compiler we're using is severely broken, this
shouldn't make any difference at all.
Only within derived.get() will super.get() use invokespecial; in any
other method, it will use invokevirtual, i.e., super.get() is the same
as get().
-- Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org} oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org.au} Universidade Estadual de Campinas, SP, Brasil
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:03 EDT