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]

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


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


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