This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch
- From: "fitzsim at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 30 Aug 2005 20:44:54 -0000
- Subject: [Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch
- References: <20050801155040.23182.hannes@helma.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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