This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: Array classes and Constant-time dispatch


>>>>> "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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]