This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: set default library control to LIB_NEVER
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Wed, 31 May 2006 12:09:43 -0500
- Subject: Re: Patch: set default library control to LIB_NEVER
- References: <447DB9DF.7010505@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> This patch sets the default library control to LIB_NEVER. This
Tom> saves many failed access() and open() calls for large
Tom> applications like Eclipse. Applications that still need the old
Tom> library control can define the
Tom> gnu.gcj.runtime.VMClassLoader.library_control system property to
Tom> "cache".
Oh, btw -- I think there was a PR for this. Not sure though... you
might check.
Tom