This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: Array classes and Constant-time dispatch
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: Array classes and Constant-time dispatch
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 9 Mar 2000 20:33:38 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <38C76F63.3AF4F21B@albatross.co.nz>
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> 2. Array_1.java still crashes, because for some reason
Bryce> System.out.println(class) doesnt work! This seems to be related
Bryce> to PR libgcj/100. Weird.
There is a very strange bug involving the Class vtable.
I'd bet your example would work if you linked statically.
Anthony & I looked at this a little bit one night.
I think it is either an obscure compiler bug or an ld.so bug.
Tom