bpb [Fri, 12 Aug 2016 14:35:56 -0700] rev 40442
8152966: ClassCastException when adding IFD to the TIFFDirectory before the image write
Summary: Move the private method getDirectoryAsIFD(TIFFDirectory) from the API class TIFFDirectory to a public method in the internal class TIFFIFD and replace all casts of TIFFDirectory to TIFFIFD with its invocation
Reviewed-by: prr
serb [Fri, 12 Aug 2016 20:36:41 +0300] rev 40441
8159696: java.beans.MethodRef#get throws NullPointerException
Reviewed-by: alexsch
mcherkas [Fri, 12 Aug 2016 18:43:13 +0300] rev 40440
8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
Reviewed-by: serb
ptbrunet [Thu, 11 Aug 2016 21:48:53 -0500] rev 40439
8161483: Implement AccessibleAction interface in JList.AccessibleJList.AccessibleJListChild
Summary: Move AccessibleAction implementation from subclass to AccessibleJListChild
Reviewed-by: alexsch, prr, darcy
bpb [Thu, 11 Aug 2016 11:35:47 -0700] rev 40438
8145014: "IIOException: Couldn't seek!" when calling TIFFImageReader.getNumImages()
Summary: In locateImage() break and decrement image count for zero-entry IFDs and on encountering an EOF.
Reviewed-by: prr
prr [Thu, 11 Aug 2016 10:37:50 -0700] rev 40437
Merge
azvegint [Wed, 10 Aug 2016 02:50:58 +0300] rev 40436
8155690: Update libPNG library to the latest up-to-date
Reviewed-by: serb
prr [Tue, 09 Aug 2016 16:20:02 -0700] rev 40435
8163238: Upgrade to harfbuzz 1.3.0 in JDK 9
Reviewed-by: vadim, serb
alexsch [Tue, 09 Aug 2016 12:08:51 +0300] rev 40434
8160986: Bad rendering of Swing UI controls with Metal L&F on HiDPI display
Reviewed-by: prr
jdv [Tue, 09 Aug 2016 13:55:27 +0530] rev 40433
8160455: KSS : class.forName issue in TIFFImageMetadata.java
Reviewed-by: prr, bpb, serb