natClass.cc (finit_name): Initialized with `finit$'.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Thu, 17 Aug 2000 21:56:29 +0000 (21:56 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 17 Aug 2000 21:56:29 +0000 (14:56 -0700)
commit0fcbfa82cfad5432bf6e36cc1a4678c80c7dcc6d
treefe99c57fde3a57124643d4b29f688584f4266b33
parent25bdcbc5242faed11b2f58c72c64cb2b0165d681
natClass.cc (finit_name): Initialized with `finit$'.

2000-08-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * java/lang/natClass.cc (finit_name): Initialized with `finit$'.
        (finit_leg_name): New global.
        (java::lang::Class::getDeclaredMethods): Test for `finit$' or
        `$finit$'. This is a backward compatibility hack.
        (java::lang::Class::_getMethods): Likewise.

(http://sources.redhat.com/ml/java-discuss/2000-08/msg00031.html
 See also the matching compiler patch:
 http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00664.html)

From-SVN: r35769
libjava/ChangeLog
libjava/java/lang/natClass.cc