Fri, 25 Mar 2016 19:46:48 +0800 8152749: Mark AdaptorCloseAndInterrupt.java as intermittently failing
amlu [Fri, 25 Mar 2016 19:46:48 +0800] rev 36678
8152749: Mark AdaptorCloseAndInterrupt.java as intermittently failing 8152755: Problem list java/nio/file/WatchService/MayFlies.java Reviewed-by: alanb
Thu, 24 Mar 2016 13:09:48 -0700 8152508: tools/jlink/SecurityTest.java failed intermittently
mchung [Thu, 24 Mar 2016 13:09:48 -0700] rev 36677
8152508: tools/jlink/SecurityTest.java failed intermittently Reviewed-by: alanb
Thu, 24 Mar 2016 11:20:14 -0700 8152715: Problem list tools/pack200/Pack200Props.java
mchung [Thu, 24 Mar 2016 11:20:14 -0700] rev 36676
8152715: Problem list tools/pack200/Pack200Props.java Reviewed-by: alanb, lancea
Thu, 24 Mar 2016 15:34:37 +0000 Merge
chegar [Thu, 24 Mar 2016 15:34:37 +0000] rev 36675
Merge
Thu, 24 Mar 2016 15:32:54 +0000 8149122: Move sun.misc.URLClassPath and Resouce to an internal package
chegar [Thu, 24 Mar 2016 15:32:54 +0000] rev 36674
8149122: Move sun.misc.URLClassPath and Resouce to an internal package Reviewed-by: alanb, rriggs
Thu, 24 Mar 2016 14:45:46 +0100 8152606: java.base no longer needs to export sun.util.logging to java.httpclient
dfuchs [Thu, 24 Mar 2016 14:45:46 +0100] rev 36673
8152606: java.base no longer needs to export sun.util.logging to java.httpclient Summary: Now that JDK-8151281 is fixed, java.base module-info.java can be cleaned up to no longer export sun.util.logging to java.httpclient. Reviewed-by: chegar, alanb
Thu, 24 Mar 2016 14:23:37 +0100 8152545: Use preprocessor instead of compiling a program to generate native nio constants
erikj [Thu, 24 Mar 2016 14:23:37 +0100] rev 36672
8152545: Use preprocessor instead of compiling a program to generate native nio constants Reviewed-by: alanb
Thu, 24 Mar 2016 12:41:24 +0000 8152237: Support BigInteger.TWO
xuelei [Thu, 24 Mar 2016 12:41:24 +0000] rev 36671
8152237: Support BigInteger.TWO Reviewed-by: jnimeh, bpb, weijun
Thu, 24 Mar 2016 11:59:07 +0000 8152277: Move URLClassPath.pathToURLs(String) to RegistryImpl
chegar [Thu, 24 Mar 2016 11:59:07 +0000] rev 36670
8152277: Move URLClassPath.pathToURLs(String) to RegistryImpl Reviewed-by: alanb
Thu, 24 Mar 2016 11:56:47 +0000 8152642: Remove sun.misc.Unsafe dependency from java.lang.reflect.Proxy
chegar [Thu, 24 Mar 2016 11:56:47 +0000] rev 36669
8152642: Remove sun.misc.Unsafe dependency from java.lang.reflect.Proxy Reviewed-by: alanb, shade
Thu, 24 Mar 2016 12:52:03 +0300 8150463: StringConcat MH_INLINE_SIZED_EXACT should skip storage initialization
shade [Thu, 24 Mar 2016 12:52:03 +0300] rev 36668
8150463: StringConcat MH_INLINE_SIZED_EXACT should skip storage initialization Reviewed-by: plevart, chegar
Wed, 23 Mar 2016 21:45:11 -0700 Merge
lana [Wed, 23 Mar 2016 21:45:11 -0700] rev 36667
Merge
Wed, 23 Mar 2016 17:05:04 -0700 8152143: jlink --include-locales should gracefully detect certain user error
naoto [Wed, 23 Mar 2016 17:05:04 -0700] rev 36666
8152143: jlink --include-locales should gracefully detect certain user error Reviewed-by: mchung
Wed, 23 Mar 2016 18:24:35 +0100 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger
dfuchs [Wed, 23 Mar 2016 18:24:35 +0100] rev 36665
8151281: Module java.httpclient could use System.Logger instead of PlatformLogger Reviewed-by: mchung, michaelm
Wed, 23 Mar 2016 09:23:07 -0700 8152227: Remove jdk.deploy.osx module descriptor
mchung [Wed, 23 Mar 2016 09:23:07 -0700] rev 36664
8152227: Remove jdk.deploy.osx module descriptor Reviewed-by: alanb, redestad
Wed, 23 Mar 2016 09:21:01 -0700 8152197: Single place to specify module-specific information for images build
mchung [Wed, 23 Mar 2016 09:21:01 -0700] rev 36663
8152197: Single place to specify module-specific information for images build Reviewed-by: alanb, erikj
Wed, 23 Mar 2016 19:57:42 +0530 8151868: Typo in java.time.Instant until(Temporal endExclusive, TemporalUnit unit)
rriggs [Wed, 23 Mar 2016 19:57:42 +0530] rev 36662
8151868: Typo in java.time.Instant until(Temporal endExclusive, TemporalUnit unit) Reviewed-by: rriggs, lancea, scolebourne Contributed-by: Abhijit Roy <abhijit.r.roy@oracle.com>
Wed, 23 Mar 2016 12:25:08 +0000 8149017: Delayed provider selection broken in RSA client key exchange
xuelei [Wed, 23 Mar 2016 12:25:08 +0000] rev 36661
8149017: Delayed provider selection broken in RSA client key exchange Reviewed-by: coffeys
Wed, 23 Mar 2016 14:54:30 +0530 8152268: jjs tool makefile should use --addmods ALL-SYSTEM
sundar [Wed, 23 Mar 2016 14:54:30 +0530] rev 36660
8152268: jjs tool makefile should use --addmods ALL-SYSTEM Reviewed-by: alanb, hannesw
Tue, 22 Mar 2016 15:37:55 -0700 8151957: ObjectInputStream - Use new convenience method for immutable Map creation during static initialization
bpb [Tue, 22 Mar 2016 15:37:55 -0700] rev 36659
8151957: ObjectInputStream - Use new convenience method for immutable Map creation during static initialization Summary: Initialize primClasses primitive type name-to-class mapping using a new Map.of() conveience method. Reviewed-by: lancea, redestad, smarks
Tue, 22 Mar 2016 16:02:32 +0000 Merge
chegar [Tue, 22 Mar 2016 16:02:32 +0000] rev 36658
Merge
Tue, 22 Mar 2016 16:02:25 +0000 Merge
chegar [Tue, 22 Mar 2016 16:02:25 +0000] rev 36657
Merge
Tue, 22 Mar 2016 10:42:32 +0000 Merge
chegar [Tue, 22 Mar 2016 10:42:32 +0000] rev 36656
Merge
Tue, 22 Mar 2016 16:28:52 +0100 8148748: ArrayList.subList().spliterator() is not late-binding
tvaleev [Tue, 22 Mar 2016 16:28:52 +0100] rev 36655
8148748: ArrayList.subList().spliterator() is not late-binding Reviewed-by: psandoz
Tue, 22 Mar 2016 16:28:50 +0100 8151123: Collectors.summingDouble/averagingDouble unnecessarily call mapper twice
tvaleev [Tue, 22 Mar 2016 16:28:50 +0100] rev 36654
8151123: Collectors.summingDouble/averagingDouble unnecessarily call mapper twice Reviewed-by: psandoz
Mon, 21 Mar 2016 20:19:52 -0700 Merge
amurillo [Mon, 21 Mar 2016 20:19:52 -0700] rev 36653
Merge
Thu, 17 Mar 2016 11:25:16 -0700 Merge
amurillo [Thu, 17 Mar 2016 11:25:16 -0700] rev 36652
Merge
Wed, 16 Mar 2016 14:31:32 +0100 Merge
jwilhelm [Wed, 16 Mar 2016 14:31:32 +0100] rev 36651
Merge
Mon, 07 Mar 2016 20:59:35 +0300 8147456: Parsing of argument for -agentpath can write outside of allocated memory
dsamersoff [Mon, 07 Mar 2016 20:59:35 +0300] rev 36650
8147456: Parsing of argument for -agentpath can write outside of allocated memory Reviewed-by: sspitsyn, dholmes Contributed-by: sharath.ballal@oracle.com
Mon, 21 Mar 2016 15:59:27 -0700 8152352: Compiling warnings in zip_util.c blocks devkit to build with --with-zlib=system
sherman [Mon, 21 Mar 2016 15:59:27 -0700] rev 36649
8152352: Compiling warnings in zip_util.c blocks devkit to build with --with-zlib=system Reviewed-by: naoto
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip