[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-06 16:04 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 16:03 --- Subject: Bug 23739 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-06 16:03:12 Modified files: libjava: Change

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-06 16:01 --- Subject: Bug 23739 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-06 16:01:32 Modified files: libjava: ChangeLog jni.cc link.cc prims.cc

[Bug libgcj/23739] JNI: IsAssignableFrom reverses arguments

2005-09-05 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-09-05 22:20 --- IMO Sun actually got it wrong here ;-) Reading function arguments from left-to-right, I'd expect the first argument to be the context ("Is") and the second to be the class refered to in (the "From"). Having sai