Problems compiling Log4jME
Tom Tromey
tromey@redhat.com
Wed Sep 26 15:21:00 GMT 2001
>>>>> "David" == David Vrabel <dv207@hermes.cam.ac.uk> writes:
David> A.java:
David> interface A {
David> public void f();
David> }
David> B.java
David> public abtract class B {
David> public void g() {
David> f();
David> }
David> }
I fixed the typo and changed B.java so that B implements A (which I
assume is what you meant).
This compiled fine for me with both the current CVS gcj and gcj 3.0.
Could you write a test which shows the failure and send it?
David> 2. This one's a bit freaky. Priority.java will cause gcj to
David> eat all memory and die.
I probably won't look at this one anytime soon. Sorry.
Your best bet might be to file a complete PR (include info on how to
get the problem file).
Thanks,
Tom
More information about the Java
mailing list