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