From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5542 invoked by alias); 14 Nov 2005 18:42:41 -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 5451 invoked by uid 48); 14 Nov 2005 18:42:38 -0000 Date: Mon, 14 Nov 2005 18:42:00 -0000 Message-ID: <20051114184238.5450.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/24834] PersistentByteMap close() method is not catching Exception In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "m4341 at abc dot se" X-SW-Source: 2005-q4/txt/msg00351.txt.bz2 List-Id: ------- Comment #2 from m4341 at abc dot se 2005-11-14 18:42 ------- This was detected by opening the whole set of Java files in Eclipse (and not having any standard Java library at all selected). The close method stood out as an error. since it was declared to throw an exception in the classes AbstractInterruptibleChannel and FileChannel, but when used in PersistentByteMap it was not caught. I did this as an effort to try to strip out the parts I didn't need like AWT and then I encountered this. I hope that this is sufficient as an explanation to the bug. It doesn't seem to be critical. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24834