Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 58401 invoked from network); 6 Oct 2006 04:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 04:00:36 -0000 Received: (qmail 7609 invoked by uid 500); 6 Oct 2006 04:00:35 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 7572 invoked by uid 500); 6 Oct 2006 04:00:35 -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 7561 invoked by uid 99); 6 Oct 2006 04:00:35 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 21:00:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:52846] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id BC/50-16439-3E4D5254 for ; Thu, 05 Oct 2006 21:00:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 089CB7141D1 for ; Thu, 5 Oct 2006 21:00:22 -0700 (PDT) Message-ID: <10020973.1160107222032.JavaMail.root@brutus> Date: Thu, 5 Oct 2006 21:00:22 -0700 (PDT) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Assigned: (HARMONY-1573) [drlvm][kernel] Some minor issues in j.l.Runtime implementation In-Reply-To: <26673720.1159200650778.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-1573?page=all ] Geir Magnusson Jr reassigned HARMONY-1573: ------------------------------------------ Assignee: Geir Magnusson Jr > [drlvm][kernel] Some minor issues in j.l.Runtime implementation > --------------------------------------------------------------- > > Key: HARMONY-1573 > URL: http://issues.apache.org/jira/browse/HARMONY-1573 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Serguei Zapreyev > Assigned To: Geir Magnusson Jr > Priority: Minor > Attachments: klazz.java, rt_impl.patch, Test2.java, Test2.java, Test2.java, Test2.java, Test5.java, Test6.java > > > Some defects in Runtime impl: > - Impl can keep hanging process on Windows after VM finish (test #1). > Restoring the noninheritable i/o handles resolves the issue. > - "IOE: Stream closed" isn't risen on available() request on Linux if a stream is closed (test #2). > Taking into consideration some additional error conditions for poll() resolves the issue. > - Throwing an incorrect exit value after destroy() invocation on Windows (test #3). > Changing the exit code for a terminated process resolves the issue. > - Stream's available() method should return number of all accessible bytes on Linux as well (test #4). > Using the ioctl request resolves the issue if possible > - Runtime.addShutdownHook(Thread) doesn't throw IAE (test #5, the test should be added by its author). > Checking the state of a being added thread resolves the issue > - VM hangs on attempt to add/remove shutdown hooks while shutdown sequence (test #6, the test should be added by its author). > Eliminating a needless synchronization resolves the issue. > I'm going to attach the corresponding tests. -- 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