Fri, 15 Apr 2016 19:15:12 +0400 8132791: No access to SynthContext.getContext()
alexsch [Fri, 15 Apr 2016 19:15:12 +0400] rev 37698
8132791: No access to SynthContext.getContext() Reviewed-by: serb, ssadetsky
Fri, 15 Apr 2016 15:50:45 +0530 8049069: JButton incorrect behaviour on button release
aghaisas [Fri, 15 Apr 2016 15:50:45 +0530] rev 37697
8049069: JButton incorrect behaviour on button release Reviewed-by: serb, alexsch
Fri, 15 Apr 2016 09:59:36 +0300 8145787: [TEST_BUG][PIT] javax/swing/undo/UndoManager/AbstractDocumentUndoConcurrentTest.java fails with CannotUndoException
ssadetsky [Fri, 15 Apr 2016 09:59:36 +0300] rev 37696
8145787: [TEST_BUG][PIT] javax/swing/undo/UndoManager/AbstractDocumentUndoConcurrentTest.java fails with CannotUndoException Reviewed-by: alexsch, serb
Fri, 15 Apr 2016 09:54:27 +0300 8153276: [TEST_BUG] javax/swing/JFileChooser/ShellFolderQueries/ShellFolderQueriesTest.java
ssadetsky [Fri, 15 Apr 2016 09:54:27 +0300] rev 37695
8153276: [TEST_BUG] javax/swing/JFileChooser/ShellFolderQueries/ShellFolderQueriesTest.java Reviewed-by: alexsch, yan
Fri, 15 Apr 2016 09:46:31 +0300 8080395: consider making sun.awt.CausedFocusEvent functionality public
ssadetsky [Fri, 15 Apr 2016 09:46:31 +0300] rev 37694
8080395: consider making sun.awt.CausedFocusEvent functionality public Reviewed-by: alexsch, prr
Fri, 15 Apr 2016 12:00:37 +0530 8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
psadhukhan [Fri, 15 Apr 2016 12:00:37 +0530] rev 37693
8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108 Reviewed-by: serb, psadhukhan Contributed-by: abdul.kolarkunnu@oracle.com
Fri, 15 Apr 2016 11:52:23 +0530 8154057: [macosx] getPrintJob doesn't throw NPE if Frame is null AND type is COMMON
psadhukhan [Fri, 15 Apr 2016 11:52:23 +0530] rev 37692
8154057: [macosx] getPrintJob doesn't throw NPE if Frame is null AND type is COMMON Reviewed-by: prr, jdv
Fri, 15 Apr 2016 11:48:08 +0530 6801613: Cross-platform pageDialog and printDialog top margin entry broken
psadhukhan [Fri, 15 Apr 2016 11:48:08 +0530] rev 37691
6801613: Cross-platform pageDialog and printDialog top margin entry broken Reviewed-by: prr, jdv
Fri, 15 Apr 2016 11:45:11 +0530 6921664: The number of copies and the job name are not passed to a 3rd party PrintService
psadhukhan [Fri, 15 Apr 2016 11:45:11 +0530] rev 37690
6921664: The number of copies and the job name are not passed to a 3rd party PrintService Reviewed-by: prr, jdv
Thu, 14 Apr 2016 12:36:14 -0700 8134986: Incorrect use of ConcurrentHashMap.contains in SunFontManager.java
prr [Thu, 14 Apr 2016 12:36:14 -0700] rev 37689
8134986: Incorrect use of ConcurrentHashMap.contains in SunFontManager.java Reviewed-by: serb, jgodinez
Thu, 14 Apr 2016 20:32:50 +0300 8153351: GTK Menu's have no border
ssadetsky [Thu, 14 Apr 2016 20:32:50 +0300] rev 37688
8153351: GTK Menu's have no border Reviewed-by: alexsch, serb
Thu, 14 Apr 2016 13:07:35 +0300 8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly
aivanov [Thu, 14 Apr 2016 13:07:35 +0300] rev 37687
8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly Reviewed-by: serb, prr Contributed-by: Dmitry Batrak <dmitry.batrak@jetbrains.com>
Wed, 13 Apr 2016 17:04:02 +0530 8147841: [macosx] Updating TrayIcons popup menu does not work on Mac OS X
psadhukhan [Wed, 13 Apr 2016 17:04:02 +0530] rev 37686
8147841: [macosx] Updating TrayIcons popup menu does not work on Mac OS X Reviewed-by: serb, ssadetsky
Fri, 29 Apr 2016 16:52:05 +0300 8155600: Performance optimization of Arrays.asList().iterator()
tvaleev [Fri, 29 Apr 2016 16:52:05 +0300] rev 37685
8155600: Performance optimization of Arrays.asList().iterator() Reviewed-by: redestad, shade, plevart, attila
Fri, 29 Apr 2016 13:24:27 +0300 8155090: String concatenation fails with a custom SecurityManager that uses concatenation
shade [Fri, 29 Apr 2016 13:24:27 +0300] rev 37684
8155090: String concatenation fails with a custom SecurityManager that uses concatenation Reviewed-by: redestad, chegar
Fri, 29 Apr 2016 11:56:31 +0200 8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction
redestad [Fri, 29 Apr 2016 11:56:31 +0200] rev 37683
8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction Reviewed-by: mullan, mchung, chegar
Thu, 28 Apr 2016 14:29:09 -0700 8154801: deprecate Observer and Observable
smarks [Thu, 28 Apr 2016 14:29:09 -0700] rev 37682
8154801: deprecate Observer and Observable Reviewed-by: darcy
Thu, 28 Apr 2016 09:38:19 -0700 Merge
lana [Thu, 28 Apr 2016 09:38:19 -0700] rev 37681
Merge
Thu, 28 Apr 2016 08:28:48 -0700 8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds
cbensen [Thu, 28 Apr 2016 08:28:48 -0700] rev 37680
8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds Reviewed-by: alanb, mchung, kcr, sundar
Thu, 28 Apr 2016 09:33:18 +0100 8155578: OpenJDK build failed after JDK-8044773
chegar [Thu, 28 Apr 2016 09:33:18 +0100] rev 37679
8155578: OpenJDK build failed after JDK-8044773 Reviewed-by: alanb
Thu, 28 Apr 2016 12:38:22 +0800 8154733: Fix module dependencies missed in java.rmi tests
amlu [Thu, 28 Apr 2016 12:38:22 +0800] rev 37678
8154733: Fix module dependencies missed in java.rmi tests Reviewed-by: alanb, amlu Contributed-by: felix.yang@oracle.com
Wed, 27 Apr 2016 17:47:17 -0700 8154381: SwingSet tests are not auto closed in jtreg
mrkam [Wed, 27 Apr 2016 17:47:17 -0700] rev 37677
8154381: SwingSet tests are not auto closed in jtreg Reviewed-by: alexsch
Wed, 27 Apr 2016 20:36:02 +0100 8044773: Refactor jdk.net API so that it can be moved out of the base module
chegar [Wed, 27 Apr 2016 20:36:02 +0100] rev 37676
8044773: Refactor jdk.net API so that it can be moved out of the base module Reviewed-by: alanb, erikj, mchung
Wed, 27 Apr 2016 12:06:51 -0700 8154905: Rename jdk.jvmstat.rmi to jdk.jstatd
mchung [Wed, 27 Apr 2016 12:06:51 -0700] rev 37675
8154905: Rename jdk.jvmstat.rmi to jdk.jstatd Reviewed-by: alanb, sundar
Wed, 27 Apr 2016 20:18:49 +0200 8155106: MHs.Lookup.findConstructor returns handles for array classes
mhaupt [Wed, 27 Apr 2016 20:18:49 +0200] rev 37674
8155106: MHs.Lookup.findConstructor returns handles for array classes Reviewed-by: shade, sundar
Wed, 27 Apr 2016 18:52:32 +0200 8155236: AIX: fix dectection of Xrender extension
simonis [Wed, 27 Apr 2016 18:52:32 +0200] rev 37673
8155236: AIX: fix dectection of Xrender extension Reviewed-by: prr
Wed, 27 Apr 2016 18:04:16 +0200 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class.
dfuchs [Wed, 27 Apr 2016 18:04:16 +0200] rev 37672
8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class. Summary: Changes System.LoggerFinder methods to take a Module argument instead of a Class. Reviewed-by: mchung
Wed, 27 Apr 2016 15:01:21 +0200 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
mhaupt [Wed, 27 Apr 2016 15:01:21 +0200] rev 37671
8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache Reviewed-by: sundar
Wed, 27 Apr 2016 09:13:51 +0200 8155156: Remove remaining sun.misc.* imports from the jdk repo
simonis [Wed, 27 Apr 2016 09:13:51 +0200] rev 37670
8155156: Remove remaining sun.misc.* imports from the jdk repo Reviewed-by: chegar
Tue, 26 Apr 2016 18:42:51 -0700 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions
psandoz [Tue, 26 Apr 2016 18:42:51 -0700] rev 37669
8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions Reviewed-by: mchung, martin
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip