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
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
jdv [Tue, 09 Aug 2016 13:45:17 +0530] rev 40432
8160456: KSS : resource loading issue in TIFFMetadataFormat.java
Reviewed-by: prr, bpb
psadhukhan [Tue, 09 Aug 2016 13:22:58 +0530] rev 40431
5080098: Page Range must be disabled on the common print dlg for Non serv-formatted flvrs
Reviewed-by: prr, jdv
alexsch [Tue, 09 Aug 2016 10:17:51 +0300] rev 40430
8162856: JSlider thumb is twice smaller on HiDPI display
Reviewed-by: prr, serb
bpb [Mon, 08 Aug 2016 11:09:19 -0700] rev 40429
8150154: AIOOB Exception during sequential write of TIFF images
Summary: Need to reset isRescaling variable when resetting the ImageWriter.
Reviewed-by: prr
rstevens [Mon, 08 Aug 2016 11:40:39 +0400] rev 40428
8161664: Memory leak in com.apple.laf.AquaProgressBarUI removed progress bar still referenced
Reviewed-by: serb, alexsch
prr [Fri, 05 Aug 2016 12:03:58 -0700] rev 40427
Merge
serb [Fri, 05 Aug 2016 16:20:02 +0300] rev 40426
8162970: Merge error in the DefaultRowSorter.java
Reviewed-by: alexsch
arapte [Fri, 05 Aug 2016 15:48:37 +0530] rev 40425
8039081: [TEST_BUG] Test java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java fails
Reviewed-by: serb, psadhukhan
prr [Wed, 03 Aug 2016 15:18:58 +0800] rev 40424
8159713: Make the non-translated keywords clear to translator in jar.properties
8161183: Need extra newline in the end of for multi-lines strings in jar.properties
Reviewed-by: naoto
Contributed-by: li.jiang@oracle.com
clanger [Thu, 04 Aug 2016 15:58:28 +0200] rev 40423
8163177: Fix for 8152971 breaks builds with VS2010
Reviewed-by: simonis, pnarayanan