gcj/263: jc1 fatal signal when compiling jikes-compiled class

osk@hem.passagen.se osk@hem.passagen.se
Sun Jun 18 09:30:00 GMT 2000


>Number:         263
>Category:       gcj
>Synopsis:       jc1 fatal signal when compiling jikes-compiled class
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apbianco
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jun 18 09:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Oskar Liljeblad
>Release:        gcj 2.96 20000612
>Organization:
>Environment:
Debian GNU/Linux potato
>Description:
Compiling the code below with jikes, then
with gcj -c, gives the following error:

Test1.java: In class `Test1':
Test1.java: In method `foo()':
Test1.java:5: warning: Unreachable bytecode from 14 to before 19.
gcj: Internal compiler error: program jc1 got fatal signal 11
>How-To-Repeat:
public class Test1 {
	public void foo() {
		synchronized(this) {
			int dummy = 0;
		}
	}
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the Java-prs mailing list