This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: eclipse status (summary: it looks nice)
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> In addition to this fix, I had to disable class verification.
Anthony> Perhaps the version of Eclipse you're running doesn't have
Anthony> the problematic bytecode sequence my version has (which is a
Anthony> Red Hat-internal version).
The "problem" bytecode is probably compiler dependent. The real
problem is that the verifier still has bugs related to the handling of
interfaces. These may not be too hard to fix.
Tom