vinnie [Fri, 19 Aug 2016 22:15:32 +0100] rev 40452
8164494: SunPKCS11 requires a non-empty PBE password
Reviewed-by: valeriep
bpb [Fri, 19 Aug 2016 13:38:12 -0700] rev 40451
8164432: java/nio/file/Files/probeContentType/Basic.java fails on windows for Content type: audio/vnd.dlna.adts
Summary: Add audio/vnd.dlna.adts as an allowed MIME type for the aac extension.
Reviewed-by: darcy
redestad [Fri, 19 Aug 2016 17:46:44 +0200] rev 40450
8164485: Zero forms not properly generated
Reviewed-by: psandoz
asmotrak [Fri, 19 Aug 2016 10:57:44 -0700] rev 40449
8164100: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with java.util.concurrent.TimeoutException
Reviewed-by: valeriep
ddehaven [Fri, 19 Aug 2016 10:41:29 -0700] rev 40448
Merge
ddehaven [Fri, 19 Aug 2016 08:47:12 -0700] rev 40447
Merge
dmarkov [Tue, 16 Aug 2016 11:13:46 +0300] rev 40446
8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
Reviewed-by: serb
ddehaven [Mon, 15 Aug 2016 10:23:39 -0700] rev 40445
Merge
serb [Mon, 15 Aug 2016 20:08:55 +0300] rev 40444
8163949: Cleanup of classes which are related to JavaSound
Reviewed-by: prr
ddehaven [Mon, 15 Aug 2016 08:15:02 -0700] rev 40443
Merge
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