Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 55715 invoked from network); 21 Feb 2008 18:05:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2008 18:05:57 -0000 Received: (qmail 97124 invoked by uid 500); 21 Feb 2008 18:05:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 97106 invoked by uid 500); 21 Feb 2008 18:05:51 -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 97097 invoked by uid 99); 21 Feb 2008 18:05:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 10:05:51 -0800 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; Thu, 21 Feb 2008 18:05:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A0668234C049 for ; Thu, 21 Feb 2008 10:05:19 -0800 (PST) Message-ID: <322932711.1203617119655.JavaMail.jira@brutus> Date: Thu, 21 Feb 2008 10:05:19 -0800 (PST) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5504) [drlvm][port] Restructure DRLVM's sources to extract most of platform dependent code into portlib In-Reply-To: <26855278.1202907189446.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-5504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Berezhniuk updated HARMONY-5504: ------------------------------------- Attachment: 0010-PORT-thread-basic-implementation.txt 0009-move-Renamed-apr_thread_ext.h-to-port_thread.h.txt '0009' and '0010' patches add transfer_to_regs() function for future use in PORT signal handlers. Additional changes include: apr_memory_rw_barrier is replaced with port_rw_barrier removed unused port/src/thread/**/apr_thread_ext.c JVMTI control transfers are switched from si_transfer_control to new transfer_to_regs() function Current x86/x86_64 transfer control stubs in VM are slightly modified > [drlvm][port] Restructure DRLVM's sources to extract most of platform dependent code into portlib > ------------------------------------------------------------------------------------------------- > > Key: HARMONY-5504 > URL: https://issues.apache.org/jira/browse/HARMONY-5504 > Project: Harmony > Issue Type: Task > Components: DRLVM > Environment: All > Reporter: Gregory Shimansky > Assignee: Gregory Shimansky > Attachments: 0001-Added-standalone-crash-handler-header-and-basic-infr.patch, 0002-move-moved-LIL-files-from-PORT-to-VMCORE.txt, 0002-move-moved-LIL-files-from-PORT-to-VMCORE.txt, 0003-corrected-build-for-moved-LIL.txt, 0004-moved-register-context-structure-to-open.txt, 0005-move-moved-native_modules-from-VMCORE-to-PORT.txt, 0006-native_modules-are-adopted-for-using-in-PORT.txt, 0007-Added-frame-info-header-for-iteration-in-compiled-st.patch, 0008-VM-memory-barriers-was-moved-to-PORT-as-inline.txt, 0009-move-Renamed-apr_thread_ext.h-to-port_thread.h.txt, 0010-PORT-thread-basic-implementation.txt > > > There is a code freeze, so I decided to create a working place for my patches for DLRVM's port library in JIRA. > The goal of this task is to separate DRLVM's platform dependent code from VM sources into multiple subcategories of port library. Such platform dependent code is crash handler, stack iteration, signals/exception handlers, modules tables, NCAI safe memory access and probably some more stuff that I didn't identify yet. > Such separation will define clear interfaces, possibly some components could be reused by other projects. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.