[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/29190] epoll channel already registered - in Azureus
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug classpath/29190] epoll channel already registered - in Azureus |
Date: |
30 Sep 2006 05:20:29 -0000 |
------- Comment #3 from cvs-commit at developer dot classpath dot org
2006-09-30 05:20 -------
Subject: Bug 29190
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
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29190