Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 56090 invoked from network); 13 Aug 2008 02:28:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2008 02:28:35 -0000 Received: (qmail 84119 invoked by uid 500); 13 Aug 2008 02:28:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 84099 invoked by uid 500); 13 Aug 2008 02:28: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 84089 invoked by uid 99); 13 Aug 2008 02:28:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 19:28:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 02:27:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5349B234C1AB for ; Tue, 12 Aug 2008 19:27:44 -0700 (PDT) Message-ID: <1914346205.1218594464339.JavaMail.jira@brutus> Date: Tue, 12 Aug 2008 19:27:44 -0700 (PDT) From: "Li-Gang Wang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5946) [drlvm][jni] JNI weak global reference support In-Reply-To: <2077022841.1218594344523.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-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li-Gang Wang updated HARMONY-5946: ---------------------------------- Attachment: 01_jni_weakref.patch Provides support for JNI weak global reference. > [drlvm][jni] JNI weak global reference support > ---------------------------------------------- > > Key: HARMONY-5946 > URL: https://issues.apache.org/jira/browse/HARMONY-5946 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: Windows 32/64, Linux 32/64 > Reporter: Li-Gang Wang > Attachments: 01_jni_weakref.patch > > > The existing version of VM deals with JNI weak global reference as normal JNI global reference. 01_jni_weakref.patch provides the support for JNI weak global reference as JNI specification described. I didn't see any test case in DRLVM for it, so I wrote a simple one, 01_TestJNIWeakRef.zip. More test cases are welcome. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.