Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 70234 invoked from network); 10 Oct 2006 10:44:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 10:44:00 -0000 Received: (qmail 70911 invoked by uid 500); 10 Oct 2006 10:44:00 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 70891 invoked by uid 500); 10 Oct 2006 10:44:00 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 70880 invoked by uid 99); 10 Oct 2006 10:44:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 03:44:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 03:43:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 378377142DF for ; Tue, 10 Oct 2006 03:43:21 -0700 (PDT) Message-ID: <6174200.1160477001223.JavaMail.root@brutus> Date: Tue, 10 Oct 2006 03:43:21 -0700 (PDT) From: "Alex Astapchuk (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1806) [drlvm][.jet] wb4j - write barriers for Java-based GC In-Reply-To: <21581124.1160476879588.JavaMail.root@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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1806?page=all ] Alex Astapchuk updated HARMONY-1806: ------------------------------------ Attachment: jet_wb4j.patch > [drlvm][.jet] wb4j - write barriers for Java-based GC > ----------------------------------------------------- > > Key: HARMONY-1806 > URL: http://issues.apache.org/jira/browse/HARMONY-1806 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Reporter: Alex Astapchuk > Attachments: Barriers.class, Barriers.java, jet_wb4j.patch > > > Attached is implementation of write barriers in Jitrino.JET for Java-based GC (WB4J). > The WB4J is off by default. > Note: > Current implementation calls org.mmtk.vm.Barriers::performWriteInBarrier() method. > Attached Barriers.class is the fake implementation of the method. > Please make sure the class is accessible via the *boot*classpath. > Presuming the Barriers.class is in ./org/mmtk/vm/ and you're using .jet-only mode, > the following command line turns WB4J on: > java -Xbootclasspath/p:. -Xem:jet -Djit.JET.arg.wb4j=true Hello > This patch depends on HARMONY-1785. > When both wb4c and wb4j requested, then WB4J has a higher priority. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira