Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 44077 invoked from network); 27 Jul 2010 12:54:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 12:54:39 -0000 Received: (qmail 6493 invoked by uid 500); 27 Jul 2010 12:54:39 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 6298 invoked by uid 500); 27 Jul 2010 12:54: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 6283 invoked by uid 99); 27 Jul 2010 12:54:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 12:54:36 +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; Tue, 27 Jul 2010 12:54:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6RCsGQq002801 for ; Tue, 27 Jul 2010 12:54:16 GMT Message-ID: <17050653.23131280235256136.JavaMail.jira@thor> Date: Tue, 27 Jul 2010 08:54:16 -0400 (EDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6605) [classlib][nio] FileChannel.write eat more bytes than expected. In-Reply-To: <22296809.20441280223436302.JavaMail.jira@thor> 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/HARMONY-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892755#action_12892755 ] Tim Ellison commented on HARMONY-6605: -------------------------------------- Thanks Charles. It's an important fix so I applied it already to the NIO module at repo revision r979682. Do you have a test case that we can include for regressions? If not I'll help write one. > [classlib][nio] FileChannel.write eat more bytes than expected. > --------------------------------------------------------------- > > Key: HARMONY-6605 > URL: https://issues.apache.org/jira/browse/HARMONY-6605 > Project: Harmony > Issue Type: Bug > Reporter: Li Jing Qin > Assignee: Tim Ellison > Attachments: HARMONY-6605.diff > > > FileChannel fail to compute the right bytesRemaining. This cause eating more bytes from the buffer than expected. > It is the same problem as HARMONY-6580. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.