From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14556 invoked by alias); 21 Apr 2005 03:54:05 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 14540 invoked by uid 48); 21 Apr 2005 03:54:05 -0000 Date: Thu, 21 Apr 2005 03:54:00 -0000 From: "luca dot barbieri at gmail dot com" To: java-prs@gcc.gnu.org Message-ID: <20050421035403.21140.luca.barbieri@gmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/21140] New: Charset.encode and Charset.decode broken X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00220.txt.bz2 List-Id: Charset.encode and Charset.decode only work for a single call. The reason is that the encoder/decoder is cached and after the first call it will be in the flushed state. The second call will thus throw an InvalidStateException. Removing the cache or resetting the cached object should solve this. -- Summary: Charset.encode and Charset.decode broken Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: luca dot barbieri at gmail dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21140