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: strange error when trying to compile jar-file to native code (verification error at PC=171)


>>>>> "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


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