From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25715 invoked by alias); 3 Oct 2009 08:17:42 -0000 Received: (qmail 25568 invoked by uid 22791); 3 Oct 2009 08:17:41 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Oct 2009 08:17:37 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n938HaoF023146; Sat, 3 Oct 2009 04:17:36 -0400 Received: from zebedee.pink (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n938HYVn011879; Sat, 3 Oct 2009 04:17:35 -0400 Message-ID: <4AC7089E.2010009@redhat.com> Date: Sat, 03 Oct 2009 08:17:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.17 (X11/20081009) MIME-Version: 1.0 To: Erik Larsson , java@gcc.gnu.org Subject: Re: ByteBuffer.asReadOnlyBuffer() and direct byte buffers References: <4AC0208F.2040109@gmail.com> <4AC6D35A.5020608@gmail.com> <20091003061921.GF19694@quadriga.konqueror.de> In-Reply-To: <20091003061921.GF19694@quadriga.konqueror.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00011.txt.bz2 Michael Koch wrote: > On Sat, Oct 03, 2009 at 06:30:18AM +0200, Erik Larsson wrote: >> Hi, >> >> Should I report this somewhere else? > > http://gcc.gnu.org/bugzilla/ would probably better so it don't get lost. > Bug reports in mailing list tend to get lost. Never mind that, I'm trying to figure out how this is in Classpath but not gcj. Erik, if you submit a patch against gcj I'll check it in. Thanks, Andrew.