hannesw [Thu, 26 Sep 2013 10:14:24 +0200] rev 20225
8025197: String replace method fails with regexp /$/gi
Reviewed-by: sundar
hannesw [Wed, 25 Sep 2013 16:37:56 +0200] rev 20224
8025434: RegExp lastIndex can exceed int range
Reviewed-by: lagergren, sundar
sundar [Wed, 25 Sep 2013 08:17:37 +0530] rev 20223
8025325: parseFloat does not handle '.' in exponent part
Reviewed-by: hannesw
sundar [Tue, 24 Sep 2013 20:43:42 +0530] rev 20222
8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed
Reviewed-by: jlaskey, hannesw
sundar [Mon, 23 Sep 2013 14:20:45 +0530] rev 20221
Merge
hannesw [Sat, 21 Sep 2013 10:11:15 +0200] rev 20220
8025163: Date methods should not return -0
Reviewed-by: lagergren, jlaskey
sundar [Fri, 20 Sep 2013 22:37:08 +0530] rev 20219
8025149: JSON.stringify does not handle 'space' argument as per the spec.
Reviewed-by: jlaskey, hannesw
sundar [Fri, 20 Sep 2013 20:55:43 +0530] rev 20218
8025147: Trailing comma is not allowed in JSONArray and JSONObject
Reviewed-by: hannesw, jlaskey
lana [Fri, 20 Sep 2013 19:17:04 -0700] rev 20217
Merge
hannesw [Fri, 20 Sep 2013 12:11:08 +0200] rev 20216
8022587: ClassCache is not optimal and leaks Source instances
Reviewed-by: lagergren, attila
sundar [Fri, 20 Sep 2013 12:56:07 +0530] rev 20215
8025111: undefined or null 'with' expression in empty with block should throw TypeError
Reviewed-by: lagergren, hannesw
sundar [Thu, 19 Sep 2013 23:48:37 +0530] rev 20214
8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError
Reviewed-by: jlaskey
sundar [Thu, 19 Sep 2013 21:20:47 +0530] rev 20213
8025080: Object literal getter, setter function with number format property name results in ClassFormatError
Reviewed-by: lagergren, hannesw
hannesw [Thu, 19 Sep 2013 15:39:01 +0200] rev 20212
8023154: compileAllTests fails with: 2 tests failed to compile
Reviewed-by: sundar, jlaskey
sundar [Thu, 19 Sep 2013 13:34:01 +0530] rev 20211
8025048: true as case label results in ClassCastException
Reviewed-by: lagergren
sundar [Wed, 18 Sep 2013 16:36:25 +0530] rev 20210
8024973: Using a different ScriptContext with a CompiledScript results in ScriptException
Reviewed-by: jlaskey, hannesw
sundar [Wed, 18 Sep 2013 13:06:17 +0530] rev 20209
8024972: for (LeftHandSideExpression in Expression) crashes the compiler
Reviewed-by: lagergren, hannesw
cl [Thu, 26 Sep 2013 10:43:59 -0700] rev 20208
Added tag jdk8-b109 for changeset a9c63e60bf10
duke [Wed, 05 Jul 2017 19:13:54 +0200] rev 20207
Merge
cl [Thu, 26 Sep 2013 10:43:08 -0700] rev 20206
Added tag jdk8-b109 for changeset 663d34cd5856
duke [Wed, 05 Jul 2017 19:13:51 +0200] rev 20205
Merge
erikj [Wed, 02 Oct 2013 15:08:29 +0200] rev 20204
Merge
ihse [Tue, 01 Oct 2013 11:08:23 +0200] rev 20203
8019219: Fix typo in jdk/makefiles "default" targets
Reviewed-by: erikj
katleman [Tue, 01 Oct 2013 12:45:47 -0700] rev 20202
Merge
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
lana [Thu, 26 Sep 2013 17:21:47 -0700] rev 20200
Merge
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
mfang [Wed, 25 Sep 2013 07:36:29 -0700] rev 20198
Merge
mfang [Tue, 24 Sep 2013 14:34:55 -0700] rev 20197
Merge
mfang [Tue, 24 Sep 2013 14:17:42 -0700] rev 20196
8025215: jdk8 l10n resource file translation update 4
Reviewed-by: naoto, yhuang
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
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
lana [Sun, 22 Sep 2013 20:21:11 -0700] rev 20193
Merge
lana [Fri, 20 Sep 2013 19:15:59 -0700] rev 20192
Merge
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
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
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>
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>
sla [Fri, 20 Sep 2013 16:40:32 +0200] rev 20187
7200277: [parfait] potential buffer overflow in npt/utf.c
Reviewed-by: dsamersoff, dcubed
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
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
sla [Fri, 20 Sep 2013 10:14:35 +0200] rev 20184
8024985: com/sun/jdi/StepTest.java failed since jdk8b107
Reviewed-by: dcubed
psandoz [Thu, 19 Sep 2013 20:41:54 -0700] rev 20183
8024405: Spliterators.spliterator should support CONCURRENT characteristic
Reviewed-by: martin
psandoz [Wed, 18 Sep 2013 10:49:34 -0700] rev 20182
8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
Reviewed-by: henryjen, alanb
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
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
kizune [Thu, 19 Sep 2013 17:04:45 +0400] rev 20179
8017248: Compiler Diacritics Issue
Reviewed-by: naoto
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
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
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
weijun [Wed, 18 Sep 2013 18:22:49 +0800] rev 20175
8012615: Realm.getRealmsList returns realms list in wrong
Reviewed-by: valeriep, xuelei
sjiang [Wed, 18 Sep 2013 08:51:23 +0200] rev 20174
8023954: MBean*Info.equals: throw NPE
Reviewed-by: dfuchs, dholmes
lana [Thu, 26 Sep 2013 17:18:12 -0700] rev 20173
Merge
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>
ptbrunet [Thu, 26 Sep 2013 10:48:56 +0200] rev 20171
8025160: Recent Java Accessibility Bridge push has make failures
Reviewed-by: tbell, erikj
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