This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

Re: natRuntime stack trace bug fix


>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

Andrew> 2003-01-10    Andrew Haley <aph@.redhat.com>
Andrew>         * java/lang/natRuntime.cc (_load): StackTrace access needs to be
Andrew>         in a try block.

I think this changes the semantics a bit.

Andrew> !         for (int i = 1; !klass; i++)

If klass!=NULL and it was loaded with the system loader, we'll still
exit the loop.

Tom


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