Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 14807 invoked from network); 7 Dec 2006 11:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 11:44:44 -0000 Received: (qmail 94569 invoked by uid 500); 7 Dec 2006 11:44:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 94549 invoked by uid 500); 7 Dec 2006 11:44:52 -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 94536 invoked by uid 99); 7 Dec 2006 11:44:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 03:44:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 07 Dec 2006 03:44:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0AF2A7142D7 for ; Thu, 7 Dec 2006 03:44:23 -0800 (PST) Message-ID: <16217358.1165491863042.JavaMail.jira@brutus> Date: Thu, 7 Dec 2006 03:44:23 -0800 (PST) From: "Alexey Petrenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-690) [classlib][lang]Compatibility: Harmony Runtime.removeShutdownHook(null) does not throw unspecified NPE while RI does. 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-690?page=all ] Alexey Petrenko updated HARMONY-690: ------------------------------------ Patch Info: [Patch Available] Assignee: Alexey Petrenko > [classlib][lang]Compatibility: Harmony Runtime.removeShutdownHook(null) does not throw unspecified NPE while RI does. > --------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-690 > URL: http://issues.apache.org/jira/browse/HARMONY-690 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Vladimir Ivanov > Assigned To: Alexey Petrenko > Priority: Minor > Attachments: HARMONY-690.classlib.diff, HARMONY-690.drlvm.diff, RuntimeTest.patch > > > Harmony Runtime.add[remove]ShutdownHook(null) methods does not throw unspecified NPE while RI does. > ================ test.java ===================== > public class test { > public static void main (String[] args) { > boolean returnValue = Runtime.getRuntime().removeShutdownHook(null); > } > } > ============================================= > output: > C:\tmp\tmp17>java -showversion test > java version "1.4.2_10" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03) > Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode) > Exception in thread "main" java.lang.NullPointerException > at java.lang.Shutdown.remove(Unknown Source) > at java.lang.Runtime.removeShutdownHook(Unknown Source) > at test.main(test.java:6) > C:\tmp\tmp17>C:\harmony\trunk_0427\deploy\jdk\jre\bin\java.exe -showversion test > java version 1.5 (subset) > (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. > C:\tmp\tmp17>C:\harmony\drlvm\trunk\build\win_ia32_msvc_release\deploy\jre\bin\ij -showversion test > Apache Harmony DRLVM HEAD-4807 (2006-05-02), Windows/ia32/msvc 1310, release -- 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