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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip