Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 83410 invoked from network); 11 Aug 2010 15:13:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 15:13:38 -0000 Received: (qmail 64171 invoked by uid 500); 11 Aug 2010 15:13:38 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 64089 invoked by uid 500); 11 Aug 2010 15:13:37 -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 64079 invoked by uid 99); 11 Aug 2010 15:13:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 15:13:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 15:13:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7BFDG1G011902 for ; Wed, 11 Aug 2010 15:13:16 GMT Message-ID: <24192693.277941281539596398.JavaMail.jira@thor> Date: Wed, 11 Aug 2010 11:13:16 -0400 (EDT) From: "Hudson (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6614) ObjectInputStream's primitive mapping table misses void/void.class In-Reply-To: <12368574.250311281429857141.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6614?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12= 897299#action_12897299 ]=20 Hudson commented on HARMONY-6614: --------------------------------- Integrated in Harmony-1.5-head-linux-x86_64 #924 (See [http://hudson.zones.= apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/924/]) Add test and fix for "[#HARMONY-6614] ObjectInputStream's primitive map= ping table misses void/void.class". > ObjectInputStream's primitive mapping table misses void/void.class > ------------------------------------------------------------------ > > Key: HARMONY-6614 > URL: https://issues.apache.org/jira/browse/HARMONY-6614 > Project: Harmony > Issue Type: Bug > Components: JDK > Reporter: Matthias We=C3=9Fendorf > Assignee: Mark Hindess > > looking at ObjectInputStream.java, > static { PRIMITIVE_CLASSES.put("byte", byte.class); //$NON-NLS-1$ PRIMITI= VE_CLASSES.put("short", short.class); //$NON-NLS-1$ PRIMITIVE_CLASSES.put("= int", int.class); //$NON-NLS-1$ PRIMITIVE_CLASSES.put("long", long.class); = //$NON-NLS-1$ PRIMITIVE_CLASSES.put("boolean", boolean.class); //$NON-NLS-1= $ PRIMITIVE_CLASSES.put("char", char.class); //$NON-NLS-1$ PRIMITIVE_CLASSE= S.put("float", float.class); //$NON-NLS-1$ PRIMITIVE_CLASSES.put("double", = double.class); //$NON-NLS-1$ } > I am wondering why there is no "void", void.class key-value pair?=20 > http://markmail.org/message/ahzzkhz63x5otksq --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.