From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17941 invoked by alias); 18 Apr 2004 17:43:21 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 17922 invoked by uid 48); 18 Apr 2004 17:43:21 -0000 Date: Sun, 18 Apr 2004 17:43:00 -0000 Message-ID: <20040418174321.17921.qmail@sources.redhat.com> From: "tromey at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040418092953.15001.thhal@mailblocks.com> References: <20040418092953.15001.thhal@mailblocks.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/15001] Using JNI with interpreter and interface methods yields SIGSEGV X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00029.txt.bz2 List-Id: ------- Additional Comments From tromey at gcc dot gnu dot org 2004-04-18 17:43 ------- I suspect this bug was fixed by this: 2004-04-14 Andrew Haley Bryce McKinlay * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Use _Jv_LookupInterfaceMethodIdx for calls to interfaces. * include/jvm.h (_Jv_CallAnyMethodA): Add new `iface' arg. * testsuite/libjava.lang/InvokeInterface.java: New file. * testsuite/libjava.lang/InvokeInterface.out: New file. This is only on cvs head, not in 3.4. I've set the target milestone to 3.4.1 to indicate that we should back-port this fix once 3.4.0 ships. -- What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.4.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15001