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
igerasim [Fri, 25 Dec 2015 16:43:37 +0300] rev 34831
8066982: ZonedDateTime.parse() returns wrong ZoneOffset around DST fall transition
Summary: In Parsed.java the method resolveInstant() is altered such that, the offset (if present) will be given priority over zone.
Reviewed-by: rriggs, scolebourne
Contributed-by: ramanand.patil@oracle.com
lana [Thu, 24 Dec 2015 10:34:31 -0800] rev 34830
Merge
xuelei [Thu, 24 Dec 2015 15:22:04 +0000] rev 34829
8146192: Add test for JDK-8049321
Reviewed-by: mullan
ntv [Wed, 23 Dec 2015 13:19:58 -0500] rev 34828
8143413: add toEpochSecond methods for efficient access
Reviewed-by: rriggs, scolebourne
olagneau [Fri, 18 Dec 2015 17:42:06 +0100] rev 34827
8058865: JMX Test Refactoring
Reviewed-by: jbachorik
xuelei [Wed, 23 Dec 2015 03:51:35 +0000] rev 34826
8133070: Hot lock on BulkCipher.isAvailable
Reviewed-by: mullan
chegar [Tue, 22 Dec 2015 21:32:29 +0000] rev 34825
8146000: Remove sun.mics.CompoundEnumeration
Reviewed-by: coffeys, shade