Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 79221 invoked from network); 2 Oct 2006 14:22:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 14:22:25 -0000 Received: (qmail 51830 invoked by uid 500); 2 Oct 2006 14:22:25 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 51727 invoked by uid 500); 2 Oct 2006 14:22:24 -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 51716 invoked by uid 99); 2 Oct 2006 14:22:24 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 07:22:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:43102] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 2D/3B-16499-89021254 for ; Mon, 02 Oct 2006 07:22:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59961714312 for ; Mon, 2 Oct 2006 07:21:22 -0700 (PDT) Message-ID: <9159711.1159798882364.JavaMail.root@brutus> Date: Mon, 2 Oct 2006 07:21:22 -0700 (PDT) From: "Evgueni Brevnov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1582) [drlvm] Implementation of Invocation API for DRLVM In-Reply-To: <6136929.1159264550121.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1582?page=all ] Evgueni Brevnov updated HARMONY-1582: ------------------------------------- Attachment: invocation_api.3.patch I have fixed several places according to discussions on the list. Namely 1) move "daemon" attribute from native to java layer. 2) return jthread_create signature back 3) remove hythread_create_ex 4) fix unexpected bug in encoder 5) split patches for vm and build modules. > [drlvm] Implementation of Invocation API for DRLVM > -------------------------------------------------- > > Key: HARMONY-1582 > URL: http://issues.apache.org/jira/browse/HARMONY-1582 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: Windows-ia32, Linux-ia32 > Reporter: Evgueni Brevnov > Assigned To: Geir Magnusson Jr > Attachments: invocation_api.2.patch, invocation_api.3.patch, invocation_api.patch, ThreadGroupTest.patch > > > Hi, > I've finished implementation of Invocation API for DRLVM. Eclipse runs OK. Smoke and kernel tests passes on Windows and Linux (with some exceptions of course :-)). I have some expected failures and some new one in kernel test java.lang.Thread on Windows and java.lang.ThreadGroup on Linux. Actually these tests worked fine before this Monday (09/25). I think the last patch for condition vars (HARMONY-1519?) introduced these failures. Also I had to switch cunit tests off because of linking problems. Hopefully original authors of cunit tests can fix the problem in the right way. > One more workaround is disabling warnings on Linux. We need to find a way to get rid of "warning: invalid access to non-static data member `JavaVM_Internal::link' of NULL object". It happenes because of APR_OFFSETOF. I believe we can resolve this together. > There are two restrictions in the current implementation: > 1) Only on VM can be created in the process address space. Actualy it's not a problem of Invocation API implementation rather than VM design itself. Additional work required to have this feature. > 2) DestroyJavaVM doesn't clean its internals properly. It kills the process instead. It is not a trivial task to implement it properly. I suggest do it separetly (not in this patch). > So waiting for your comments......and quick integration :-) > Thanks > Evgueni -- 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