[Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException
cvs-commit at developer dot classpath dot org
gcc-bugzilla@gcc.gnu.org
Mon Aug 7 22:23:00 GMT 2006
------- 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
More information about the Java-prs
mailing list