Mon, 18 Apr 2016 16:48:12 +0200 8154454: Fix compilation issue in PlainSocketImpl
redestad [Mon, 18 Apr 2016 16:48:12 +0200] rev 37370
8154454: Fix compilation issue in PlainSocketImpl Reviewed-by: chegar
Mon, 18 Apr 2016 14:01:03 +0200 8154436: Drop code to support Windows XP in windows async channel impl
redestad [Mon, 18 Apr 2016 14:01:03 +0200] rev 37369
8154436: Drop code to support Windows XP in windows async channel impl Reviewed-by: chegar, alanb
Mon, 18 Apr 2016 12:36:41 +0200 8154238: Drop code to support Windows XP in windows socket impl
redestad [Mon, 18 Apr 2016 12:36:41 +0200] rev 37368
8154238: Drop code to support Windows XP in windows socket impl Reviewed-by: chegar
Sat, 16 Apr 2016 13:14:38 +0100 8154304: NullpointerException at LdapReferralException.getReferralContext
coffeys [Sat, 16 Apr 2016 13:14:38 +0100] rev 37367
8154304: NullpointerException at LdapReferralException.getReferralContext Reviewed-by: xuelei, vinnie
Sat, 16 Apr 2016 01:23:54 +0000 8154382: Remove intermittent keyword from SupportedDSAParamGen.java
rhalade [Sat, 16 Apr 2016 01:23:54 +0000] rev 37366
8154382: Remove intermittent keyword from SupportedDSAParamGen.java Reviewed-by: xuelei
Fri, 15 Apr 2016 13:05:52 -0700 8147460: Clean-up jrtfs implementation
sherman [Fri, 15 Apr 2016 13:05:52 -0700] rev 37365
8147460: Clean-up jrtfs implementation Reviewed-by: alanb, jlaskey, sundar
Fri, 15 Apr 2016 10:14:57 -0700 4851642: Add fused multiply add to Java math library
darcy [Fri, 15 Apr 2016 10:14:57 -0700] rev 37364
4851642: Add fused multiply add to Java math library Reviewed-by: bpb, nadezhin
Fri, 15 Apr 2016 16:19:15 +0100 8137058: Clear out all non-Critical APIs from sun.reflect
chegar [Fri, 15 Apr 2016 16:19:15 +0100] rev 37363
8137058: Clear out all non-Critical APIs from sun.reflect Reviewed-by: alanb, jfranck, mchung
Fri, 15 Apr 2016 14:29:02 +0100 8150234: Windows 10 App Containers disallow access to ICMP calls
robm [Fri, 15 Apr 2016 14:29:02 +0100] rev 37362
8150234: Windows 10 App Containers disallow access to ICMP calls Reviewed-by: chegar
Fri, 15 Apr 2016 11:09:18 +0000 8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
xuelei [Fri, 15 Apr 2016 11:09:18 +0000] rev 37361
8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits Reviewed-by: valeriep, mullan, coffeys
Thu, 14 Apr 2016 14:42:53 -0700 8151834: Test SmallPrimeExponentP.java times out intermittently
rhalade [Thu, 14 Apr 2016 14:42:53 -0700] rev 37360
8151834: Test SmallPrimeExponentP.java times out intermittently Reviewed-by: weijun
Thu, 14 Apr 2016 14:23:59 -0700 8154212: launcher SEGV when _JAVA_LAUNCHER_DEBUG is set
ksrini [Thu, 14 Apr 2016 14:23:59 -0700] rev 37359
8154212: launcher SEGV when _JAVA_LAUNCHER_DEBUG is set Reviewed-by: alanb, martin
Thu, 14 Apr 2016 09:32:37 -0700 Merge
lana [Thu, 14 Apr 2016 09:32:37 -0700] rev 37358
Merge
Thu, 14 Apr 2016 15:18:42 +0200 8150824: Exceptions when omitting trailing arguments in cleanup
mhaupt [Thu, 14 Apr 2016 15:18:42 +0200] rev 37357
8150824: Exceptions when omitting trailing arguments in cleanup Summary: The issue was fixed with the push for 8150829; this changeset adds tests. Reviewed-by: psandoz
Thu, 14 Apr 2016 15:13:42 +0200 8149777: Enable enhanced failure handler for "make test"
erikj [Thu, 14 Apr 2016 15:13:42 +0200] rev 37356
8149777: Enable enhanced failure handler for "make test" Reviewed-by: ihse
Thu, 14 Apr 2016 14:51:11 +0200 8154208: (fs) Drop code for Windows XP/2003 from file system provider
redestad [Thu, 14 Apr 2016 14:51:11 +0200] rev 37355
8154208: (fs) Drop code for Windows XP/2003 from file system provider Reviewed-by: bpb, alanb
Thu, 14 Apr 2016 12:16:05 +0200 8154185: Drop code to support Windows XP in DefaultDatagramSocketImplFactory
redestad [Thu, 14 Apr 2016 12:16:05 +0200] rev 37354
8154185: Drop code to support Windows XP in DefaultDatagramSocketImplFactory Reviewed-by: chegar
Thu, 14 Apr 2016 09:45:37 +0800 8153545: sun/security/pkcs11/Provider/Login.sh fails on Linux
amjiang [Thu, 14 Apr 2016 09:45:37 +0800] rev 37353
8153545: sun/security/pkcs11/Provider/Login.sh fails on Linux Reviewed-by: vinnie, weijun
Wed, 13 Apr 2016 16:08:43 -0700 8154196: Mark javax/net/ssl/DTLS/CipherSuite.java as intermittently failing
rhalade [Wed, 13 Apr 2016 16:08:43 -0700] rev 37352
8154196: Mark javax/net/ssl/DTLS/CipherSuite.java as intermittently failing Reviewed-by: xuelei
Wed, 13 Apr 2016 16:05:31 -0700 8055351: sun/security/provider/DSA/TestAlgParameterGenerator.java failed with interrupted! (timed out?)
rhalade [Wed, 13 Apr 2016 16:05:31 -0700] rev 37351
8055351: sun/security/provider/DSA/TestAlgParameterGenerator.java failed with interrupted! (timed out?) Reviewed-by: valeriep
Wed, 13 Apr 2016 16:57:49 -0400 8086278: java/lang/ProcessHandle/TreeTest.java failed - ProcessReaper StackOverflowException
rriggs [Wed, 13 Apr 2016 16:57:49 -0400] rev 37350
8086278: java/lang/ProcessHandle/TreeTest.java failed - ProcessReaper StackOverflowException Summary: Increase reaper stack size by 50% to 48k Reviewed-by: chegar, martin
Wed, 13 Apr 2016 11:03:16 -0700 8153895: (proxy) redundant read edges to superinterfaces of proxy interfaces
mchung [Wed, 13 Apr 2016 11:03:16 -0700] rev 37349
8153895: (proxy) redundant read edges to superinterfaces of proxy interfaces Reviewed-by: sundar, plevart
Wed, 13 Apr 2016 10:20:40 -0700 8152205: jdk.security.provider.preferred is ambiguously documented
ascarpino [Wed, 13 Apr 2016 10:20:40 -0700] rev 37348
8152205: jdk.security.provider.preferred is ambiguously documented Reviewed-by: wetmore, xuelei, weijun
Wed, 13 Apr 2016 15:48:14 +0200 8150829: Enhanced drop-args, identity and default constant, varargs adjustment
srastogi [Wed, 13 Apr 2016 15:48:14 +0200] rev 37347
8150829: Enhanced drop-args, identity and default constant, varargs adjustment Reviewed-by: psandoz, mhaupt, jrose
Wed, 13 Apr 2016 14:29:25 +0100 8154077: (fs) Reduce number of file system classes loaded during startup
alanb [Wed, 13 Apr 2016 14:29:25 +0100] rev 37346
8154077: (fs) Reduce number of file system classes loaded during startup Reviewed-by: bpb, chegar
Wed, 13 Apr 2016 15:05:50 +0200 8146458: Improve exception reporting for Objects.checkIndex/checkFromToIndex/checkFromIndexSize
psandoz [Wed, 13 Apr 2016 15:05:50 +0200] rev 37345
8146458: Improve exception reporting for Objects.checkIndex/checkFromToIndex/checkFromIndexSize Reviewed-by: jrose, smarks
Wed, 13 Apr 2016 15:05:49 +0200 8151198: VarHandle factory-specific exceptions
psandoz [Wed, 13 Apr 2016 15:05:49 +0200] rev 37344
8151198: VarHandle factory-specific exceptions Reviewed-by: shade
Wed, 13 Apr 2016 15:05:48 +0200 8151705: VarHandle.AccessMode enum names should conform to code style
psandoz [Wed, 13 Apr 2016 15:05:48 +0200] rev 37343
8151705: VarHandle.AccessMode enum names should conform to code style Reviewed-by: mhaupt, shade, redestad
Wed, 13 Apr 2016 09:35:26 -0300 8151807: ImageBufferCache should release buffers when all classes are loaded
plevart [Wed, 13 Apr 2016 09:35:26 -0300] rev 37342
8151807: ImageBufferCache should release buffers when all classes are loaded Reviewed-by: jlaskey Contributed-by: peter.levart@gmail.com
Wed, 13 Apr 2016 10:41:27 +0000 8148849: Truncating Duration
ntv [Wed, 13 Apr 2016 10:41:27 +0000] rev 37341
8148849: Truncating Duration Summary: Introduce a new method to truncatedTo() Reviewed-by: rriggs, scolebourne
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip