strange error when trying to compile jar-file to native code (verification error at PC=171)

Jörg Maisenbacher joerg@maisenbachers.de
Thu Sep 11 16:52:00 GMT 2003


Hy,

I've updated my eclipse-version to 3.0M3 and tried to compile some 
jar-files used in a standalone app from eclipse. With the previous 
version from eclipse, this worked without any problems.
If i try to compile the new version i get the following error whe trying 
to build a .o file out of 'runtime.jar':

org/eclipse/core/internal/runtime/InternalPlatform.java: In class 
`org.eclipse.core.internal.runtime.InternalPlatform':
org/eclipse/core/internal/runtime/InternalPlatform.java: In method 
`org.eclipse.core.internal.runtime.InternalPlatform.applyPluginDefaultOverrides(java.net.URL,java.lang.String,org.eclipse.core.runtime.Preferences,java.util.Properties)':
org/eclipse/core/internal/runtime/InternalPlatform.java:1287: error: 
verification error at PC=171
org/eclipse/core/internal/runtime/InternalPlatform.java:1287: error: 
might transfer control into subroutine

Is there anything i can do to avoid this error, like adding some 
switches to the commandline? or is this a bug in gcj?

I can't switch back to previous version, as we make use of some new 
methods introduced with the new version.

joerg


-- 
    "There are only 10 types of people in the world:
     Those who understand binary and those who don't."



More information about the Java mailing list