gcc/libjava ChangeLog java/lang/natClass.cc
bryce@gcc.gnu.org
bryce@gcc.gnu.org
Tue Jun 5 02:46:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: bryce@gcc.gnu.org 2001-06-05 02:46:38
Modified files:
libjava : ChangeLog
libjava/java/lang: natClass.cc
Log message:
2001-06-05 Martin Kahlert <martin.kahlert@infineon.com>
Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* java/lang/natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors
table index is within allowed bounds. Ensure that we dont try to access
class itable at a negative offset. Avoid an ancestor table lookup if
source is a primitive type class.
(isInstance): Remove redundant isPrimitive() check.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.800&r2=1.801
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natClass.cc.diff?cvsroot=gcc&r1=1.43&r2=1.44
More information about the Gcc-cvs
mailing list