From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21613 invoked by alias); 7 Aug 2006 22:24:42 -0000 Received: (qmail 21379 invoked by alias); 7 Aug 2006 22:24:26 -0000 Date: Mon, 07 Aug 2006 22:24:00 -0000 Message-ID: <20060807222426.21378.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: gcc-bugs@gcc.gnu.org From: "cvs-commit at developer dot classpath dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg00548.txt.bz2 List-Id: ------- Comment #9 from cvs-commit at developer dot classpath dot org 2006-08-07 22:24 ------- Subject: Bug 23682 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/08/07 22:23:02 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=generics-branch&r1=1.2386.2.321&r2=1.2386.2.322 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/SelectionKeyImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.1&r2=1.8.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/SelectorImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.16.2.6&r2=1.16.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/SelectionKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.1&r2=1.7.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/spi/AbstractSelectionKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.1&r2=1.8.2.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23682