Re: RFR 8124977 cmdline encoding challenges on Windows

2015-07-10 Thread Ulf Zibis
Am 08.07.2015 um 18:50 schrieb Kirk Shoop: Valery prepared a new webrev which I placed here: http://cr.openjdk.java.net/~kshoop/8124977/webrev.01 May be better to avoid potetially superfluous lookup of UTF-8: public static Charset defaultUnicodeCharset() { if (defaultUnicodeCharset ==

Re: [9] RFR: 8130753: Sync-up javadoc changes in jax-ws area - includes JAX-B API, JAX-WS API, SAAJ-API

2015-07-10 Thread Joseph D. Darcy
Hello, Note that as part of JEP 212, large parts of the sources in the jdk are now compiled with both lint and doclint checks enabled. For technical reasons explained in "FYI, coming soon: doclint checking of references" http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-June/002343.htm

Speed optimization of Spliterators.spliteratorUnknownSize for parallel case

2015-07-10 Thread Tagir F. Valeev
Hello! The problem of ineffective parallelization of spliteratorUnknownSize for low-N/high-Q tasks was already discussed in the thread "Exploiting concurrency with IteratorSpliterator of unknown size" [ http://mail.openjdk.java.net/pipermail/lambda-dev/2014-March/011968.html ] It was proposed to m

Re: Idea to Java ArrayLists

2015-07-10 Thread Paul Sandoz
Hi Philipp, This area has been the subject of much discussion over the years. Previously we investigated the idea of collection literals in the following research JEP: http://openjdk.java.net/jeps/186 See discussion on lambda-dev: http://mail.openjdk.java.net/pipermail/lambda-dev/2014-Ja

[9]RFR 8130394: DatagramChannel tests need to be hardened to ignore stray datagrams

2015-07-10 Thread FELIX YANG
Hi all, please help to review the change for 8130394. Issue: https://bugs.openjdk.java.net/browse/JDK-8130394 Patch:http://cr.openjdk.java.net/~fyuan/felix/8130394/ The patch updates tests to ignore stray datagrams, or at least print more information to ease troubleshooting. than