lbourges [Thu, 11 Feb 2016 09:08:15 +0100] rev 36446
8149338: JVM Crash caused by Marlin renderer not handling NaN coordinates
Summary: use first / last Y crossings to compute edge min/max Y and ensure consistency with edgeBuckets / edgeBucketCounts arrays
Reviewed-by: flar, prr
bpb [Wed, 10 Feb 2016 13:49:06 -0800] rev 36445
8149120: TIFFField constructor throws ArrayIndexOutOfBoundsException and IllegalArgumentException for scenarios explained in description
Summary: Clean up parameter checking in TIFFField.
Reviewed-by: prr
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>
darcy [Fri, 11 Mar 2016 10:06:12 -0800] rev 36440
8151679: Mark SignatureOffsets.java as intermittently failing
Reviewed-by: xuelei
prappo [Fri, 11 Mar 2016 18:35:26 +0530] rev 36439
8151065: Typo in javax.naming.CompoundName
Reviewed-by: vinnie, prappo
Contributed-by: Abhijit Roy <abhijit.r.roy@oracle.com>
mchung [Thu, 10 Mar 2016 11:52:54 -0800] rev 36438
8151660: Revert NativeBuffer.java to use jdk.internal.ref.Cleaner
Reviewed-by: rriggs
lana [Thu, 10 Mar 2016 09:50:58 -0800] rev 36437
Merge