Wed, 05 Jul 2017 19:13:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:51 +0200] rev 20205
Merge
Wed, 02 Oct 2013 15:08:29 +0200 Merge
erikj [Wed, 02 Oct 2013 15:08:29 +0200] rev 20204
Merge
Tue, 01 Oct 2013 11:08:23 +0200 8019219: Fix typo in jdk/makefiles "default" targets
ihse [Tue, 01 Oct 2013 11:08:23 +0200] rev 20203
8019219: Fix typo in jdk/makefiles "default" targets Reviewed-by: erikj
Tue, 01 Oct 2013 12:45:47 -0700 Merge
katleman [Tue, 01 Oct 2013 12:45:47 -0700] rev 20202
Merge
Fri, 27 Sep 2013 16:29:44 -0700 8020552: [launcher] changes to support removal of Solaris 32-bit distribution
ksrini [Fri, 27 Sep 2013 16:29:44 -0700] rev 20201
8020552: [launcher] changes to support removal of Solaris 32-bit distribution 8023495: [infra] create 64-bit solaris bits with symlinks Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin
Thu, 26 Sep 2013 17:21:47 -0700 Merge
lana [Thu, 26 Sep 2013 17:21:47 -0700] rev 20200
Merge
Thu, 26 Sep 2013 11:13:34 -0700 8025173: HashMap.put() replacing an existing key can trigger a resize()
bchristi [Thu, 26 Sep 2013 11:13:34 -0700] rev 20199
8025173: HashMap.put() replacing an existing key can trigger a resize() Summary: Ensure that HashMap is not resized if we're just replacing a value Reviewed-by: alanb, martin
Wed, 25 Sep 2013 07:36:29 -0700 Merge
mfang [Wed, 25 Sep 2013 07:36:29 -0700] rev 20198
Merge
Tue, 24 Sep 2013 14:34:55 -0700 Merge
mfang [Tue, 24 Sep 2013 14:34:55 -0700] rev 20197
Merge
Tue, 24 Sep 2013 14:17:42 -0700 8025215: jdk8 l10n resource file translation update 4
mfang [Tue, 24 Sep 2013 14:17:42 -0700] rev 20196
8025215: jdk8 l10n resource file translation update 4 Reviewed-by: naoto, yhuang
Wed, 25 Sep 2013 09:47:24 +0200 8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout
dfuchs [Wed, 25 Sep 2013 09:47:24 +0200] rev 20195
8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout Summary: 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
Thu, 29 Aug 2013 11:08:42 +0200 8014659: NPG: performance counters for compressed klass space
stefank [Thu, 29 Aug 2013 11:08:42 +0200] rev 20194
8014659: NPG: performance counters for compressed klass space Reviewed-by: jmasa, sla Contributed-by: erik.helin@oracle.com
Sun, 22 Sep 2013 20:21:11 -0700 Merge
lana [Sun, 22 Sep 2013 20:21:11 -0700] rev 20193
Merge
Fri, 20 Sep 2013 19:15:59 -0700 Merge
lana [Fri, 20 Sep 2013 19:15:59 -0700] rev 20192
Merge
Mon, 23 Sep 2013 04:05:42 +0100 8023130: (process) ProcessBuilder#inheritIO does not work on Windows
alanb [Mon, 23 Sep 2013 04:05:42 +0100] rev 20191
8023130: (process) ProcessBuilder#inheritIO does not work on Windows Reviewed-by: alanb, martin Contributed-by: ivan.gerasimov@oracle.com
Fri, 20 Sep 2013 17:11:32 -0700 8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
psandoz [Fri, 20 Sep 2013 17:11:32 -0700] rev 20190
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec Reviewed-by: alanb
Fri, 20 Sep 2013 15:12:05 -0700 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
bpb [Fri, 20 Sep 2013 15:12:05 -0700] rev 20189
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent Summary: Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Fri, 20 Sep 2013 11:07:06 -0700 8024253: ThreadLocal random can use SecureRandom for the initial seed
psandoz [Fri, 20 Sep 2013 11:07:06 -0700] rev 20188
8024253: ThreadLocal random can use SecureRandom for the initial seed Reviewed-by: psandoz, chegar, alanb Contributed-by: Doug Lea <dl@cs.oswego.edu>, Peter Levart <peter.levart@gmail.com>, Guy Steele <guy.steele@oracle.com>
Fri, 20 Sep 2013 16:40:32 +0200 7200277: [parfait] potential buffer overflow in npt/utf.c
sla [Fri, 20 Sep 2013 16:40:32 +0200] rev 20187
7200277: [parfait] potential buffer overflow in npt/utf.c Reviewed-by: dsamersoff, dcubed
Fri, 20 Sep 2013 17:56:54 +0400 8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
kizune [Fri, 20 Sep 2013 17:56:54 +0400] rev 20186
8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales Reviewed-by: naoto, ksrini
Fri, 20 Sep 2013 10:15:02 +0200 8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch
sla [Fri, 20 Sep 2013 10:15:02 +0200] rev 20185
8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch Reviewed-by: dcubed
Fri, 20 Sep 2013 10:14:35 +0200 8024985: com/sun/jdi/StepTest.java failed since jdk8b107
sla [Fri, 20 Sep 2013 10:14:35 +0200] rev 20184
8024985: com/sun/jdi/StepTest.java failed since jdk8b107 Reviewed-by: dcubed
Thu, 19 Sep 2013 20:41:54 -0700 8024405: Spliterators.spliterator should support CONCURRENT characteristic
psandoz [Thu, 19 Sep 2013 20:41:54 -0700] rev 20183
8024405: Spliterators.spliterator should support CONCURRENT characteristic Reviewed-by: martin
Wed, 18 Sep 2013 10:49:34 -0700 8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
psandoz [Wed, 18 Sep 2013 10:49:34 -0700] rev 20182
8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException Reviewed-by: henryjen, alanb
Thu, 19 Sep 2013 10:06:30 -0700 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
sherman [Thu, 19 Sep 2013 10:06:30 -0700] rev 20181
8023113: tools/jar/ChangeDir.java fails if /tmp/a exists Summary: updated the test case Reviewed-by: alanb
Thu, 19 Sep 2013 16:14:13 +0200 8011940: java.lang.Class.getAnnotations() always enters synchronized method
plevart [Thu, 19 Sep 2013 16:14:13 +0200] rev 20180
8011940: java.lang.Class.getAnnotations() always enters synchronized method Reviewed-by: jfranck, chegar, psandoz, shade
Thu, 19 Sep 2013 17:04:45 +0400 8017248: Compiler Diacritics Issue
kizune [Thu, 19 Sep 2013 17:04:45 +0400] rev 20179
8017248: Compiler Diacritics Issue Reviewed-by: naoto
Wed, 18 Sep 2013 15:13:10 +0100 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]
ewang [Wed, 18 Sep 2013 15:13:10 +0100] rev 20178
8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win] Reviewed-by: chegar, alanb
Wed, 18 Sep 2013 21:37:45 +0800 8011402: Move blacklisting certificate logic from hard code to data
weijun [Wed, 18 Sep 2013 21:37:45 +0800] rev 20177
8011402: Move blacklisting certificate logic from hard code to data Reviewed-by: erikj, mullan
Wed, 18 Sep 2013 14:10:24 +0100 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
alanb [Wed, 18 Sep 2013 14:10:24 +0100] rev 20176
8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx) Reviewed-by: alanb, coffeys Contributed-by: nmaurer@redhat.com, alan.bateman@oracle.com
Wed, 18 Sep 2013 18:22:49 +0800 8012615: Realm.getRealmsList returns realms list in wrong
weijun [Wed, 18 Sep 2013 18:22:49 +0800] rev 20175
8012615: Realm.getRealmsList returns realms list in wrong Reviewed-by: valeriep, xuelei
Wed, 18 Sep 2013 08:51:23 +0200 8023954: MBean*Info.equals: throw NPE
sjiang [Wed, 18 Sep 2013 08:51:23 +0200] rev 20174
8023954: MBean*Info.equals: throw NPE Reviewed-by: dfuchs, dholmes
Thu, 26 Sep 2013 17:18:12 -0700 Merge
lana [Thu, 26 Sep 2013 17:18:12 -0700] rev 20173
Merge
Thu, 26 Sep 2013 16:10:36 +0400 8025218: [javadoc] some errors in java/awt classes
yan [Thu, 26 Sep 2013 16:10:36 +0400] rev 20172
8025218: [javadoc] some errors in java/awt classes Reviewed-by: yan Contributed-by: Dmitry Zinkevich <dmitry.zinkevich@oracle.com>
Thu, 26 Sep 2013 10:48:56 +0200 8025160: Recent Java Accessibility Bridge push has make failures
ptbrunet [Thu, 26 Sep 2013 10:48:56 +0200] rev 20171
8025160: Recent Java Accessibility Bridge push has make failures Reviewed-by: tbell, erikj
Wed, 25 Sep 2013 17:42:15 +0400 7083457: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean)
alexsch [Wed, 25 Sep 2013 17:42:15 +0400] rev 20170
7083457: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean) Reviewed-by: malenkov, serb
Wed, 25 Sep 2013 17:35:22 +0400 8025085: [javadoc] some errors in javax/swing
yan [Wed, 25 Sep 2013 17:35:22 +0400] rev 20169
8025085: [javadoc] some errors in javax/swing Reviewed-by: alexsch Contributed-by: Dmitry Zinkevich <dmitry.zinkevich@oracle.com>
Wed, 25 Sep 2013 17:08:31 +0400 8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth
alexsch [Wed, 25 Sep 2013 17:08:31 +0400] rev 20168
8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth Reviewed-by: serb, alexsch Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Wed, 25 Sep 2013 16:52:46 +0400 8004032: [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear
kshefov [Wed, 25 Sep 2013 16:52:46 +0400] rev 20167
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
Wed, 25 Sep 2013 16:12:07 +0400 8024987: Copy/paste regression since JDK8 b86
pchelko [Wed, 25 Sep 2013 16:12:07 +0400] rev 20166
8024987: Copy/paste regression since JDK8 b86 Reviewed-by: serb, anthony
Wed, 25 Sep 2013 16:17:42 +0400 8007155: [macosx] Disabled panel takes mouse input in JLayeredPane
alexsch [Wed, 25 Sep 2013 16:17:42 +0400] rev 20165
8007155: [macosx] Disabled panel takes mouse input in JLayeredPane Reviewed-by: serb, anthony
Wed, 25 Sep 2013 14:06:15 +0400 8023310: Thread contention in the method Beans.IsDesignTime()
malenkov [Wed, 25 Sep 2013 14:06:15 +0400] rev 20164
8023310: Thread contention in the method Beans.IsDesignTime() Reviewed-by: art, sfriberg
Tue, 24 Sep 2013 18:24:03 +0400 8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily
leonidr [Tue, 24 Sep 2013 18:24:03 +0400] rev 20163
8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily Reviewed-by: anthony, serb
Tue, 24 Sep 2013 18:20:31 +0400 8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX
kshefov [Tue, 24 Sep 2013 18:20:31 +0400] rev 20162
8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb
Tue, 24 Sep 2013 18:13:24 +0400 7133146: [macosx] closed/javax/swing/JInternalFrame/4193219/IconCoord fails on MacOS
kshefov [Tue, 24 Sep 2013 18:13:24 +0400] rev 20161
7133146: [macosx] closed/javax/swing/JInternalFrame/4193219/IconCoord fails on MacOS Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Tue, 24 Sep 2013 17:56:32 +0400 7133154: [TEST_BUG] [macosx] closed/javax/swing/JInternalFrame/4251301/bug4251301.java fails on MacOS
kshefov [Tue, 24 Sep 2013 17:56:32 +0400] rev 20160
7133154: [TEST_BUG] [macosx] closed/javax/swing/JInternalFrame/4251301/bug4251301.java fails on MacOS Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Tue, 24 Sep 2013 17:46:19 +0400 7124320: [TEST_BUG] [macosx] JComboBox doesn't change selection on mouse over
kshefov [Tue, 24 Sep 2013 17:46:19 +0400] rev 20159
7124320: [TEST_BUG] [macosx] JComboBox doesn't change selection on mouse over Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Tue, 24 Sep 2013 17:04:47 +0400 8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes
yan [Tue, 24 Sep 2013 17:04:47 +0400] rev 20158
8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes Reviewed-by: alexsch
Tue, 24 Sep 2013 16:36:00 +0400 8025230: [cleanup] some more javadoc formatting fixes for swing
yan [Tue, 24 Sep 2013 16:36:00 +0400] rev 20157
8025230: [cleanup] some more javadoc formatting fixes for swing Reviewed-by: alexsch
Tue, 24 Sep 2013 12:25:50 +0400 8025114: Eliminate doclint errors in java.awt.dnd package javadoc
yan [Tue, 24 Sep 2013 12:25:50 +0400] rev 20156
8025114: Eliminate doclint errors in java.awt.dnd package javadoc Reviewed-by: serb, alexsch
Mon, 23 Sep 2013 21:24:34 +0400 8019282: keyRelesed is reached even though key was NOT released
serb [Mon, 23 Sep 2013 21:24:34 +0400] rev 20155
8019282: keyRelesed is reached even though key was NOT released Reviewed-by: serb, anthony Contributed-by: alexander.zvegintsev@oracle.com
Mon, 23 Sep 2013 17:55:36 +0400 7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent
serb [Mon, 23 Sep 2013 17:55:36 +0400] rev 20154
7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent Reviewed-by: alexsch, anthony
Mon, 23 Sep 2013 16:17:26 +0400 8005255: [macosx] Cleanup warnings in sun.lwawt
serb [Mon, 23 Sep 2013 16:17:26 +0400] rev 20153
8005255: [macosx] Cleanup warnings in sun.lwawt Reviewed-by: alexsch, anthony
Mon, 23 Sep 2013 16:14:42 +0400 8015600: [TEST_BUG] [macosx] Test closed/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails since JDK 8 b75 on MacOSX
kshefov [Mon, 23 Sep 2013 16:14:42 +0400] rev 20152
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
Fri, 20 Sep 2013 18:56:41 +0400 7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane
malenkov [Fri, 20 Sep 2013 18:56:41 +0400] rev 20151
7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane Reviewed-by: alexsch
Fri, 20 Sep 2013 17:35:45 +0400 7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location
kshefov [Fri, 20 Sep 2013 17:35:45 +0400] rev 20150
7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Fri, 20 Sep 2013 17:16:45 +0400 8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu
kshefov [Fri, 20 Sep 2013 17:16:45 +0400] rev 20149
8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Fri, 20 Sep 2013 17:07:11 +0400 7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys
kshefov [Fri, 20 Sep 2013 17:07:11 +0400] rev 20148
7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Thu, 19 Sep 2013 23:46:15 +0400 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr [Thu, 19 Sep 2013 23:46:15 +0400] rev 20147
7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol Reviewed-by: anthony, serb
Thu, 19 Sep 2013 22:33:21 +0400 7144065: [macosx] Orphaned Choice popup window
leonidr [Thu, 19 Sep 2013 22:33:21 +0400] rev 20146
7144065: [macosx] Orphaned Choice popup window Reviewed-by: anthony, serb Contributed-by: alexander.potochkin@oracle.com
Wed, 18 Sep 2013 16:01:37 -0700 Merge
lana [Wed, 18 Sep 2013 16:01:37 -0700] rev 20145
Merge
Wed, 18 Sep 2013 18:36:57 +0400 7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails
leonidr [Wed, 18 Sep 2013 18:36:57 +0400] rev 20144
7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails Reviewed-by: anthony, serb
Wed, 18 Sep 2013 15:12:13 +0400 8016746: Test javax/swing/JTable/7068740/bug7068740.java fails
mcherkas [Wed, 18 Sep 2013 15:12:13 +0400] rev 20143
8016746: Test javax/swing/JTable/7068740/bug7068740.java fails Reviewed-by: serb, alexsch
Wed, 18 Sep 2013 12:25:13 +0400 8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread
ant [Wed, 18 Sep 2013 12:25:13 +0400] rev 20142
8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread Reviewed-by: anthony, pchelko
Mon, 16 Sep 2013 15:43:06 -0400 8024863: X11: Support GNOME Shell as mutter
omajid [Mon, 16 Sep 2013 15:43:06 -0400] rev 20141
8024863: X11: Support GNOME Shell as mutter Reviewed-by: anthony
Mon, 16 Sep 2013 19:44:47 +0400 8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog
pchelko [Mon, 16 Sep 2013 19:44:47 +0400] rev 20140
8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog Reviewed-by: serb, anthony
Mon, 16 Sep 2013 19:38:32 +0400 8024779: [macosx] SwingNode crashes on exit
pchelko [Mon, 16 Sep 2013 19:38:32 +0400] rev 20139
8024779: [macosx] SwingNode crashes on exit Reviewed-by: anthony, ant
Mon, 16 Sep 2013 19:21:50 +0400 8015588: [TEST_BUG] [macosx] Test java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java fails on MacOSX
kshefov [Mon, 16 Sep 2013 19:21:50 +0400] rev 20138
8015588: [TEST_BUG] [macosx] Test java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java fails on MacOSX Reviewed-by: anthony, serb
Mon, 16 Sep 2013 19:15:53 +0400 7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed
kshefov [Mon, 16 Sep 2013 19:15:53 +0400] rev 20137
7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed Reviewed-by: anthony, serb
Mon, 16 Sep 2013 18:00:06 +0400 8022512: JLightweightFrame: the content pane should be transparent
ant [Mon, 16 Sep 2013 18:00:06 +0400] rev 20136
8022512: JLightweightFrame: the content pane should be transparent Reviewed-by: anthony
Mon, 16 Sep 2013 17:45:07 +0400 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch [Mon, 16 Sep 2013 17:45:07 +0400] rev 20135
8008728: [macosx] Swing. JDialog. Modal dialog goes to background Reviewed-by: serb
Fri, 13 Sep 2013 18:02:18 +0400 8012026: [macosx] Component.getMousePosition() does not work in an applet on MacOS
pchelko [Fri, 13 Sep 2013 18:02:18 +0400] rev 20134
8012026: [macosx] Component.getMousePosition() does not work in an applet on MacOS Reviewed-by: anthony, serb
Fri, 13 Sep 2013 17:58:05 +0400 8015597: [TEST_BUG] [macosx] Test closed/javax/swing/JMenuBar/4750590/bug4750590.java fails since JDK 8 b75 on MacOSX
kshefov [Fri, 13 Sep 2013 17:58:05 +0400] rev 20133
8015597: [TEST_BUG] [macosx] Test closed/javax/swing/JMenuBar/4750590/bug4750590.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb
Fri, 13 Sep 2013 17:54:45 +0400 8006087: [TEST_BUG] The BACKSPACE key doesn't work and after pressing 'cancel' and 'DONE' button, the case pass automatically.
kshefov [Fri, 13 Sep 2013 17:54:45 +0400] rev 20132
8006087: [TEST_BUG] The BACKSPACE key doesn't work and after pressing 'cancel' and 'DONE' button, the case pass automatically. Reviewed-by: alexsch, serb
Fri, 13 Sep 2013 17:48:37 +0400 8015601: [macosx] Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails on MacOS X
mcherkas [Fri, 13 Sep 2013 17:48:37 +0400] rev 20131
8015601: [macosx] Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails on MacOS X Reviewed-by: alexp, alexsch
Fri, 13 Sep 2013 17:41:47 +0400 8015455: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows
pchelko [Fri, 13 Sep 2013 17:41:47 +0400] rev 20130
8015455: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows Reviewed-by: serb, anthony
Fri, 13 Sep 2013 17:38:28 +0400 8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits.
pchelko [Fri, 13 Sep 2013 17:38:28 +0400] rev 20129
8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits. Reviewed-by: anthony, serb
Fri, 13 Sep 2013 17:25:31 +0400 8015453: java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.java failed on windows with jdk8 since b86
pchelko [Fri, 13 Sep 2013 17:25:31 +0400] rev 20128
8015453: java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.java failed on windows with jdk8 since b86 Reviewed-by: art, serb
Fri, 13 Sep 2013 11:58:39 +0400 8024170: [SwingNode] Implement cursor change
pchelko [Fri, 13 Sep 2013 11:58:39 +0400] rev 20127
8024170: [SwingNode] Implement cursor change Reviewed-by: anthony, ant
Thu, 12 Sep 2013 18:44:14 +0400 8024395: Improve fix for line break calculations
dmarkov [Thu, 12 Sep 2013 18:44:14 +0400] rev 20126
8024395: Improve fix for line break calculations Reviewed-by: alexp, alexsch
Thu, 12 Sep 2013 18:21:06 +0400 7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled
serb [Thu, 12 Sep 2013 18:21:06 +0400] rev 20125
7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled Reviewed-by: anthony, leonidr
Thu, 12 Sep 2013 15:50:25 +0400 7064312: Cleanup: avoid using unsafe string function
bagiras [Thu, 12 Sep 2013 15:50:25 +0400] rev 20124
7064312: Cleanup: avoid using unsafe string function Reviewed-by: serb, pchelko
Thu, 12 Sep 2013 14:56:20 +0400 8003965: Toolkit.beep() documentation is ambiguous
bagiras [Thu, 12 Sep 2013 14:56:20 +0400] rev 20123
8003965: Toolkit.beep() documentation is ambiguous Reviewed-by: anthony
Tue, 10 Sep 2013 20:42:15 +0400 8003901: [macosx] Need test for JDK-8002114
leonidr [Tue, 10 Sep 2013 20:42:15 +0400] rev 20122
8003901: [macosx] Need test for JDK-8002114 Reviewed-by: anthony, serb
Tue, 10 Sep 2013 17:12:32 +0400 8024407: [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos
malenkov [Tue, 10 Sep 2013 17:12:32 +0400] rev 20121
8024407: [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos Reviewed-by: alexsch
Tue, 10 Sep 2013 17:06:38 +0400 7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present
malenkov [Tue, 10 Sep 2013 17:06:38 +0400] rev 20120
7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present Reviewed-by: alexsch
Tue, 10 Sep 2013 14:33:48 +0400 8021253: JFileChooser does not react on pressing enter since java 7
alexsch [Tue, 10 Sep 2013 14:33:48 +0400] rev 20119
8021253: JFileChooser does not react on pressing enter since java 7 Reviewed-by: malenkov
Tue, 10 Sep 2013 11:00:21 +0400 8024381: The test for 8020210 does not have @bug tag
pchelko [Tue, 10 Sep 2013 11:00:21 +0400] rev 20118
8024381: The test for 8020210 does not have @bug tag Reviewed-by: anthony, serb
Mon, 09 Sep 2013 21:03:07 +0400 8023042: Inaccuracy in documentation in a sound area
serb [Mon, 09 Sep 2013 21:03:07 +0400] rev 20117
8023042: Inaccuracy in documentation in a sound area Reviewed-by: prr
Mon, 09 Sep 2013 18:34:12 +0400 8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions
alexsch [Mon, 09 Sep 2013 18:34:12 +0400] rev 20116
8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions Reviewed-by: malenkov, erikj
Mon, 09 Sep 2013 17:14:51 +0400 8024413: Add tests for issues JDK-8002077 and JDK-7199708
alexsch [Mon, 09 Sep 2013 17:14:51 +0400] rev 20115
8024413: Add tests for issues JDK-8002077 and JDK-7199708 Reviewed-by: malenkov, leonidr
Fri, 06 Sep 2013 15:09:44 -0700 Merge
lana [Fri, 06 Sep 2013 15:09:44 -0700] rev 20114
Merge
Thu, 05 Sep 2013 15:37:40 +0400 8023392: Swing text components printed with spaces between chars
mcherkas [Thu, 05 Sep 2013 15:37:40 +0400] rev 20113
8023392: Swing text components printed with spaces between chars Reviewed-by: alexsch, alexp Contributed-by: anton.nashatyrev@oracle.com
Wed, 04 Sep 2013 18:12:49 +0400 8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF
mcherkas [Wed, 04 Sep 2013 18:12:49 +0400] rev 20112
8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF Reviewed-by: bae, vadim
Wed, 04 Sep 2013 14:32:13 +0400 8021943: FileDialog getFile returns corrupted string after previous setFile
pchelko [Wed, 04 Sep 2013 14:32:13 +0400] rev 20111
8021943: FileDialog getFile returns corrupted string after previous setFile Reviewed-by: anthony, serb Contributed-by: alexander.zvegintsev@oracle.com
Tue, 03 Sep 2013 21:53:14 +0400 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void
malenkov [Tue, 03 Sep 2013 21:53:14 +0400] rev 20110
7172865: PropertyDescriptor fails to work with setter method name if setter is non-void Reviewed-by: art, alexsch
Tue, 03 Sep 2013 17:27:20 +0400 8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date
alexsch [Tue, 03 Sep 2013 17:27:20 +0400] rev 20109
8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date Reviewed-by: leonidr
Tue, 03 Sep 2013 11:00:06 +0400 6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes
malenkov [Tue, 03 Sep 2013 11:00:06 +0400] rev 20108
6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes Reviewed-by: alexsch
Mon, 02 Sep 2013 16:48:51 +0400 8022184: Fix static , Raw warnings in classes belonging to java.awt
art [Mon, 02 Sep 2013 16:48:51 +0400] rev 20107
8022184: Fix static , Raw warnings in classes belonging to java.awt Reviewed-by: art, anthony Contributed-by: Srikalyan Chandrashekar <srikalyan.chandrashekar@oracle.com>
Mon, 02 Sep 2013 14:06:24 +0400 7156658: JTextComponent.setFocusAccelerator() spec does not state that focus accelerator is L&F dependent
malenkov [Mon, 02 Sep 2013 14:06:24 +0400] rev 20106
7156658: JTextComponent.setFocusAccelerator() spec does not state that focus accelerator is L&F dependent Reviewed-by: alexsch
Fri, 30 Aug 2013 13:28:15 +0400 8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails
alexsch [Fri, 30 Aug 2013 13:28:15 +0400] rev 20105
8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails Reviewed-by: anthony
Fri, 30 Aug 2013 11:11:53 +0400 8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame
pchelko [Fri, 30 Aug 2013 11:11:53 +0400] rev 20104
8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame Reviewed-by: anthony, ant
Wed, 28 Aug 2013 17:32:25 +0400 6968363: ClassCastException while entering HINDI characters with CustomDocument
malenkov [Wed, 28 Aug 2013 17:32:25 +0400] rev 20103
6968363: ClassCastException while entering HINDI characters with CustomDocument Reviewed-by: alexsch
Wed, 28 Aug 2013 17:25:35 +0400 8011955: Lunar screen reader crashes intermittently in WindowsAccessBridge-32.DLL
ptbrunet [Wed, 28 Aug 2013 17:25:35 +0400] rev 20102
8011955: Lunar screen reader crashes intermittently in WindowsAccessBridge-32.DLL 6995891: JAWS will occasionally stop speaking focused objects as user TABs -> problem with message queue 8014738: Combobox menu items are not announced with JAWS 8011938: Java Ferret example corrupts JCombobox of the running application 8012011: JAB 2.0.2 incompletely shows kbd accelerator in menus 8022966: Java Access Bridge no longer usable with screen magnifiers Reviewed-by: raginip, tbell, erikj, art
Tue, 27 Aug 2013 21:46:00 -0700 Merge
lana [Tue, 27 Aug 2013 21:46:00 -0700] rev 20101
Merge
Tue, 27 Aug 2013 13:37:38 +0400 8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails
malenkov [Tue, 27 Aug 2013 13:37:38 +0400] rev 20100
8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails Reviewed-by: alexsch
Tue, 27 Aug 2013 13:13:32 +0400 8021379: JFileChooser Create New Folder button enabled in write proteced directory
malenkov [Tue, 27 Aug 2013 13:13:32 +0400] rev 20099
8021379: JFileChooser Create New Folder button enabled in write proteced directory Reviewed-by: alexsch
Tue, 27 Aug 2013 12:53:46 +0400 7195179: ClassCastException for null values in JComboBox
malenkov [Tue, 27 Aug 2013 12:53:46 +0400] rev 20098
7195179: ClassCastException for null values in JComboBox Reviewed-by: alexsch
Mon, 26 Aug 2013 17:21:48 +0400 8023474: First mousepress doesn't start editing in JTree
dmarkov [Mon, 26 Aug 2013 17:21:48 +0400] rev 20097
8023474: First mousepress doesn't start editing in JTree Reviewed-by: alexp, anthony
Fri, 23 Aug 2013 19:29:39 +0400 7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE
malenkov [Fri, 23 Aug 2013 19:29:39 +0400] rev 20096
7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE Reviewed-by: alexsch
Thu, 22 Aug 2013 21:05:11 +0400 7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present
malenkov [Thu, 22 Aug 2013 21:05:11 +0400] rev 20095
7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present Reviewed-by: alexsch
Thu, 22 Aug 2013 17:17:25 +0400 8023536: Some regression tests have a wrong header
malenkov [Thu, 22 Aug 2013 17:17:25 +0400] rev 20094
8023536: Some regression tests have a wrong header Reviewed-by: alexsch
Thu, 26 Sep 2013 17:13:39 -0700 Merge
lana [Thu, 26 Sep 2013 17:13:39 -0700] rev 20093
Merge
Thu, 26 Sep 2013 16:30:38 -0700 8024895: xrender MaskImage cache isn't accounting for change in alpha
ceisserer [Thu, 26 Sep 2013 16:30:38 -0700] rev 20092
8024895: xrender MaskImage cache isn't accounting for change in alpha Reviewed-by: prr, jchen
Thu, 26 Sep 2013 15:06:39 -0700 7092764: java.awt.font.TransformAttribute.equals(null) throws NPE
prr [Thu, 26 Sep 2013 15:06:39 -0700] rev 20091
7092764: java.awt.font.TransformAttribute.equals(null) throws NPE Reviewed-by: jgodinez, jchen
Thu, 26 Sep 2013 10:43:34 -0700 Added tag jdk8-b109 for changeset 93c4cdf60be2
cl [Thu, 26 Sep 2013 10:43:34 -0700] rev 20090
Added tag jdk8-b109 for changeset 93c4cdf60be2
Wed, 05 Jul 2017 19:13:29 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:29 +0200] rev 20089
Merge
Thu, 26 Sep 2013 13:33:02 -0700 Added tag hs25-b52 for changeset 54bdf1f141cb
amurillo [Thu, 26 Sep 2013 13:33:02 -0700] rev 20088
Added tag hs25-b52 for changeset 54bdf1f141cb
Thu, 26 Sep 2013 13:33:01 -0700 Merge
amurillo [Thu, 26 Sep 2013 13:33:01 -0700] rev 20087
Merge
Thu, 26 Sep 2013 06:34:10 -0700 Merge
tschatzl [Thu, 26 Sep 2013 06:34:10 -0700] rev 20086
Merge
Thu, 26 Sep 2013 12:18:21 +0200 Merge
tschatzl [Thu, 26 Sep 2013 12:18:21 +0200] rev 20085
Merge
Wed, 25 Sep 2013 17:23:41 +0200 8025228: assert(new_entry->reserved_words() == vs_word_size) fails in nightly
brutisso [Wed, 25 Sep 2013 17:23:41 +0200] rev 20084
8025228: assert(new_entry->reserved_words() == vs_word_size) fails in nightly Reviewed-by: mgerdin, tschatzl, jmasa
Wed, 25 Sep 2013 13:25:24 +0200 7163191: G1: introduce a "heap spanning table" abstraction
tschatzl [Wed, 25 Sep 2013 13:25:24 +0200] rev 20083
7163191: G1: introduce a "heap spanning table" abstraction Summary: Add G1BiasedArray<T> that is an array where each element represents a fixed-sized subdivision of the heap. Use this abstraction to refactor the HeapRegionSeq class. Reviewed-by: brutisso
Tue, 24 Sep 2013 10:14:02 +0200 Merge
tschatzl [Tue, 24 Sep 2013 10:14:02 +0200] rev 20082
Merge
Sat, 21 Sep 2013 10:09:42 +0200 8025096: Move the ChunkManager instances out of the VirtualSpaceLists
stefank [Sat, 21 Sep 2013 10:09:42 +0200] rev 20081
8025096: Move the ChunkManager instances out of the VirtualSpaceLists Reviewed-by: coleenp, mgerdin, jmasa
Fri, 20 Sep 2013 11:00:38 +0200 8025059: Metspace::should_expand mixes bytes and words in check against MaxMetaspaceSize
stefank [Fri, 20 Sep 2013 11:00:38 +0200] rev 20080
8025059: Metspace::should_expand mixes bytes and words in check against MaxMetaspaceSize Reviewed-by: coleenp, brutisso, mgerdin, jmasa
Fri, 20 Sep 2013 10:53:28 +0200 8024974: Incorrect use of GC_locker::is_active()
stefank [Fri, 20 Sep 2013 10:53:28 +0200] rev 20079
8024974: Incorrect use of GC_locker::is_active() Summary: SymbolTable and StringTable can make calls to GC_locker::is_active() outside a safepoint. This isn't safe because the GC_locker active state (lock count) is only updated at a safepoint and only remains valid as long as _needs_gc is true. However, outside a safepoint_needs_gc can change to false at any time, which makes it impossible to do a correct call to is_active() in that context. In this case these calls can just be removed since the input argument to basic_add() should never be on the heap and so there's no need to check the GC_locker state. This change also adjusts the assert() in is_active() to makes sure all calls to this function are always done under a safepoint. Reviewed-by: brutisso, dcubed Contributed-by: per.liden@oracle.com
Thu, 26 Sep 2013 04:00:09 -0700 Merge
bdelsart [Thu, 26 Sep 2013 04:00:09 -0700] rev 20078
Merge
Thu, 26 Sep 2013 01:30:01 -0700 Merge
bdelsart [Thu, 26 Sep 2013 01:30:01 -0700] rev 20077
Merge
Fri, 20 Sep 2013 20:19:52 -0700 Merge
jiangli [Fri, 20 Sep 2013 20:19:52 -0700] rev 20076
Merge
Fri, 20 Sep 2013 15:06:23 -0400 8014911: Should use SUPPORTS_NATIVE_CX8 define to help C/C++ compiler elide blocks of code
bpittore [Fri, 20 Sep 2013 15:06:23 -0400] rev 20075
8014911: Should use SUPPORTS_NATIVE_CX8 define to help C/C++ compiler elide blocks of code Summary: If SUPPORTS_NATIVE_CX8 true then supports_cx8() function hard coded to return 'true' Reviewed-by: kvn, twisti, dholmes
Thu, 26 Sep 2013 08:48:15 +0200 Merge
adlertz [Thu, 26 Sep 2013 08:48:15 +0200] rev 20074
Merge
Tue, 24 Sep 2013 16:08:00 -0700 8022585: VM crashes when ran with -XX:+PrintInlining
kvn [Tue, 24 Sep 2013 16:08:00 -0700] rev 20073
8022585: VM crashes when ran with -XX:+PrintInlining Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method. Reviewed-by: twisti
Tue, 24 Sep 2013 15:56:25 +0200 7009641: Don't fail VM when CodeCache is full
anoll [Tue, 24 Sep 2013 15:56:25 +0200] rev 20072
7009641: Don't fail VM when CodeCache is full Summary: Allocation in the code cache returns NULL instead of failing the entire VM Reviewed-by: kvn, iveresov
Wed, 25 Sep 2013 13:03:21 -0400 Merge
zgu [Wed, 25 Sep 2013 13:03:21 -0400] rev 20071
Merge
Mon, 23 Sep 2013 08:56:19 -0700 8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle
iklam [Mon, 23 Sep 2013 08:56:19 -0700] rev 20070
8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: coleenp, sspitsyn
Sun, 22 Sep 2013 18:07:43 +0200 Merge
dsamersoff [Sun, 22 Sep 2013 18:07:43 +0200] rev 20069
Merge
Sun, 22 Sep 2013 18:49:09 +0400 7133122: SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not
dsamersoff [Sun, 22 Sep 2013 18:49:09 +0400] rev 20068
7133122: SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not Summary: replace PT_LOAD segment with library segment when necessary Reviewed-by: dholmes, sla
Sun, 22 Sep 2013 06:31:43 -0700 6989981: jstack causes "fatal error: ExceptionMark destructor expects no pending exceptions"
sla [Sun, 22 Sep 2013 06:31:43 -0700] rev 20067
6989981: jstack causes "fatal error: ExceptionMark destructor expects no pending exceptions" Reviewed-by: sla, dsamersoff Contributed-by: Yasumasa Suenaga <yasu@ysfactory.dip.jp>
Fri, 20 Sep 2013 18:19:07 -0700 Merge
dcubed [Fri, 20 Sep 2013 18:19:07 -0700] rev 20066
Merge
Fri, 20 Sep 2013 12:58:35 -0700 Merge
dcubed [Fri, 20 Sep 2013 12:58:35 -0700] rev 20065
Merge
Sat, 21 Sep 2013 01:45:29 +0200 Merge
coleenp [Sat, 21 Sep 2013 01:45:29 +0200] rev 20064
Merge
Fri, 20 Sep 2013 18:34:00 -0400 8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64
coleenp [Fri, 20 Sep 2013 18:34:00 -0400] rev 20063
8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64 Summary: reference_map[] array had uninitialized junk that was causing a bogus bootstrap method to be found. Reviewed-by: hseigel, dcubed, sspitsyn
Fri, 20 Sep 2013 10:34:41 -0700 Merge
mgerdin [Fri, 20 Sep 2013 10:34:41 -0700] rev 20062
Merge
Tue, 17 Sep 2013 17:16:28 +0200 7196151: ParserTest SEGv on solaris
allwin [Tue, 17 Sep 2013 17:16:28 +0200] rev 20061
7196151: ParserTest SEGv on solaris Reviewed-by: sla, coleenp, ctornqvi, dsamersoff
Fri, 20 Sep 2013 09:44:04 -0400 Merge
coleenp [Fri, 20 Sep 2013 09:44:04 -0400] rev 20060
Merge
Fri, 20 Sep 2013 09:30:02 -0400 8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
coleenp [Fri, 20 Sep 2013 09:30:02 -0400] rev 20059
8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: dcubed, sspitsyn
Thu, 19 Sep 2013 11:04:23 -0400 8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException
hseigel [Thu, 19 Sep 2013 11:04:23 -0400] rev 20058
8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException Summary: Make sure CDS is off by default when running server compiler. Reviewed-by: dholmes, coleenp
Thu, 19 Sep 2013 08:47:46 +0200 Merge
kevinw [Thu, 19 Sep 2013 08:47:46 +0200] rev 20057
Merge
Wed, 18 Sep 2013 19:50:44 +0200 Merge
kevinw [Wed, 18 Sep 2013 19:50:44 +0200] rev 20056
Merge
Wed, 18 Sep 2013 16:48:49 +0400 8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR
sgabdura [Wed, 18 Sep 2013 16:48:49 +0400] rev 20055
8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR Summary: Check that the _java_thread parameter is valid when it is possible that the JavaThread has exited after the initial checks were made in generated/jvmtifiles/jvmtiEnter.cpp: jvmti_GetCurrentContendedMonitor() Reviewed-by: dcubed, dsamersoff
Wed, 18 Sep 2013 20:08:00 -0400 8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps
dholmes [Wed, 18 Sep 2013 20:08:00 -0400] rev 20054
8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps Reviewed-by: alanb, chegar, dholmes, ksrini Contributed-by: Mike Duigou <mike.duigou@oracle.com>
Wed, 18 Sep 2013 07:02:10 -0700 8019835: Strings interned in different threads equal but does not ==
dcubed [Wed, 18 Sep 2013 07:02:10 -0700] rev 20053
8019835: Strings interned in different threads equal but does not == Summary: Add -XX:+VerifyStringTableAtExit option and code to verify StringTable invariants. Reviewed-by: rdurbin, sspitsyn, coleenp
Fri, 20 Sep 2013 11:17:04 -0700 8025127: new hotspot build - hs25-b52
amurillo [Fri, 20 Sep 2013 11:17:04 -0700] rev 20052
8025127: new hotspot build - hs25-b52 Reviewed-by: jcoomes
Thu, 26 Sep 2013 10:43:15 -0700 Added tag jdk8-b109 for changeset fbc092143b0b
cl [Thu, 26 Sep 2013 10:43:15 -0700] rev 20051
Added tag jdk8-b109 for changeset fbc092143b0b
Wed, 02 Oct 2013 15:08:03 +0200 Merge
erikj [Wed, 02 Oct 2013 15:08:03 +0200] rev 20050
Merge
Tue, 01 Oct 2013 10:58:24 +0200 8006661: Use LC_ALL=C instead of LANG=C compare.sh
ihse [Tue, 01 Oct 2013 10:58:24 +0200] rev 20049
8006661: Use LC_ALL=C instead of LANG=C compare.sh Reviewed-by: tbell
Tue, 01 Oct 2013 12:43:21 -0700 Merge
katleman [Tue, 01 Oct 2013 12:43:21 -0700] rev 20048
Merge
Fri, 27 Sep 2013 16:27:34 -0700 8023495: [infra] create 64-bit solaris bits with symlinks
ksrini [Fri, 27 Sep 2013 16:27:34 -0700] rev 20047
8023495: [infra] create 64-bit solaris bits with symlinks Reviewed-by: ihse, tbell, erikj
Thu, 26 Sep 2013 10:43:04 -0700 Added tag jdk8-b109 for changeset 00aead1c2023
cl [Thu, 26 Sep 2013 10:43:04 -0700] rev 20046
Added tag jdk8-b109 for changeset 00aead1c2023
Wed, 05 Jul 2017 19:13:10 +0200 Added tag jdk8-b109 for changeset af9a674e12a1
duke [Wed, 05 Jul 2017 19:13:10 +0200] rev 20045
Added tag jdk8-b109 for changeset af9a674e12a1
Wed, 05 Jul 2017 19:13:10 +0200 Merge jdk8-b109
duke [Wed, 05 Jul 2017 19:13:10 +0200] rev 20044
Merge
Wed, 05 Jul 2017 19:13:07 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:07 +0200] rev 20043
Merge
Wed, 25 Sep 2013 12:24:13 -0700 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell [Wed, 25 Sep 2013 12:24:13 -0700] rev 20042
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman
Thu, 19 Sep 2013 09:37:26 -0700 Added tag jdk8-b108 for changeset 669e1adcbf50
cl [Thu, 19 Sep 2013 09:37:26 -0700] rev 20041
Added tag jdk8-b108 for changeset 669e1adcbf50
Wed, 05 Jul 2017 19:13:03 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:03 +0200] rev 20040
Merge
Wed, 25 Sep 2013 12:23:40 -0700 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell [Wed, 25 Sep 2013 12:23:40 -0700] rev 20039
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman
Thu, 19 Sep 2013 09:37:05 -0700 Added tag jdk8-b108 for changeset 815fb8808c4b
cl [Thu, 19 Sep 2013 09:37:05 -0700] rev 20038
Added tag jdk8-b108 for changeset 815fb8808c4b
Wed, 05 Jul 2017 19:13:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:00 +0200] rev 20037
Merge
Wed, 25 Sep 2013 12:23:30 -0700 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell [Wed, 25 Sep 2013 12:23:30 -0700] rev 20036
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman
Thu, 19 Sep 2013 09:37:02 -0700 Added tag jdk8-b108 for changeset 261ae91f2b65
cl [Thu, 19 Sep 2013 09:37:02 -0700] rev 20035
Added tag jdk8-b108 for changeset 261ae91f2b65
Wed, 05 Jul 2017 19:12:56 +0200 Merge
duke [Wed, 05 Jul 2017 19:12:56 +0200] rev 20034
Merge
Thu, 19 Sep 2013 09:37:28 -0700 Added tag jdk8-b108 for changeset 3afa46cd7e01
cl [Thu, 19 Sep 2013 09:37:28 -0700] rev 20033
Added tag jdk8-b108 for changeset 3afa46cd7e01
Wed, 05 Jul 2017 19:12:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:12:53 +0200] rev 20032
Merge
Wed, 25 Sep 2013 12:22:44 -0700 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell [Wed, 25 Sep 2013 12:22:44 -0700] rev 20031
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman
Thu, 19 Sep 2013 09:36:44 -0700 Added tag jdk8-b108 for changeset 78407de2df2f
cl [Thu, 19 Sep 2013 09:36:44 -0700] rev 20030
Added tag jdk8-b108 for changeset 78407de2df2f
Wed, 05 Jul 2017 19:12:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:12:50 +0200] rev 20029
Merge
Wed, 25 Sep 2013 12:24:05 -0700 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell [Wed, 25 Sep 2013 12:24:05 -0700] rev 20028
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman
Thu, 19 Sep 2013 09:37:13 -0700 Added tag jdk8-b108 for changeset f45d281bd0de
cl [Thu, 19 Sep 2013 09:37:13 -0700] rev 20027
Added tag jdk8-b108 for changeset f45d281bd0de
Wed, 05 Jul 2017 19:12:46 +0200 Merge
duke [Wed, 05 Jul 2017 19:12:46 +0200] rev 20026
Merge
Wed, 25 Sep 2013 12:23:10 -0700 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell [Wed, 25 Sep 2013 12:23:10 -0700] rev 20025
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week Reviewed-by: ksrini, katleman
Fri, 20 Sep 2013 11:09:26 -0700 Added tag hs25-b51 for changeset e446e24611f9
amurillo [Fri, 20 Sep 2013 11:09:26 -0700] rev 20024
Added tag hs25-b51 for changeset e446e24611f9
Fri, 20 Sep 2013 11:09:25 -0700 Merge
amurillo [Fri, 20 Sep 2013 11:09:25 -0700] rev 20023
Merge
Thu, 19 Sep 2013 18:01:39 +0200 Merge
adlertz [Thu, 19 Sep 2013 18:01:39 +0200] rev 20022
Merge
Wed, 18 Sep 2013 14:10:21 -0700 8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running
iveresov [Wed, 18 Sep 2013 14:10:21 -0700] rev 20021
8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running Summary: Move null check before klass reference materialization in checkcast Reviewed-by: kvn, roland
Wed, 18 Sep 2013 09:31:01 +0200 Merge
rbackman [Wed, 18 Sep 2013 09:31:01 +0200] rev 20020
Merge
Wed, 18 Sep 2013 07:22:20 +0200 8022883: Assertion failed: sweptCount >= flushedCount + markedCount + zombifiedCount
anoll [Wed, 18 Sep 2013 07:22:20 +0200] rev 20019
8022883: Assertion failed: sweptCount >= flushedCount + markedCount + zombifiedCount Summary: Provide correct number of visited nmethods to Tracing Reviewed-by: kvn, iveresov
Tue, 17 Sep 2013 20:48:42 -0700 Merge
jrose [Tue, 17 Sep 2013 20:48:42 -0700] rev 20018
Merge
Fri, 13 Sep 2013 22:38:02 -0400 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase [Fri, 13 Sep 2013 22:38:02 -0400] rev 20017
8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation Summary: Enhance method resolution and resulting data structures, plus some refactoring. Reviewed-by: twisti, acorn, jrose
Tue, 17 Sep 2013 16:07:37 -0700 Merge
adlertz [Tue, 17 Sep 2013 16:07:37 -0700] rev 20016
Merge
Tue, 17 Sep 2013 08:39:20 +0200 8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
anoll [Tue, 17 Sep 2013 08:39:20 +0200] rev 20015
8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation Summary: Increase interpreter size for x86 template interpreter Reviewed-by: kvn, iveresov
Tue, 17 Sep 2013 23:12:27 +0200 Merge
ctornqvi [Tue, 17 Sep 2013 23:12:27 +0200] rev 20014
Merge
Tue, 17 Sep 2013 16:55:53 +0200 8014905: [TESTBUG] Some hotspot tests should be updated to divide test jdk and compile jdk
ctornqvi [Tue, 17 Sep 2013 16:55:53 +0200] rev 20013
8014905: [TESTBUG] Some hotspot tests should be updated to divide test jdk and compile jdk Summary: Change JDKToolFinder to look in compile.jdk if the executable cannot be found in test.jdk Reviewed-by: dholmes, hseigel
Tue, 17 Sep 2013 05:30:19 -0700 Merge
adlertz [Tue, 17 Sep 2013 05:30:19 -0700] rev 20012
Merge
Fri, 13 Sep 2013 16:55:44 -0700 8024760: add more types, fields and constants to VMStructs
twisti [Fri, 13 Sep 2013 16:55:44 -0700] rev 20011
8024760: add more types, fields and constants to VMStructs Reviewed-by: kvn, coleenp
Fri, 13 Sep 2013 04:16:54 -0700 8023134: Rename VM LogFile to hotspot_pid{pid}.log (was hotspot.log)
vlivanov [Fri, 13 Sep 2013 04:16:54 -0700] rev 20010
8023134: Rename VM LogFile to hotspot_pid{pid}.log (was hotspot.log) Reviewed-by: twisti, kvn, sla
Thu, 12 Sep 2013 18:13:28 -0700 Merge
twisti [Thu, 12 Sep 2013 18:13:28 -0700] rev 20009
Merge
Thu, 12 Sep 2013 14:53:44 -0700 8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
twisti [Thu, 12 Sep 2013 14:53:44 -0700] rev 20008
8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object Reviewed-by: kvn, vlivanov
Thu, 12 Sep 2013 23:13:45 +0200 8024646: Remove LRG_List container, replace it with GrowableArray
adlertz [Thu, 12 Sep 2013 23:13:45 +0200] rev 20007
8024646: Remove LRG_List container, replace it with GrowableArray Summary: We already have GrowableArray, use it instead of LRG_List Reviewed-by: kvn
Thu, 19 Sep 2013 09:34:20 +0200 Merge
tschatzl [Thu, 19 Sep 2013 09:34:20 +0200] rev 20006
Merge
Thu, 19 Sep 2013 09:26:08 +0200 Merge
tschatzl [Thu, 19 Sep 2013 09:26:08 +0200] rev 20005
Merge
Wed, 18 Sep 2013 15:59:41 +0200 Merge
tschatzl [Wed, 18 Sep 2013 15:59:41 +0200] rev 20004
Merge
Wed, 18 Sep 2013 13:18:52 +0200 8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9
tschatzl [Wed, 18 Sep 2013 13:18:52 +0200] rev 20003
8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9 Summary: After changes in 8010722 the ergonomics for calculating the size of the heap that supports zero based compressed oops changed. This lead to the VM actually using zero based compressed oops. Due to low default HeapBaseMinAddress, the OS mapping in the application image at the same address, and limitations of the malloc implementation on Solaris this resulted in very little C heap available for the VM. So the VM immediately gives a native OOME when the machine has lots of physical memory (>=32G). The solution is to increase the HeapBaseMinAddress so that the VM has enough C heap. Reviewed-by: kvn, brutisso
Wed, 18 Sep 2013 10:02:19 +0200 8024662: gc/arguments/TestUseCompressedOopsErgo.java does not compile.
tschatzl [Wed, 18 Sep 2013 10:02:19 +0200] rev 20002
8024662: gc/arguments/TestUseCompressedOopsErgo.java does not compile. Summary: Fix compilation error and use of an outdated VM option in the test Reviewed-by: stefank, jwilhelm
Tue, 17 Sep 2013 20:59:07 +0200 8024718: Metaspace performance counters and memory pools should report the same data
ehelin [Tue, 17 Sep 2013 20:59:07 +0200] rev 20001
8024718: Metaspace performance counters and memory pools should report the same data Reviewed-by: stefank, dholmes, coleenp
Wed, 18 Sep 2013 00:08:00 +0000 Merge
jwilhelm [Wed, 18 Sep 2013 00:08:00 +0000] rev 20000
Merge
Tue, 17 Sep 2013 14:02:53 +0200 8024884: Test name changed, test list not updated
jwilhelm [Tue, 17 Sep 2013 14:02:53 +0200] rev 19999
8024884: Test name changed, test list not updated Summary: Updated the test list with the new test name. Reviewed-by: brutisso, ehelin
Tue, 17 Sep 2013 12:04:11 +0200 8024914: Swapped usage of idx_t and bm_word_t types in bitMap.inline.hpp
tschatzl [Tue, 17 Sep 2013 12:04:11 +0200] rev 19998
8024914: Swapped usage of idx_t and bm_word_t types in bitMap.inline.hpp Summary: Incorrect usage of idx_t where bm_word_t is appropriate. Reviewed-by: tschatzl, brutisso Contributed-by: Dan Horak <dhorak@redhat.com>
Mon, 16 Sep 2013 13:32:44 +0200 Merge
tschatzl [Mon, 16 Sep 2013 13:32:44 +0200] rev 19997
Merge
Mon, 16 Sep 2013 10:20:45 +0200 8024396: VM crashing with assert(!UseLargePages || UseParallelOldGC || use_large_pages) failed: Wrong alignment to use large pages
tschatzl [Mon, 16 Sep 2013 10:20:45 +0200] rev 19996
8024396: VM crashing with assert(!UseLargePages || UseParallelOldGC || use_large_pages) failed: Wrong alignment to use large pages Summary: Loosen wrong assert for UseParallelOldGC to UseParallelGC Reviewed-by: stefank, brutisso
Mon, 16 Sep 2013 09:41:03 +0200 Merge
tschatzl [Mon, 16 Sep 2013 09:41:03 +0200] rev 19995
Merge
Fri, 13 Sep 2013 07:57:13 +0200 8024671: G1 generates assert error messages in product builds
shade [Fri, 13 Sep 2013 07:57:13 +0200] rev 19994
8024671: G1 generates assert error messages in product builds Reviewed-by: brutisso, tschatzl
Fri, 13 Sep 2013 22:25:27 +0200 8024752: Log TraceMetadata* output to gclog_or_tty instead of tty
stefank [Fri, 13 Sep 2013 22:25:27 +0200] rev 19993
8024752: Log TraceMetadata* output to gclog_or_tty instead of tty Reviewed-by: brutisso, mgerdin, coleenp
Fri, 13 Sep 2013 22:23:48 +0200 8024751: Fix bugs in TraceMetadata
stefank [Fri, 13 Sep 2013 22:23:48 +0200] rev 19992
8024751: Fix bugs in TraceMetadata Reviewed-by: jmasa, brutisso
Fri, 13 Sep 2013 22:22:14 +0200 8024650: Don't adjust MaxMetaspaceSize up to MetaspaceSize
stefank [Fri, 13 Sep 2013 22:22:14 +0200] rev 19991
8024650: Don't adjust MaxMetaspaceSize up to MetaspaceSize Reviewed-by: jwilhelm, brutisso, tschatzl
Fri, 13 Sep 2013 22:21:06 +0200 8024651: Remove the incorrect usage of Metablock::overhead()
stefank [Fri, 13 Sep 2013 22:21:06 +0200] rev 19990
8024651: Remove the incorrect usage of Metablock::overhead() Reviewed-by: brutisso, mgerdin, coleenp, jmasa
Thu, 12 Sep 2013 10:15:54 +0200 8024638: Count and expose the amount of committed memory in the metaspaces
stefank [Thu, 12 Sep 2013 10:15:54 +0200] rev 19989
8024638: Count and expose the amount of committed memory in the metaspaces Reviewed-by: brutisso, ehelin
Thu, 12 Sep 2013 10:15:30 +0200 8023476: Metaspace capacity > reserved
ehelin [Thu, 12 Sep 2013 10:15:30 +0200] rev 19988
8023476: Metaspace capacity > reserved Reviewed-by: stefank, hseigel, mgerdin
Wed, 11 Sep 2013 18:47:54 +0200 Merge
tschatzl [Wed, 11 Sep 2013 18:47:54 +0200] rev 19987
Merge
Wed, 11 Sep 2013 16:25:02 +0200 8010722: assert: failed: heap size is too big for compressed oops
tschatzl [Wed, 11 Sep 2013 16:25:02 +0200] rev 19986
8010722: assert: failed: heap size is too big for compressed oops Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation. Reviewed-by: stefank, dholmes
Wed, 11 Sep 2013 06:15:31 -0700 Merge
mgerdin [Wed, 11 Sep 2013 06:15:31 -0700] rev 19985
Merge
Wed, 11 Sep 2013 09:37:14 +0200 8009561: NPG: Metaspace fragmentation when retiring a Metachunk
mgerdin [Wed, 11 Sep 2013 09:37:14 +0200] rev 19984
8009561: NPG: Metaspace fragmentation when retiring a Metachunk Summary: Use best-fit block-splitting freelist allocation from the block freelist. Reviewed-by: jmasa, stefank
Wed, 11 Sep 2013 12:03:41 +0200 Merge
tschatzl [Wed, 11 Sep 2013 12:03:41 +0200] rev 19983
Merge
Wed, 11 Sep 2013 10:19:16 +0200 8021823: G1: Concurrent marking crashes with -XX:ObjectAlignmentInBytes>=32 in 64bit VMs
tschatzl [Wed, 11 Sep 2013 10:19:16 +0200] rev 19982
8021823: G1: Concurrent marking crashes with -XX:ObjectAlignmentInBytes>=32 in 64bit VMs Summary: Correctly calculate the initialization value for the shift between object start and bitmap bit in the G1 mark bitmaps. Reviewed-by: tonyp
(0) -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 +30000 tip