From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20811 invoked by alias); 7 Aug 2006 22:23:46 -0000 Received: (qmail 20794 invoked by alias); 7 Aug 2006 22:23:46 -0000 Date: Mon, 07 Aug 2006 22:23:00 -0000 Message-ID: <20060807222346.20793.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "cvs-commit at developer dot classpath dot org" 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 X-SW-Source: 2006-q3/txt/msg00186.txt.bz2 List-Id: ------- Comment #8 from cvs-commit at developer dot classpath dot org 2006-08-07 22:23 ------- Subject: Bug 23682 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/08/07 22:22:52 Modified files: . : ChangeLog gnu/java/nio : SelectionKeyImpl.java SelectorImpl.java java/nio/channels: SelectionKey.java java/nio/channels/spi: AbstractSelectionKey.java Log message: 2006-08-07 Tom Tromey PR libgcj/23682: * java/nio/channels/SelectionKey.java (attach): Now synchronized. (attachment): Likewise. * java/nio/channels/spi/AbstractSelectionKey.java (cancel): Now synchronized. (isValid): Likewise. * gnu/java/nio/SelectionKeyImpl.java (impl): Now final (ch): Likewise. (interestOps): Synchronize. (readyOps): Likewise. * gnu/java/nio/SelectorImpl.java (register): Synchronize around interestOps call. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.28&r2=1.8251.2.29 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/SelectionKeyImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.9&r2=1.9.10.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/SelectorImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.22&r2=1.22.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/SelectionKey.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8&r2=1.8.10.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/spi/AbstractSelectionKey.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.9&r2=1.9.10.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23682