This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Wrong exception handler called?


>>>>> "Fred" == Fred Gray <fegray@uiuc.edu> writes:

Fred> In the process, I stumbled across what seems to be a serious bug
Fred> in libgcj's exception handling.  Under some circumstances, when
Fred> a single try block has multiple catch blocks associated with it,
Fred> the wrong catch block is invoked.

I tried this and it worked for me.

I compiled .java->.class with JDK 1.1 and with "gcj -C".
I'm using the latest gcj, not the 2.95 gcj.

I don't have JDK 1.2 around to test, unfortunately.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]