This is the mail archive of the java@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]
Other format: [Raw text]

Re: shared library issues


>>>>> "Stéphane" == Stéphane Konstantaropoulos <stephane@cs.york.ac.uk> writes:

Stéphane> Would there be no way to do some - more dirty - thing like: dlopen
Stéphane> libgcj and dlclose it when no longer needed?

This sounds difficult.  You'd probably need hooks into the GC, and
you'd probably also want to figure out how to dlclose whatever
libraries might have been loaded by libgcj itself.  At that point you
might as well write DestroyJavaVM.

Tom


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