malenkov [Fri, 27 Sep 2013 22:25:58 +0400] rev 20433
7117595: ArrayIndexOutOfBoundsException in Win32GraphicsEnvironment if display is removed
Reviewed-by: anthony, serb
malenkov [Fri, 27 Sep 2013 22:17:24 +0400] rev 20432
8012716: java.beans.EventHandler.create method should check if the given listenerInterface is a public interface
Reviewed-by: art, mchung
pchelko [Fri, 27 Sep 2013 18:35:00 +0400] rev 20431
8016563: Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
Reviewed-by: anthony, serb
pchelko [Fri, 27 Sep 2013 17:04:16 +0400] rev 20430
8025503: [macosx] FileDialog allows file selection with apple.awt.fileDialogForDirectories = true
Reviewed-by: serb, anthony
pchelko [Fri, 27 Sep 2013 14:29:27 +0400] rev 20429
8024122: [TEST] need test to cover JDK-7146572
Reviewed-by: anthony, yan
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
yan [Fri, 27 Sep 2013 12:35:43 +0400] rev 20428
8025249: [javadoc] fix some javadoc errors in javax/swing/
Reviewed-by: alexsch, yan
Contributed-by: Taras Ledkov <taras.ledkov@oracle.com>
lana [Tue, 08 Oct 2013 14:37:33 -0700] rev 20427
Merge
jchen [Fri, 04 Oct 2013 16:17:59 -0700] rev 20426
8025940: Windows build fails after the fix for 8025280
Reviewed-by: prr, jgodinez
jchen [Thu, 03 Oct 2013 13:49:52 -0700] rev 20425
8025294: [parfait] JNI-related warnings from b107 for jdk.src.solaris.native.sun.java2d.x11
Reviewed-by: prr, jgodinez
jchen [Thu, 03 Oct 2013 13:41:53 -0700] rev 20424
8025664: [parfait] warnings from b62 for jdk.src.share.native.sun.font
Reviewed-by: prr, jgodinez
jchen [Thu, 03 Oct 2013 13:35:26 -0700] rev 20423
8025309: [parfait] JNI-related warnings from b107 for jdk.src.share.native.sun.java2d.pipe
Reviewed-by: prr, jgodinez
jchen [Thu, 03 Oct 2013 13:26:45 -0700] rev 20422
8025480: [parfait] "JNI exception pending" warnings from b107 for jdk.src.share.native.sun.java2d
Reviewed-by: prr, jgodinez
jchen [Thu, 03 Oct 2013 13:16:31 -0700] rev 20421
8025280: [parfait] warnings from b107 for jdk.src.share.native.sun.java2d.loops: JNI exception pending, JNI critical region violation
Reviewed-by: prr, jgodinez
bae [Thu, 03 Oct 2013 11:28:37 +0400] rev 20420
8022632: Reading a PNG file fails because of WBMPImageReaderSpi.canDecodeInput()
Reviewed-by: prr, jgodinez
prr [Wed, 02 Oct 2013 11:22:07 -0700] rev 20419
7179526: xrender : closed/sun/java2d/volatileImage/LineClipTest.java failed since jdk8b36
Reviewed-by: prr, jchen
prr [Wed, 02 Oct 2013 11:16:07 -0700] rev 20418
8025837: Extraneous changes in the fix for 8007386
Reviewed-by: jgodinez, jchen
vadim [Wed, 02 Oct 2013 10:06:28 +0400] rev 20417
8024343: Change different color with the "The XOR alternation color" combobox, the color of the image can not shown immediately.
Reviewed-by: ceisserer, prr, bae
prr [Tue, 01 Oct 2013 15:36:53 -0700] rev 20416
8007386: On physical machine (video card is Intel Q45) the text is blank.
Reviewed-by: prr, jchen
vadim [Mon, 30 Sep 2013 12:50:52 +0400] rev 20415
8001119: [fingbugs] Evaluate necessity to make some arrays package protected
Reviewed-by: prr, bae
prr [Fri, 27 Sep 2013 13:06:47 -0700] rev 20414
8020190: Fatal: Bug in native code: jfieldID must match object
Reviewed-by: jgodinez, vadim
jgodinez [Fri, 27 Sep 2013 13:04:54 -0700] rev 20413
6870661: Setting a custom PrintService on a PrinterJob leads to a PrinterException
Reviewed-by: prr, jgodinez
Contributed-by: patrick@reini.net
cl [Thu, 10 Oct 2013 10:09:19 -0700] rev 20412
Added tag jdk8-b111 for changeset ff73e351b200
duke [Wed, 05 Jul 2017 19:15:37 +0200] rev 20411
Merge
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20410
Added tag hs25-b54 for changeset aa8bcabd9d44
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20409
Merge
jcoomes [Fri, 11 Oct 2013 08:27:21 -0700] rev 20408
Merge
stefank [Mon, 07 Oct 2013 15:51:17 +0200] rev 20407
8025996: Track metaspace usage when metaspace is expanded
Reviewed-by: coleenp, ehelin
stefank [Mon, 07 Oct 2013 15:51:08 +0200] rev 20406
8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
Reviewed-by: brutisso, jmasa, coleenp
tschatzl [Wed, 09 Oct 2013 10:57:01 +0200] rev 20405
8003420: NPG: make new GC root for pd_set
Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam).
Reviewed-by: coleenp, iklam
tamao [Wed, 09 Oct 2013 11:18:53 -0700] rev 20404
8010506: Typos and errors in descriptions of vm options in globals.hpp
Summary: Fix typos and errors in descriptions of vm options in globals.hpp
Reviewed-by: jmasa, jwilhelm