On 05/04/2018 01:15, Brian Burkhalter wrote: > > In DevPollSelectorImpl.doSelect() shouldn’t lines 101-111 be inside a > loop? > > do { > // lines 101-111 > } while (numEntries == IOStatus.INTERRUPTED); > Yes, well spotted, I think I fat fingered the merge. Fixed now, and webrev refreshed in place, and I've re-run all the tests again. -Alan