Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 40609 invoked from network); 25 Sep 2007 09:25:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2007 09:25:11 -0000 Received: (qmail 36991 invoked by uid 500); 25 Sep 2007 09:25:02 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 36974 invoked by uid 500); 25 Sep 2007 09:25:01 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 36965 invoked by uid 99); 25 Sep 2007 09:25:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 02:25:01 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 09:25:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F5D77141F2 for ; Tue, 25 Sep 2007 02:24:50 -0700 (PDT) Message-ID: <18553010.1190712290640.JavaMail.jira@brutus> Date: Tue, 25 Sep 2007 02:24:50 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-4841) [drlvm][jni] behavior of CallVoidMethod incompatible with RI In-Reply-To: <5856767.1190456030560.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-4841. ---------------------------------------- Resolution: Fixed Patch is applied at 579146. Attached test passes for me. Please verify that the fix works for you. > [drlvm][jni] behavior of CallVoidMethod incompatible with RI > ------------------------------------------------------------ > > Key: HARMONY-4841 > URL: https://issues.apache.org/jira/browse/HARMONY-4841 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Win32 > Reporter: Alexei Zakharov > Assignee: Gregory Shimansky > Priority: Minor > Attachments: H4841.zip, patch > > > In DRLVM JNI implementation if CallVoidMethod(env,obj,mid) is applied to some object (obj) and constructor of its superclass (described by mid) then constructor of object's class rather than object's superclass will be called. However, both RI and J9 call superclass's constructor in this case. Please see the attached test case for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.