From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20407 invoked by alias); 30 Aug 2005 20:44:58 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20273 invoked by uid 48); 30 Aug 2005 20:44:54 -0000 Date: Tue, 30 Aug 2005 21:02:00 -0000 Message-ID: <20050830204454.20272.qmail@sourceware.org> From: "fitzsim at redhat dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050801155040.23182.hannes@helma.at> References: <20050801155040.23182.hannes@helma.at> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03508.txt.bz2 List-Id: ------- Additional Comments From fitzsim at redhat dot com 2005-08-30 20:44 ------- I suspect this is the same problem manifesting itself in JNI. This assertion fails in the GTK peers: assert ((*env)->IsAssignableFrom(env, objclazz, table->clazz)); table->clazz points to GtkGenericPeer and objclazz points to GtkWindowPeer; clearly IsAssignableFrom should return JNI_TRUE in this case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23182