This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problem with gcj 3.3
>>>>> "Øyvind" == Øyvind Harboe <oyvind dot harboe at zylin dot com> writes:
Øyvind> My app no longer works when compiled with GCJ 3.3, and I'm a
Øyvind> bit stuck as to creating a small reproduceable case. Here are
Øyvind> the pieces to the puzzle I've got so far:
Øyvind> String t= "purgeBuffer 2c" + l; // hangs here
Could be some problem involving the GC; the above allocates.
That's just random speculation. There's really no recourse except
debugging it.
Tom