Re: Review request: 8004042 : Arrrghs.java test failed on windows with access error.

2012-12-08 Thread Alan Bateman
On 07/12/2012 21:39, David DeHaven wrote: It turns out the culprit on my machine was Windows' "Application Experience" service. Each time the batch file is launched svchost.exe tries to access the file, if it doesn't release it's file locks quickly enough then when java attempts to create a new

Re: Request for Review: CR#8001667, second attempt

2012-12-08 Thread Peter Levart
On 12/07/2012 06:27 PM, Henry Jen wrote: On Dec 7, 2012, at 1:09 AM, Peter Levart wrote: Hi Henry, I don't know what the plans are about moving the static methods in Comparators to the Comparator interface when static interface methods are enabled, but if that is planned, there will be a cl

Re: RFR: 8001647: In-place methods on Collection/List

2012-12-08 Thread Peter Levart
On 12/08/2012 02:42 AM, Akhil Arora wrote: As part of the Library Lambdafication, this patch adds the following default methods to Collections - Iterable.forEach(Block) Collection.removeAll(Predicate) List.sort(Comparator) List.replaceAll(UnaryOperator) It also provides more efficient implemen