Changeset: 883cc296ec89
Author:bchristi
Date: 2013-08-02 15:30 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/883cc296ec89
8011194: Apps launched via double-clicked .jars have file.encoding value of
US-ASCII on Mac OS X
Summary: On Mac, default to UTF-8 if no environmental h
On 8/2/13 2:37 AM, Chris Hegarty wrote:
On 01/08/2013 22:18, Stuart Marks wrote:
SocketAddress overloads. Two of them were within methods that declared
"throws Exception." The third was within a try/catch block that catches
IOException. None of the three cases would suffer a source incompatibili
Changeset: 33617583c545
Author:bpb
Date: 2013-07-31 10:53 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/33617583c545
6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal
conversion
Summary: Update specification to match implementation.
Reviewed-by: dar
Changeset: 42b786f2fb99
Author:mullan
Date: 2013-08-02 08:30 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/42b786f2fb99
8001319: Add SecurityPermission "insertProvider" target name
Reviewed-by: vinnie
! src/share/classes/java/security/Security.java
! src/share/classes/java/
Changeset: 6ec910ff3ea1
Author:chegar
Date: 2013-08-02 14:29 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6ec910ff3ea1
8020291: j.u.c.CompletionStage
8020435: CompletableFuture/Basic.java fails on single core machine
Reviewed-by: chegar, psandoz
Contributed-by: Doug Lea
!
Changeset: 60c275e56a69
Author:chegar
Date: 2013-08-02 11:25 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/60c275e56a69
8022121: Remove superfluous @test tag from SpliteratorTraversingAndSplittingTest
Reviewed-by: psandoz
! test/java/util/Spliterator/SpliteratorTraversingAn
On 01/08/2013 23:08, Alan Bateman wrote:
On 01/08/2013 14:18, Stuart Marks wrote:
:
To my eye the InetAddress/port constructors are used quite a bit more
often than the SocketAddress ones. I did a web search for "java
DatagramPacket example" and looked at all the examples on the first
page of h
comments inline...
On 01/08/2013 22:18, Stuart Marks wrote:
On 7/31/13 2:39 PM, Matthew Hall wrote:
On Wed, Jul 31, 2013 at 02:38:26PM -0700, Stuart Marks wrote:
The alternative is to add "@throws SocketException never" to the
javadoc, just to get rid of the doclint warning, but this has the
c