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]

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


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


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