Lana Steuck
b99232819c
Merge
2013-09-26 17:13:39 -07:00
Clemens Eisserer
00c37e4e9e
8024895: xrender MaskImage cache isn't accounting for change in alpha
...
Reviewed-by: prr, jchen
2013-09-26 16:30:38 -07:00
Stephen Colebourne
242f0dd3c2
8025718: Enhance error messages for parsing
...
Add values and types to exception messages
Reviewed-by: lancea
2013-09-26 15:19:27 -07:00
Roger Riggs
c9982055b4
8024612: java/time/tck/java/time/format/TCKDateTimeFormatters.java failed
...
The test should be using the Locale.Category.FORMAT to verify the test data
Reviewed-by: lancea
2013-10-09 11:02:55 -04:00
Mandy Chung
18f83d0a7c
8026027: Level.parse should return the custom Level instance instead of the mirrored Level
...
Reviewed-by: dfuchs, chegar
2013-10-09 06:24:42 -07:00
Paul Sandoz
ad959161e4
8020061: Clarify reporting characteristics between splits
...
Reviewed-by: alanb, chegar
2013-10-09 15:19:56 +02:00
Vinnie Ryan
f36ff9e467
8008171: Refactor KeyStore.DomainLoadStoreParameter as a standalone class
...
Reviewed-by: mullan, weijun
2013-10-09 10:48:44 +01:00
Alan Bateman
508933e418
8008662: Add @jdk.Exported to JDK-specific/exported APIs
...
Reviewed-by: chegar, vinnie, dfuchs, mchung, mullan, darcy
2013-10-09 09:20:12 +01:00
Rob McKenna
9916c42ef7
7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX webbugs
...
Reviewed-by: chegar, dsamersoff
2013-10-09 00:10:02 +01:00
Phil Race
d0ef16f2c3
7092764: java.awt.font.TransformAttribute.equals(null) throws NPE
...
Reviewed-by: jgodinez, jchen
2013-09-26 15:06:39 -07:00
Brent Christian
587ef317c6
8025173: HashMap.put() replacing an existing key can trigger a resize()
...
Ensure that HashMap is not resized if we're just replacing a value
Reviewed-by: alanb, martin
2013-09-26 11:13:34 -07:00
Christine Lu
19c90edea2
Added tag jdk8-b109 for changeset 93c4cdf60be2
2013-09-26 10:43:34 -07:00
Dmitry Zinkevich
e866ac23f9
8025218: [javadoc] some errors in java/awt classes
...
Reviewed-by: yan
2013-09-26 16:10:36 +04:00
Pete Brunet
b535463fe4
8025160: Recent Java Accessibility Bridge push has make failures
...
Reviewed-by: tbell, erikj
2013-09-26 10:48:56 +02:00
Tim Bell
a13f76ec8c
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
...
Reviewed-by: ksrini, katleman
2013-09-25 12:24:05 -07:00
Michael Fang
7fcb1eb269
Merge
2013-09-25 07:36:29 -07:00
Alexander Scherbatiy
b909162f85
7083457: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean)
...
Reviewed-by: malenkov, serb
2013-09-25 17:42:15 +04:00
Dmitry Zinkevich
a9d180056b
8025085: [javadoc] some errors in javax/swing
...
Reviewed-by: alexsch
2013-09-25 17:35:22 +04:00
Alexander Stepanov
9056e0008c
8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth
...
Reviewed-by: serb, alexsch
2013-09-25 17:08:31 +04:00
Konstantin Shefov
c3a64bea84
8004032: [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear
...
Reviewed-by: anthony, serb
2013-09-25 16:52:46 +04:00
Petr Pchelko
fe092e9cf3
8024987: Copy/paste regression since JDK8 b86
...
Reviewed-by: serb, anthony
2013-09-25 16:12:07 +04:00
Alexander Scherbatiy
c0720f17f6
8007155: [macosx] Disabled panel takes mouse input in JLayeredPane
...
Reviewed-by: serb, anthony
2013-09-25 16:17:42 +04:00
Sergey Malenkov
0587e46215
8023310: Thread contention in the method Beans.IsDesignTime()
...
Reviewed-by: art, sfriberg
2013-09-25 14:06:15 +04:00
Daniel Fuchs
ddddd1d31f
8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout
...
Arbitrary timeouts in the tests @run lines where too agressive for some configurations. The tests will now run with default timeout.
Reviewed-by: alanb, mchung
2013-09-25 09:47:24 +02:00
Michael Fang
6c7b18ed04
Merge
2013-09-24 14:34:55 -07:00
Michael Fang
c5bb090fff
8025215: jdk8 l10n resource file translation update 4
...
Reviewed-by: naoto, yhuang
2013-09-24 14:17:42 -07:00
Leonid Romanov
c31deb38ac
8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily
...
Reviewed-by: anthony, serb
2013-09-24 18:24:03 +04:00
Konstantin Shefov
bdcfc36ee6
8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX
...
Reviewed-by: alexsch, serb
2013-09-24 18:20:31 +04:00
Vera Akulova
91047d3b07
7133146: [macosx] closed/javax/swing/JInternalFrame/4193219/IconCoord fails on MacOS
...
Reviewed-by: alexsch, serb
2013-09-24 18:13:24 +04:00
Vera Akulova
036eee0473
7133154: [TEST_BUG] [macosx] closed/javax/swing/JInternalFrame/4251301/bug4251301.java fails on MacOS
...
Reviewed-by: alexsch, serb
2013-09-24 17:56:32 +04:00
Vera Akulova
602931b7ce
7124320: [TEST_BUG] [macosx] JComboBox doesn't change selection on mouse over
...
Reviewed-by: alexsch, serb
2013-09-24 17:46:19 +04:00
Yuri Nesterenko
cde6d64f60
8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes
...
Reviewed-by: alexsch
2013-09-24 17:04:47 +04:00
Yuri Nesterenko
560d55440f
8025230: [cleanup] some more javadoc formatting fixes for swing
...
Reviewed-by: alexsch
2013-09-24 16:36:00 +04:00
Yuri Nesterenko
af333dc7bb
8025114: Eliminate doclint errors in java.awt.dnd package javadoc
...
Reviewed-by: serb, alexsch
2013-09-24 12:25:50 +04:00
Alexander Zvegintsev
b99f593316
8019282: keyRelesed is reached even though key was NOT released
...
Reviewed-by: serb, anthony
2013-09-23 21:24:34 +04:00
Sergey Bylokhov
10ff8a3aa4
7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent
...
Reviewed-by: alexsch, anthony
2013-09-23 17:55:36 +04:00
Sergey Bylokhov
cac6b55e4e
8005255: [macosx] Cleanup warnings in sun.lwawt
...
Reviewed-by: alexsch, anthony
2013-09-23 16:17:26 +04:00
Konstantin Shefov
9ca087d600
8015600: [TEST_BUG] [macosx] Test closed/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails since JDK 8 b75 on MacOSX
...
Reviewed-by: alexsch, serb
2013-09-23 16:14:42 +04:00
Sergey Malenkov
e4e708cefd
7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane
...
Reviewed-by: alexsch
2013-09-20 18:56:41 +04:00
Vera Akulova
d35ad4fbaf
7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location
...
Reviewed-by: alexsch, serb
2013-09-20 17:35:45 +04:00
Vera Akulova
ae556f32b9
8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu
...
Reviewed-by: alexsch, serb
2013-09-20 17:16:45 +04:00
Vera Akulova
62b5b716a0
7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys
...
Reviewed-by: alexsch, serb
2013-09-20 17:07:11 +04:00
Leonid Romanov
bf404f9ad8
7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
...
Reviewed-by: anthony, serb
2013-09-19 23:46:15 +04:00
Alexander Potochkin
721272b6c0
7144065: [macosx] Orphaned Choice popup window
...
Reviewed-by: anthony, serb
2013-09-19 22:33:21 +04:00
Christine Lu
f0b751a854
Added tag jdk8-b108 for changeset f45d281bd0de
2013-09-19 09:37:13 -07:00
Phil Race
132ff0eea1
8025034: Improve layout lookups
...
Reviewed-by: mschoene, vadim, srl
2013-09-19 08:34:37 -07:00
Weijun Wang
cf08e9985c
8024659: Clarify JarFile API
...
Reviewed-by: mullan, ahgross
2013-09-19 10:41:29 +08:00
Weijun Wang
cccb39a270
8024302: Clarify jar verifications
...
8023338: Update jarsigner to encourage timestamping
Reviewed-by: mullan, ahgross
2013-09-19 10:40:16 +08:00
Lana Steuck
e05ff03241
Merge
2013-09-18 16:01:37 -07:00
Vladimir Ivanov
8e924e70a6
8024616: JSR292: lazily initialize core NamedFunctions used for bootstrapping
...
Reviewed-by: jrose
2013-09-18 20:12:05 +04:00