Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 28346 invoked from network); 16 May 2007 12:58:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 12:58:37 -0000 Received: (qmail 52339 invoked by uid 500); 16 May 2007 12:58:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52322 invoked by uid 500); 16 May 2007 12:58:43 -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 52313 invoked by uid 99); 16 May 2007 12:58:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 05:58:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 16 May 2007 05:58:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89444714066 for ; Wed, 16 May 2007 05:58:16 -0700 (PDT) Message-ID: <23058905.1179320296559.JavaMail.jira@brutus> Date: Wed, 16 May 2007 05:58:16 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2053) [classlib][port][luni] move port_user_timezone() from DRLVM to classlib 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-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-2053: --------------------------------------- Summary: [classlib][port][luni] move port_user_timezone() from DRLVM to classlib (was: [port][classlib][luni] move port_user_timezone() from DRLVM to classlib) > [classlib][port][luni] move port_user_timezone() from DRLVM to classlib > ------------------------------------------------------------------------ > > Key: HARMONY-2053 > URL: https://issues.apache.org/jira/browse/HARMONY-2053 > Project: Harmony > Issue Type: Task > Components: Classlib, DRLVM > Reporter: Alexey Varlamov > Priority: Minor > > Classlib's j.u.TimeZone expects "user.timezone" property value initialized during VM startup (BTW I did not find explicit statement in VMI docs for that, only indirect reference in kernel stub for j.l.System). I believe this action should be done by hyluni natives during JNI_OnLoad, no reason to burden VM with it. Therefore I suggest to move "port_user_timezone()" function [1] from DRLVM to classlib (luni/port), and fix DRLVM & hyluni accordingly. > [1] working_vm\vm\port\src\misc\[win|linux]\timezone.c -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.