This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ verification error
- From: Johann Schuster <johann dot schuster at unibw dot de>
- To: java at gcc dot gnu dot org
- Date: Mon, 2 Apr 2007 09:26:36 +0000 (UTC)
- Subject: GCJ verification error
I want to compile a java program with gcj 4.1.2,
that compiled fine under gcj 4.0.2, but with
with 4.1.2 i get the error message:
error: verification failed at PC=14: String, int, or
float constant expected
for the line:
if (Thread.interrupted())
If i comment out the line mentioned above, i get the
same error at:
synchronized (Prism.class)
Does anyone know a simple solution for that? Will an
update to a newer gcj/gcc version will be the cure?
Thank you in advance
Johann Schuster