smarks [Wed, 12 Oct 2016 11:54:38 -0700] rev 41482
8134373: use collections convenience factories in the JDK
Reviewed-by: scolebourne, prappo, dfuchs, redestad, smarks
Contributed-by: jbluettduncan@gmail.com
sundar [Wed, 12 Oct 2016 22:44:43 +0530] rev 41481
8167614: Avoid module dependency from jdk.dynalink to jdk.internal.module of java.base module
Reviewed-by: jlaskey, alanb
mullan [Wed, 12 Oct 2016 09:46:35 -0400] rev 41480
8162723: Array index overflow in Base64 utility class
Reviewed-by: ascarpino, jnimeh
erikj [Wed, 12 Oct 2016 14:25:07 +0200] rev 41479
8167479: arm 32/64 slowdebug fails to build on unpack200
Reviewed-by: ihse
psandoz [Tue, 11 Oct 2016 16:25:52 -0700] rev 41478
8167524: Rogue character in Stream javadoc
Reviewed-by: smarks, darcy
wetmore [Tue, 11 Oct 2016 15:49:37 -0700] rev 41477
8167459: Add debug output for indicating if a chosen ciphersuite was legacy
Reviewed-by: xuelei
jlahoda [Tue, 11 Oct 2016 12:33:15 +0200] rev 41476
8166890: JShell: locks forever when input is piped
Summary: Only read cursor position if connected to a terminal.
Reviewed-by: rfield, shinyafox
erikj [Tue, 11 Oct 2016 12:25:54 +0200] rev 41475
8167387: libjimage.so has a bad runpath
Reviewed-by: tbell, ihse
vtewari [Tue, 11 Oct 2016 15:12:40 +0530] rev 41474
8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty
Reviewed-by: chegar, dfuchs
xuelei [Tue, 11 Oct 2016 09:11:34 +0000] rev 41473
8167472: Chrome interop regression with JDK-8148516
Reviewed-by: weijun
ihse [Tue, 11 Oct 2016 09:50:04 +0200] rev 41472
8167424: Various trivial fixes in build system
Reviewed-by: erikj, tbell
valeriep [Tue, 11 Oct 2016 00:04:35 +0000] rev 41471
8165275: Replace the reflective call to the implUpdate method in HandshakeMessage::digestKey
Summary: Replaced the reflection calls with the new sun.security.util.MessageDigestSpi2 interface
Reviewed-by: xuelei, mchung
lana [Thu, 13 Oct 2016 21:01:11 +0000] rev 41470
Added tag jdk-9+140 for changeset 9c298252e385
duke [Wed, 05 Jul 2017 22:20:08 +0200] rev 41469
Merge
lana [Thu, 13 Oct 2016 23:03:14 +0000] rev 41468
Merge
mockner [Thu, 13 Oct 2016 15:57:24 -0400] rev 41467
8167446: Add back PermSize and MaxPermSize
Summary: Added Permsize and MaxPermSize as obsolete options to remain indefinitely.
Reviewed-by: coleenp, hseigel, lfoltan