This is the mail archive of the java-prs@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]

libgcj/10653: is_assignable_from_slow bug


>Number:         10653
>Category:       libgcj
>Synopsis:       is_assignable_from_slow bug
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 07 01:46:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
verify.cc:is_assignable_from_slow() is incorrect.
The entire "source->isInterface()" branch is useful
when merging, but otherwise it yields incorrect results.
The fix is to rewrite merging a bit, to rename this
function, and to change one of the calls to a call
to _Jv_isAssignableFrom (which now understands how to
check uninitialized classes).
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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