alexsch [Fri, 07 Sep 2012 13:08:59 +0400] rev 13772
7194469: Pressing the Enter key results in an alert tone beep when focus is TextField
Reviewed-by: bagiras, denis
bagiras [Thu, 06 Sep 2012 17:57:31 +0400] rev 13771
7153339: InternalError when drawLine with Xor and Antialiasing
Reviewed-by: prr, flar
kizune [Thu, 06 Sep 2012 14:59:54 +0400] rev 13770
7175183: [macosx] Objective-C exception thrown when switching monitor configuration
Reviewed-by: prr, serb
bae [Mon, 17 Sep 2012 13:44:07 +0400] rev 13769
7186799: Regression tests for ImageIO metadata fail on second run
Reviewed-by: prr, bae
Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
lana [Fri, 14 Sep 2012 13:52:30 -0700] rev 13768
Merge
bae [Tue, 11 Sep 2012 13:32:48 +0400] rev 13767
7181199: [macosx] Startup is much slower in headless mode for apps using Fonts
Reviewed-by: jgodinez, prr
jgodinez [Mon, 10 Sep 2012 10:07:10 -0700] rev 13766
7183516: [macosx]Can't print-out the defined fonts for PrintFont_2D and AntialiasTableTest.
Reviewed-by: bae, prr
katleman [Thu, 20 Sep 2012 13:45:18 -0700] rev 13765
Added tag jdk8-b57 for changeset ad1e86451b3f
duke [Wed, 05 Jul 2017 18:23:11 +0200] rev 13764
Merge
amurillo [Fri, 21 Sep 2012 14:02:58 -0700] rev 13763
Added tag hs25-b02 for changeset b3b50cc0cb4d
amurillo [Fri, 21 Sep 2012 14:02:57 -0700] rev 13762
Merge
jcoomes [Thu, 20 Sep 2012 16:27:51 -0700] rev 13761
7199082: write warning messages to stderr
Reviewed-by: ysr, dholmes, sla
jmasa [Thu, 20 Sep 2012 13:49:27 -0700] rev 13760
Merge
jmasa [Thu, 20 Sep 2012 12:18:23 -0700] rev 13759
7199923: NPG: tools/javac/T7093325.java timeout
Reviewed-by: stefank, coleenp, kvn
johnc [Thu, 20 Sep 2012 09:52:56 -0700] rev 13758
7190666: G1: assert(_unused == 0) failed: Inconsistency in PLAB stats
Summary: Reset the fields in ParGCAllocBuffer, that are used for accumulating values for the ResizePLAB sensors in PLABStats, to zero after flushing the values to the PLABStats fields. Flush PLABStats values only when retiring the final allocation buffers prior to disposing of a G1ParScanThreadState object, rather than when retiring every allocation buffer.
Reviewed-by: jwilhelm, jmasa, ysr