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
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
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