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