This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Running Eclipse 3
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> java.lang.VerifyError: verification failed at PC 9 in org.eclipse.ui.internal.PerspectiveBarNewContributionItem:<init>((Lorg.eclipse.ui.IWorkbenchWindow;)V): uninitialized object in local variable
Mark> So you probably need to disable the verifier on the trunk.
This is strange, since the verifier on the trunk and the verifier on
the branch are the same, and I don't see this.
If you could do a little debugging, it would help. I'm particularly
interested in the stack trace leading to this error -- I looked at the
bytecode in question, and assuming we have the same code, then the
particular function that does this check should probably not be called
at all at this point.
Tom