This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: gcj/344
- To: tromey at cygnus dot com
- Subject: Re: gcj/344
- From: tromey at cygnus dot com
- Date: 8 Sep 2000 17:00:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: tromey at cygnus dot com
The following reply was made to PR gcj/344; it has been noted by GNATS.
From: tromey@cygnus.com
To: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com, potanin@mccme.ru,
tromey@cygnus.com
Cc:
Subject: Re: gcj/344
Date: 8 Sep 2000 16:56:09 -0000
Synopsis: Error while compile string "private byte[] loadClassData(String name) {"
Responsible-Changed-From-To: apbianco->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Fri Sep 8 09:56:09 2000
Responsible-Changed-Why:
I looked at it.
State-Changed-From-To: open->feedback
State-Changed-By: tromey
State-Changed-When: Fri Sep 8 09:56:09 2000
State-Changed-Why:
I looked at this. This appears to be fixed in the current
cvs gcj. When I compile the test case I get this:
creche. gcj -c cl.java
cl.java: In class `cl':
cl.java: In method `findClass(java.lang.String)':
cl.java:14: Exception `java.lang.ClassNotFoundException' must be caught, or it must be declared in the `throws' clause of `findClass'.
return defineClass(name, b, 0, b.length);
^
1 error
Can you try this with a newer gcj?
If not, tell me and I will simply close the PR.
http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=344&database=java