Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 14860 invoked from network); 26 Oct 2006 04:43:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 04:43:19 -0000 Received: (qmail 69288 invoked by uid 500); 24 Oct 2006 16:43:28 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 69258 invoked by uid 500); 24 Oct 2006 16:43:28 -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 69243 invoked by uid 99); 24 Oct 2006 16:43:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 09:43:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 09:43:17 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4593A7142C1 for ; Tue, 24 Oct 2006 09:42:18 -0700 (PDT) Message-ID: <10598967.1161708138282.JavaMail.root@brutus> Date: Tue, 24 Oct 2006 09:42:18 -0700 (PDT) From: "weldon washburn (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Assigned: (HARMONY-1942) [drlvm] Back-branch polling TLS offset is incorrect. Stability and performance fix In-Reply-To: <25442342.1161672136740.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 [ http://issues.apache.org/jira/browse/HARMONY-1942?page=all ] weldon washburn reassigned HARMONY-1942: ---------------------------------------- Assignee: weldon washburn > [drlvm] Back-branch polling TLS offset is incorrect. Stability and performance fix > ---------------------------------------------------------------------------------- > > Key: HARMONY-1942 > URL: http://issues.apache.org/jira/browse/HARMONY-1942 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Assigned To: weldon washburn > Priority: Critical > Attachments: hy.diff, hy_2.diff > > > The suspend flag's TLS offset used by JIT agorithms was incorrect after the latest merge of TM. > As the result every loop iteration BBP algorithm uses slow path. > This patch > 1) Fixes the problem > 2) Adds new functionality to TM: the UDATA VMCALL hythread_tls_get_offset(hythread_tls_key_t key) method. > 3) Removes jit_private data field from HyThread > 3) Fix JIT to always use allocation algorithm for TLS keys, not hardcoded values. -- 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