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