[Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch

fitzsim at redhat dot com gcc-bugzilla@gcc.gnu.org
Tue Aug 30 20:44:00 GMT 2005


------- 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



More information about the Java-prs mailing list