Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 72012 invoked from network); 8 Feb 2007 12:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 12:51:27 -0000 Received: (qmail 77431 invoked by uid 500); 8 Feb 2007 12:51:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 77400 invoked by uid 500); 8 Feb 2007 12:51:34 -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 77391 invoked by uid 99); 8 Feb 2007 12:51:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 04:51:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 08 Feb 2007 04:51:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3512C7142E4 for ; Thu, 8 Feb 2007 04:51:06 -0800 (PST) Message-ID: <1213496.1170939066214.JavaMail.jira@brutus> Date: Thu, 8 Feb 2007 04:51:06 -0800 (PST) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3126) [drlvm] VMMagic: migration to new interfaces In-Reply-To: <4797068.1170776285761.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-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471316 ] Mikhail Fursov commented on HARMONY-3126: ----------------------------------------- Alexey, I do not agree that we need to change field_is_reference() for magic types to return false. Reasons: 1) All magic types and methods a Java methods so any magic-incompatible JIT will compile them without any modification. In this case you will see an exception a valid message like "Not implemented" 2) We have to change a lot of places in JIT translator to add special handling for magic types in the way you proposed (when a reference is not a reference..) > [drlvm] VMMagic: migration to new interfaces > -------------------------------------------- > > Key: HARMONY-3126 > URL: https://issues.apache.org/jira/browse/HARMONY-3126 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Reporter: Mikhail Fursov > Assigned To: Alexey Varlamov > Attachments: vmmagic_1.zip, wrn.diff > > > This patch contains: > 1) all VMmagics methods updated to use annotations-like pragmas instead of obsolete exception-like > 2) vmmagic.jar location is updated to point to the new version. Run 'build update' before building drlvm > 3) method_has_annotation was added to VM interfaces > 4) magic types were removed from VM/GC enumeration > 5) some refactoting was done to simplefy EM64T port (I hope it were all VM/GC changes needed) > 6) minor bugfixes and improvements -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.