This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Proposal: remove gnu.gcj.runtime.VMClassLoader.library_control
- From: Thomas Fitzsimmons <fitzsim at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 30 May 2006 19:47:36 -0400
- Subject: Proposal: remove gnu.gcj.runtime.VMClassLoader.library_control
Hi,
I propose we remove gnu.gcj.runtime.VMClassLoader.library_control and replace
its code paths with the current LIB_NEVER code paths.
On my Fedora Core 5 machine only two packages use this feature: libgcj itself,
for lib-gnu-java-awt-peer-gtk.so and gjdoc, for some of its libraries. On
trunk, lib-gnu-java-awt-peer-gtk.so we replaced with the JNI-only library,
libgtkpeer.so, by this patch:
http://gcc.gnu.org/ml/java-patches/2006-q2/msg00263.html
and gjdoc will be merged into GNU Classpath this week, meaning that it will be
imported into libgcj shortly, where it will like be compiled with
-findirect-dispatch.
Comments?
Tom