mbaesken [Fri, 30 Jun 2017 16:32:18 +0200] rev 47147
8183286: Some java/awt and javax/swing tests miss headful jtreg keyword
Reviewed-by: serb, clanger
psadhukhan [Tue, 04 Jul 2017 13:37:02 +0530] rev 47146
7190539: Nimbus LaF: JPopupMenu reacts on Ctrl+Enter
Reviewed-by: ssadetsky, azvegint
psadhukhan [Sat, 01 Jul 2017 10:00:15 +0530] rev 47145
8182577: Exception when Tab key moves focus to a JCheckbox with a custom ButtonModel
Reviewed-by: ssadetsky, serb, kcr
psadhukhan [Sat, 01 Jul 2017 09:56:02 +0530] rev 47144
8075063: Context menu closes on mouse scroll
Reviewed-by: ssadetsky
psadhukhan [Fri, 30 Jun 2017 11:03:44 +0530] rev 47143
8182402: Tooltip for Desktop button is in English when non-English locale is set
Reviewed-by: azvegint
prr [Thu, 29 Jun 2017 13:07:19 -0700] rev 47142
Merge
prr [Fri, 23 Jun 2017 09:48:10 -0700] rev 47141
Merge
psadhukhan [Thu, 22 Jun 2017 19:28:00 +0530] rev 47140
8043315: Nimbus: Setting Nimbus.Overrides property affects custom keymap installation
Reviewed-by: serb, azvegint
psadhukhan [Wed, 21 Jun 2017 10:30:25 +0530] rev 47139
8075918: The regression-swing case failed as the long Tab titles are not clipped with dots at the end with NimbusLookAndFeel
Reviewed-by: serb, aniyogi
psadhukhan [Sun, 18 Jun 2017 19:52:09 +0530] rev 47138
8177699: Some swing and awt tests are not in TEST.groups
Reviewed-by: serb
psadhukhan [Fri, 16 Jun 2017 11:07:45 +0530] rev 47137
8182031: Swing's ComboBox Popup opens and closes immediately
Reviewed-by: azvegint
aghaisas [Thu, 15 Jun 2017 17:13:33 +0530] rev 47136
8181782: [TESTBUG] [Macosx] JTextAreaEmojiTest is not executed
Reviewed-by: psadhukhan, aniyogi
Contributed-by: sreeprakash.s@oracle.com
aghaisas [Tue, 13 Jun 2017 14:32:24 +0530] rev 47135
6267105: UIDefaults.getUIError dumps error message to System.err and also throws Error.
Reviewed-by: prr, ssadetsky
Contributed-by: shashidhara.veerabhadraiah@oracle.com
aghaisas [Wed, 07 Jun 2017 16:43:18 +0530] rev 47134
8180370: Characters are skipped on input of Korean text on OS X
Reviewed-by: serb, prr
Contributed-by: sreeprakash.s@oracle.com
psadhukhan [Tue, 06 Jun 2017 10:58:02 +0530] rev 47133
6962725: Regtest javax/swing/JFileChooser/6738668/bug6738668.java fails under Linux
Reviewed-by: serb
prr [Fri, 02 Jun 2017 14:45:30 -0700] rev 47132
Merge
psadhukhan [Sat, 27 May 2017 12:55:33 +0530] rev 47131
6461834: Minimize WindowsLookAndFeel classes included with Unix JDKs
Reviewed-by: ihse, aniyogi, prr
prr [Thu, 25 May 2017 09:15:55 -0700] rev 47130
Merge
prr [Mon, 22 May 2017 09:34:38 -0700] rev 47129
Merge
psadhukhan [Mon, 22 May 2017 11:21:49 +0530] rev 47128
7042497: javax.swing.JOptionPane.showInternalConfirmDialog throws RuntimeException
Reviewed-by: ssadetsky, aniyogi
ssadetsky [Fri, 19 May 2017 07:25:48 -0700] rev 47127
8132299: Shift + Mouse wheel ScrollPane horizontal scrolling doesn't work on Linux but works on Mac.
Reviewed-by: arapte, azvegint
lbourges [Wed, 17 May 2017 22:05:11 +0200] rev 47126
8180055: Upgrade the Marlin renderer in Java2D
Summary: added the double-precision variant + MarlinFX backports + Improved MarlinTileGenerator + higher precision of the cubic / quadratic curve
Reviewed-by: flar, pnarayanan
xiaofeya [Mon, 04 Sep 2017 17:46:59 -0700] rev 47125
8134989: java/net/MulticastSocket/TestInterfaces.java failed due to unexpected IP address
Reviewed-by: rriggs, chegar, msheppar
jwilhelm [Sun, 03 Sep 2017 14:19:45 +0200] rev 47124
Merge
gziemski [Fri, 01 Sep 2017 13:03:16 +0000] rev 47123
Merge
gziemski [Thu, 31 Aug 2017 20:25:52 -0500] rev 47122
8173715: Remove FlatProfiler
Summary: Obsoleted Xprof flag, removed FlatProfiler code
Reviewed-by: mchung
dsamersoff [Thu, 31 Aug 2017 21:31:51 -0700] rev 47121
8061228: Allow JDWP socket connector to accept connections from certain ip addresses only
Summary: Introduce new parameter for JDWP agent, that allows to restrict connection to certain ip addresses only
Reviewed-by: dcubed, clanger, rehn, sspitsyn
jwilhelm [Tue, 29 Aug 2017 22:15:40 +0200] rev 47120
Merge
jwilhelm [Tue, 29 Aug 2017 17:17:57 +0200] rev 47119
Merge
jwilhelm [Mon, 28 Aug 2017 21:46:12 +0200] rev 47118
Merge
jjg [Fri, 01 Sep 2017 11:54:58 -0700] rev 47117
8187021: Remove 2 redundant <p> tags in java.base API docs
Reviewed-by: darcy
dfuchs [Fri, 01 Sep 2017 18:18:09 +0100] rev 47116
8187044: HttpClient ConnectionPool may spawn several concurrent CacheCleaner and prevent early GC of HttpClient.
Summary: Fixes CacheCleaner creation logic in ConnectionPool.
Reviewed-by: chegar