Bug#99038: internal error using static synchronized

Tom Tromey tromey@redhat.com
Thu May 31 07:57:00 GMT 2001


>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:

Matthias> class Bug {
Matthias>     static synchronized Object get(int i) { return null; }
Matthias>     static synchronized Object get() { return get(1); }
Matthias> }

This fails for me (on x86) with -O1, but not with -O0.

Tom



More information about the Java mailing list