aghaisas [Wed, 04 Oct 2017 15:10:08 +0530] rev 47377
8004029: [macosx] The long Tab titles are not clipped with dots at the end.
Reviewed-by: serb, psadhukhan
Contributed-by: shashidhara.veerabhadraiah@oracle.com
prr [Thu, 28 Sep 2017 11:27:56 -0700] rev 47376
Merge
prr [Thu, 28 Sep 2017 09:13:27 -0700] rev 47375
Merge
psadhukhan [Tue, 26 Sep 2017 10:46:23 +0530] rev 47374
8088132: [Swing, singleThread] ClassCastException in nested event loop when showing multiple message dialogs in SwingNode
Reviewed-by: serb
aghaisas [Mon, 25 Sep 2017 16:12:49 +0530] rev 47373
8154468: [TEST_BUG] java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java
Reviewed-by: serb, ssadetsky
Contributed-by: pankaj.b.bansal@oracle.com
aghaisas [Mon, 25 Sep 2017 16:06:13 +0530] rev 47372
8081311: [TEST_BUG] java/awt/ComponentOrientation/WindowTest.java does use deprecated applyResourceBundle
Reviewed-by: serb, ssadetsky
Contributed-by: pankaj.b.bansal@oracle.com
aghaisas [Mon, 25 Sep 2017 15:57:43 +0530] rev 47371
6857809: [TEST_BUG] java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java fails in jdk7 b64 pit build
Reviewed-by: serb, ssadetsky
Contributed-by: pankaj.b.bansal@oracle.com, dcherepanov@azul.com
asmotrak [Fri, 22 Sep 2017 18:57:05 -0700] rev 47370
8178274: Java_sun_lwawt_macosx_NSEvent_nsToJavaKeyInfo() overreads jchar variable
Reviewed-by: ssadetsky
serb [Fri, 22 Sep 2017 18:20:18 -0700] rev 47369
6238123: Typos at Serialized Form javadoc for java.awt.Polygon
Reviewed-by: prr, pnarayanan
serb [Fri, 22 Sep 2017 17:36:55 -0700] rev 47368
8175968: The javax.swing.filechooser.FileSystemView constructor consumes memory by adding a PropertyChangeListener that is never removed
Reviewed-by: azvegint
serb [Fri, 22 Sep 2017 17:09:56 -0700] rev 47367
8186967: Unused methods in MotifGraphicsUtils can be removed
Reviewed-by: azvegint
hannesw [Thu, 19 Oct 2017 20:34:48 +0200] rev 47366
8189617: Remove undocumented --print-mem-usage option
Reviewed-by: jlaskey, sundar
erikj [Thu, 19 Oct 2017 17:47:04 +0200] rev 47365
8189679: JDK-8189094 broke testing in Mach 5
Reviewed-by: tbell, mchung
erikj [Thu, 19 Oct 2017 14:16:45 +0200] rev 47364
8189094: Change required boot jdk to JDK 9
Reviewed-by: ihse, mchung
jlahoda [Thu, 19 Oct 2017 10:59:02 +0200] rev 47363
8188035: JavaFileManager.listLocationsForModules does not always reflect values set through StandardJavaFileManager.setLocationForModule.
Summary: Prepending explictely set module locations in listLocationsForModules.
Reviewed-by: jjg
jlahoda [Thu, 19 Oct 2017 09:53:53 +0200] rev 47362
8186873: Possible dead code \"com.sun.tools.javac.tree.TreeInfo.isAnonymousDiamond()\" which was added in 9
Summary: Removing unused method.
Reviewed-by: mcimadamore