This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Remove JNI_OnLoad
- To: <tromey at redhat dot com>, "Java Patch List" <java-patches at gcc dot gnu dot org>
- Subject: Re: Patch: Remove JNI_OnLoad
- From: "Anthony Green" <green at redhat dot com>
- Date: Thu, 2 Aug 2001 22:58:05 -0700
- References: <8766c56h9e.fsf@creche.redhat.com>
Tom wrote:
> I'm going to check this in on the trunk. This removes the JNI_OnLoad
> lookup and call from the startup sequence.
Hmmm... how do we do fun stuff like this then...
http://gcc.gnu.org/ml/java-patches/2000-q1/msg00253.html
> FWIW the original JNI_OnLoad code was, I believe, based on my
> misunderstanding of how dl preloading works.
I think my patch (above) introduced the code you are removing.
AG