This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException
- From: "cvs-commit at developer dot classpath dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 7 Aug 2006 22:23:46 -0000
- Subject: [Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException
- References: <bug-23682-11287@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 <mark> 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 <tromey@redhat.com>
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