This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException



------- Comment #7 from cvs-commit at developer dot classpath dot org  2006-07-31 22:09 -------
Subject: Bug 23682

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Tom Tromey <tromey>     06/07/31 22:08:00

Modified files:
        gnu/java/nio   : SelectionKeyImpl.java SelectorImpl.java 
        java/nio/channels: SelectionKey.java 
        .              : ChangeLog 
        java/nio/channels/spi: AbstractSelectionKey.java 

Log message:
                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/gnu/java/nio/SelectionKeyImpl.java?cvsroot=classpath&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/SelectorImpl.java?cvsroot=classpath&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/SelectionKey.java?cvsroot=classpath&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8279&r2=1.8280
http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/spi/AbstractSelectionKey.java?cvsroot=classpath&r1=1.9&r2=1.10


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23682


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]