alexsch [Thu, 11 Feb 2016 00:19:38 +0400] rev 36444
8139508: Debug option does not work in appletviewer
Reviewed-by: prr, ssadetsky
bpb [Mon, 01 Feb 2016 15:00:02 -0800] rev 36443
8148628: TIFFDirectory(getAsMetaData) created with one TIFFField having a IFD pointer tag throws ClassCastException & other naming differences (JEP 262)
Summary: Clean up some handling of TIFFDirectory instances contained in TIFFFields and make a couple of minor changes to Exif and GeoTIFF tag names.
Reviewed-by: prr
jnimeh [Fri, 11 Mar 2016 10:54:42 -0800] rev 36442
8132942: ServerHandshaker should not throw SSLHandshakeException when CertificateStatus constructor is called with invalid arguments
Summary: Performs argument checking on inputs to the CertificateStatus constructor in order to eliminate the need for exception processing. Also pulls stapling processing logic out to its own method.
Reviewed-by: xuelei
rriggs [Fri, 11 Mar 2016 12:53:10 -0500] rev 36441
8151063: Typo in java.lang.invoke.StringConcatFactory javadoc
Reviewed-by: prappo, rriggs
Contributed-by: Abhijit Roy <abhijit.r.roy@oracle.com>