On 07/02/2018 18:03, Roger Riggs wrote: > Hi Alan, > > > AbstractSelectableChannel.java: 78: Keeping the boolean consistent > with the methods > will make the code a bit easier to maintain. It is inverted to avoid the volatile write at initialization time. It makes configureBlocking a bit harder to read but I think we can live with that. -Alan