naoto [Thu, 24 Sep 2015 09:05:24 -0700] rev 32772
8136518: java/util/TimeZone/CLDRDisplayNamesTest.java fails for de.
Reviewed-by: okutsu
robm [Thu, 24 Sep 2015 17:01:33 +0100] rev 32771
8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
Reviewed-by: rriggs
rriggs [Thu, 24 Sep 2015 11:01:01 -0400] rev 32770
8129744: Documentation in Month refers to quarters
8129556: TemporalAdjusters dayOfWeekInMonth wrongly says "in the same month"
Reviewed-by: chegar, scolebourne
avstepan [Thu, 24 Sep 2015 17:07:44 +0300] rev 32769
8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: martin
amjiang [Thu, 24 Sep 2015 10:23:01 +0800] rev 32768
8050427: LoginContext tests to cover JDK-4703361
Reviewed-by: weijun
valeriep [Thu, 24 Sep 2015 01:45:44 +0000] rev 32767
8137068: Tests added in JDK-8048604 fail to compile
Summary: Fixed the 2 tests with correct jprt tags
Reviewed-by: xuelei
tyan [Wed, 23 Sep 2015 21:28:14 +0000] rev 32766
8048604: Tests for strong crypto ciphers
Summary: SQE test co-location effort
Reviewed-by: valeriep
darcy [Wed, 23 Sep 2015 14:14:14 -0700] rev 32765
7130085: Port fdlibm hypot to Java
Reviewed-by: bpb
rriggs [Wed, 23 Sep 2015 15:02:46 -0400] rev 32764
8132883: The spec of allChildren/children of j.l.Process/ProcessHandle need to be relaxed
8131763: j.l.Process.allChildren spec clarification
Reviewed-by: chegar
rriggs [Wed, 23 Sep 2015 11:18:34 -0400] rev 32763
8132541: (process) ProcessBuilder support for redirection to discard output
Summary: Add redirect to NUL or /dev/null depending on the OS
Reviewed-by: chegar, martin
mhaupt [Wed, 23 Sep 2015 08:43:51 +0200] rev 32762
8136931: more fine-grained condition checking for BMH species creation
Reviewed-by: psandoz, sundar
amurillo [Tue, 22 Sep 2015 11:01:54 -0700] rev 32761
Merge
amurillo [Thu, 17 Sep 2015 09:19:40 -0700] rev 32760
Merge
jwilhelm [Tue, 15 Sep 2015 15:49:30 +0200] rev 32759
Merge
jwilhelm [Tue, 08 Sep 2015 16:10:36 +0200] rev 32758
Merge
jlaskey [Tue, 22 Sep 2015 12:47:40 -0300] rev 32757
8135197: libjimage code needs translation from hotspot-ish to jdk-ish
Reviewed-by: rriggs, chegar
Contributed-by: james.laskey@oracle.com
amjiang [Tue, 22 Sep 2015 09:34:01 +0800] rev 32756
8050461: Tests for syntax checking of JAAS configuration file
Reviewed-by: weijun
psandoz [Sat, 19 Sep 2015 15:26:34 +0200] rev 32755
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
Reviewed-by: psandoz
Contributed-by: Tagir Valeev <amaembo@gmail.com>
lana [Fri, 25 Sep 2015 22:59:29 -0700] rev 32754
Added tag jdk9-b83 for changeset 05623c1ebc99
duke [Wed, 05 Jul 2017 20:51:00 +0200] rev 32753
Merge
lana [Sat, 26 Sep 2015 09:21:16 -0700] rev 32752
Merge
amurillo [Tue, 22 Sep 2015 11:01:53 -0700] rev 32751
Merge
amurillo [Thu, 17 Sep 2015 09:19:39 -0700] rev 32750
Merge
jwilhelm [Tue, 15 Sep 2015 15:49:33 +0200] rev 32749
Merge
jiangli [Mon, 14 Sep 2015 14:55:01 -0400] rev 32748
8135097: Unmap failure for executable memory on windows
Summary: Use 'pd_release_memory' for executable memory in os::pd_unmap_memory().
Reviewed-by: iklam, coleenp
akulyakh [Mon, 14 Sep 2015 14:26:29 +0300] rev 32747
8134641: CodelistTest.java fails with sun.misc.Unsafe.getUnsafe
Summary: Excluding lines containing sun.misc.Unsafe.getUnsafe from the test input as getUnsafe is hidden from reflection
Reviewed-by: sla
jmasa [Mon, 25 May 2015 19:26:23 -0700] rev 32746
8081629: CMS split_block() does not correctly fix up block-offset-table for large blocks
Reviewed-by: tschatzl, ysr
ehelin [Fri, 11 Sep 2015 13:20:05 +0200] rev 32745
8135253: Add push method to CollectionSetChooser
Reviewed-by: mgerdin, tschatzl