This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Proposal: remove gnu.gcj.runtime.VMClassLoader.library_control
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 30 May 2006 22:31:07 -0500
- Subject: Re: Proposal: remove gnu.gcj.runtime.VMClassLoader.library_control
- References: <447CD998.4050400@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> I propose we remove gnu.gcj.runtime.VMClassLoader.library_control
Tom> and replace its code paths with the current LIB_NEVER code paths.
Tom> Comments?
I think it would be safer to change the default. We can't be sure
that no one is using the feature. And, it doesn't cost much to simply
leave the code in.
Tom