commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ChangeLog gnu/java/nio/EpollSelection...


From: Casey Marshall
Subject: [commit-cp] classpath ChangeLog gnu/java/nio/EpollSelection...
Date: Sat, 30 Sep 2006 05:19:14 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Casey Marshall <rsdio>  06/09/30 05:19:14

Modified files:
        .              : ChangeLog 
        gnu/java/nio   : EpollSelectionKeyImpl.java 
                         EpollSelectorImpl.java 

Log message:
        2006-09-29  Casey Marshall  <address@hidden>
        
                PR 29190
                * gnu/java/nio/EpollSelectionKeyImpl.java: extend
                `AbstractSelectionKey.'
                (cancel, isValid): removed.
                * gnu/java/nio/EpollSelectorImpl.java (cancelledKeys): removed.
                (events): new field.
                (INITIAL_CAPACITY, MAX_DOUBLING_CAPACITY, CAPACITY_INCREMENT): 
new
                fields.
                (<clinit>): initialize those constants.
                (<init>): don't initialize `cancelledKeys;' initialize `events.'
                (doSelect): deregister cancelled keys; remove keys attached to
                closed channels; wrap `epoll_wait' in `begin' and `end' calls; 
use
                `events' buffer; reallocate `events' buffer if needed.
                (register): reallocate `events' buffer if needed.
                (reallocateBuffer): new method.
                (cancel): removed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8635&r2=1.8636
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/EpollSelectionKeyImpl.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/EpollSelectorImpl.java?cvsroot=classpath&r1=1.4&r2=1.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]