This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RFC: libgcj_bc addition
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Cc: Jakub Jelinek <jakub at redhat dot com>
- Date: 31 Aug 2006 11:13:24 -0600
- Subject: Re: Patch: RFC: libgcj_bc addition
- References: <m3zmdw1gxf.fsf@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> Bryce pointed out that code like 'new int[5]' will refer to
Tom> _Jv_intClass, pulling in libgcj.so even when linking with
Tom> -findirect-dispatch -- i.e., not what we want. This appears to be the
Tom> cause of PR 28698 as well.
I'm going to check this in now.
Tom