This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Unreviewed Tru64 UNIX pthread patches
>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
Rainer> Exception in thread "main" java.lang.VerifyError: verification failed at PC 0 in ArrayStore:main(([Ljava.lang.String;)V): unrecognized instruction in branch_prepass
That looks pretty bad. Either we're generating bad bytecode (i.e.,
new compiler bug -- unlikely) or there is an as-yet-undiscovered
verifier bug (unlikely in this part of the verifier), or there is some
kind of memory corruption.
Tom