bchristi [Fri, 02 Aug 2013 15:30:11 -0700] rev 19197
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 hints are available
Reviewed-by: naoto, ddehaven
bpb [Wed, 31 Jul 2013 10:53:33 -0700] rev 19196
6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion
Summary: Update specification to match implementation.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
mullan [Fri, 02 Aug 2013 09:38:13 -0400] rev 19195
Merge
mullan [Fri, 02 Aug 2013 08:37:25 -0400] rev 19194
Merge
mullan [Fri, 02 Aug 2013 08:30:46 -0400] rev 19193
8001319: Add SecurityPermission "insertProvider" target name
Reviewed-by: vinnie
chegar [Fri, 02 Aug 2013 14:29:31 +0100] rev 19192
8020291: j.u.c.CompletionStage
8020435: CompletableFuture/Basic.java fails on single core machine
Reviewed-by: chegar, psandoz
Contributed-by: Doug Lea <dl@cs.oswego.edu>
chegar [Fri, 02 Aug 2013 11:25:00 +0100] rev 19191
8022121: Remove superfluous @test tag from SpliteratorTraversingAndSplittingTest
Reviewed-by: psandoz
uta [Fri, 02 Aug 2013 13:16:43 +0400] rev 19190
8020191: System.getProperty("os.name") returns "Windows NT (unknown)" on Windows 8.1
Reviewed-by: alanb, khazra, chegar
weijun [Fri, 02 Aug 2013 08:59:37 +0800] rev 19189
8021789: jarsigner parses alias as command line option (depending on locale)
Reviewed-by: vinnie
psandoz [Thu, 01 Aug 2013 15:28:57 +0100] rev 19188
8020016: Numerous splitereator impls do not throw NPE for null Consumers
Reviewed-by: mduigou, alanb, henryjen