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]

Re: gcj-compiled jigsaw is running


Jeff Sturm <jsturm@one-point.com> writes:

> Even if you get around that, there is no way to unload a compiled class,
> because the class instance isn't dynamically allocated and cannot be
> garbage collected.

But shared libraries can be unloaded, I thought, so at least in
principle we coudl unload a compield class.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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