This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 3.0.1 PATCH: Support JNI_OnLoad on systems without weak definitions




On 24 Jul 2001, Tom Tromey wrote:
> I wonder if we really need all this JNI_OnLoad stuff here.  It seems
> to me that even if a JNI library is linked in to the final executable,
> the Java code will still try to load the library dynamically, and the
> code in natRuntime.cc will still look in the library for the
> JNI_OnLoad symbol at runtime.

It wouldn't do the right thing anyway if two such libraries each export
JNI_OnLoad.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]