duke [Wed, 05 Jul 2017 21:10:31 +0200] rev 34838
Merge
weijun [Mon, 04 Jan 2016 17:03:59 +0800] rev 34837
8146377: test/sun/security/tools/jarsigner/concise_jarsigner.sh failing
Reviewed-by: xuelei
sebastian [Wed, 30 Dec 2015 19:20:51 +0100] rev 34836
8145981: (fs) LinuxWatchService can reports events against wrong directory
Summary: Fixes wakeup mechanism of LinuxWatchService and introduces a test
Reviewed-by: alanb
sdrach [Wed, 30 Dec 2015 16:15:21 +0000] rev 34835
8144355: JDK 9 changes to ZipFileSystem to support multi-release jar files
Summary: JEP 238 Multi-Release JarFileSystem implementation
Reviewed-by: alanb, psandoz, sherman
xiaofeya [Mon, 28 Dec 2015 19:03:18 -0800] rev 34834
8146209: java/net/NetworkInterface/NetworkInterfaceStreamTest.java still fails after fix JDK-8131155
Reviewed-by: chegar
Contributed-by: felix.yang@oracle.com
xuelei [Mon, 28 Dec 2015 00:02:06 +0000] rev 34833
8146197: SignatureAlgorithms.java after push of JDK-8146192
Reviewed-by: henryjen, jnimeh, mullan
igerasim [Fri, 25 Dec 2015 16:45:15 +0300] rev 34832
8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images
Summary: Since "image/jpg" is not a valid Content Type, the method should return "image/jpeg" when APPn marker segment has 'EE' as a marker type.
Reviewed-by: prr, bpb
Contributed-by: ramanand.patil@oracle.com