This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: strange error when trying to compile jar-file to native code (verification error at PC=171)
- From: Tom Tromey <tromey at redhat dot com>
- To: Jörg Maisenbacher <joerg at maisenbachers dot de>
- Cc: java at gcc dot gnu dot org
- Date: 11 Sep 2003 10:45:10 -0600
- Subject: Re: strange error when trying to compile jar-file to native code (verification error at PC=171)
- References: <3F60A47A.5030609@maisenbachers.de>
- Reply-to: tromey at redhat dot com
>>>>> "Jörg" == Jörg Maisenbacher <joerg@maisenbachers.de> writes:
Jörg> org/eclipse/core/internal/runtime/InternalPlatform.java: In method
Jörg> `org.eclipse.core.internal.runtime.InternalPlatform.applyPluginDefaultOverrides(java.net.URL,java.lang.String,org.eclipse.core.runtime.Preferences,java.util.Properties)':
Jörg> org/eclipse/core/internal/runtime/InternalPlatform.java:1287: error:
Jörg> verification error at PC=171
Jörg> org/eclipse/core/internal/runtime/InternalPlatform.java:1287: error:
Jörg> might transfer control into subroutine
Jörg> Is there anything i can do to avoid this error, like adding some
Jörg> switches to the commandline? or is this a bug in gcj?
This is a bug in gcj. For the gcj-compiled eclipse, we worked around
this problem by disabling parts of the gcj verifier. I consider this
to be a hack, though, and I'm against putting this patch into the cvs
gcc. Instead, someone must fix the gcj verifier.
We've talked about a few ways to accomplish this, but as yet nobody
has had the time to work on it :-(
Tom