This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Running Eclipse 2.1 RC1 (Was: dl_iterate_phdr() deadlock patch)


>>>>> "Mark" == Mark Wielaard <mark at klomp dot org> writes:

Mark> It is simple to import the Eclipse source into your own
Mark> project. And except for the verifier everything about 3.3 seems
Mark> to be ready to run (a precompiled) Eclipse out of the box.

I've had some luck compiling Eclipse with jikes.  Also, Anthony
pointed out to me that you can compile the Eclipse java compiler with
gcj and then use that to build Eclipse.  This approach is a bit of a
pain since you need to write some code to plug into ant.

Mark> java.lang.VerifyError: verification failed at PC 544 in
Mark> org.eclipse.core.internal.resources.Resource:move((Lorg.eclipse.core.runtime.IPath;ILorg.eclipse.core.runtime.IProgressMonitor;)V): incompatible type on stack

Mark> Should we offer a way to disable the verifier from the command line?

If the JDK does, I suppose we ought to.  Other than that, I'd rather
not.

Mark> Or do you prefer to get the actual bug reports so you can hunt
Mark> down the actual cause?

Yes, please.  I've investigated this bug before.  It is a problem with
merging interface types.  It's been on my "must fix" list since
forever -- no time :-(

Tom


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