redestad [Thu, 14 Apr 2016 12:16:05 +0200] rev 37354
8154185: Drop code to support Windows XP in DefaultDatagramSocketImplFactory
Reviewed-by: chegar
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
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
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
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
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
ascarpino [Wed, 13 Apr 2016 10:20:40 -0700] rev 37348
8152205: jdk.security.provider.preferred is ambiguously documented
Reviewed-by: wetmore, xuelei, weijun
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
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
psandoz [Wed, 13 Apr 2016 15:05:50 +0200] rev 37345
8146458: Improve exception reporting for Objects.checkIndex/checkFromToIndex/checkFromIndexSize
Reviewed-by: jrose, smarks
psandoz [Wed, 13 Apr 2016 15:05:49 +0200] rev 37344
8151198: VarHandle factory-specific exceptions
Reviewed-by: shade
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
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
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
mhaupt [Wed, 13 Apr 2016 09:20:22 +0200] rev 37340
8153637: MethodHandles.countedLoop/3 initialises loop counter to 1 instead of 0
Reviewed-by: psandoz, redestad