Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 88472 invoked from network); 20 Mar 2011 04:39:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Mar 2011 04:39:52 -0000 Received: (qmail 911 invoked by uid 500); 20 Mar 2011 04:39:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 749 invoked by uid 500); 20 Mar 2011 04:39:52 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 734 invoked by uid 99); 20 Mar 2011 04:39:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Mar 2011 04:39:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Mar 2011 04:39:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C4CC7400C52 for ; Sun, 20 Mar 2011 04:39:29 +0000 (UTC) Date: Sun, 20 Mar 2011 04:39:29 +0000 (UTC) From: "Lily Wei (JIRA)" To: derby-dev@db.apache.org Message-ID: <224844018.14104.1300595969802.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <996465500.95.1299422965167.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (DERBY-5092) [patch] avoid Boolean allocations for rowset data in client cursor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008876#comment-13008876 ] Lily Wei commented on DERBY-5092: --------------------------------- Suites.all and derbyall run clean with this patch. If there is no objection, I will commit this patch soon. > [patch] avoid Boolean allocations for rowset data in client cursor > ------------------------------------------------------------------ > > Key: DERBY-5092 > URL: https://issues.apache.org/jira/browse/DERBY-5092 > Project: Derby > Issue Type: Improvement > Components: Network Client > Affects Versions: 10.7.1.1 > Reporter: Dave Brosius > Priority: Trivial > Fix For: 10.8.0.0 > > Attachments: avoid_boolean_allocs.diff > > > code allocates a new Boolean for every row value of a boolean column, creating needless garbage. Patch switches to use immutable Boolean.TRUE and Boolean.FALSE values. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira