tidu [Thu, 13 Oct 2016 00:45:38 -0700] rev 41485
8164322: Test sun/security/pkcs11/PKCS11Test.java shall be updated to run on ARM platforms
Reviewed-by: xuelei
Contributed-by: Tim Du <tiantian.du@oracle.com>
mchung [Wed, 12 Oct 2016 15:41:00 -0700] rev 41484
8164689: Retrofit jar, jlink, jmod as a ToolProvider
Reviewed-by: alanb, lancea
sdrach [Wed, 12 Oct 2016 14:31:17 -0700] rev 41483
8166460: jdk/internal/util/jar/TestVersionedStream gets Assertion error
Reviewed-by: psandoz
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