[Bug libgcj/15001] Using JNI with interpreter and interface methods yields SIGSEGV

2004-12-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-17 15:13 --- Subject: Bug 15001 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-17 15:13:44 Modified files: libjava: ChangeLog

[Bug libgcj/15001] Using JNI with interpreter and interface methods yields SIGSEGV

2004-12-09 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2004-12-10 05:47 --- meth-index for an interface method should contain the IDT dispatch index for that method, which allows us to use fast interface dispatch (_Jv_LookupInterfaceMethodIdx) for Method.invoke() calls. Unfortunately,

[Bug libgcj/15001] Using JNI with interpreter and interface methods yields SIGSEGV

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:44 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3