Wed, 05 Jul 2017 19:19:29 +0200 Merge
duke [Wed, 05 Jul 2017 19:19:29 +0200] rev 21140
Merge
Thu, 24 Oct 2013 09:10:35 -0700 Added tag jdk8-b113 for changeset 8a9716442153
cl [Thu, 24 Oct 2013 09:10:35 -0700] rev 21139
Added tag jdk8-b113 for changeset 8a9716442153
Wed, 05 Jul 2017 19:19:26 +0200 Merge
duke [Wed, 05 Jul 2017 19:19:26 +0200] rev 21138
Merge
Thu, 24 Oct 2013 09:10:54 -0700 Added tag jdk8-b113 for changeset a3e196032ce5
cl [Thu, 24 Oct 2013 09:10:54 -0700] rev 21137
Added tag jdk8-b113 for changeset a3e196032ce5
Wed, 05 Jul 2017 19:19:23 +0200 Merge
duke [Wed, 05 Jul 2017 19:19:23 +0200] rev 21136
Merge
Thu, 24 Oct 2013 09:10:06 -0700 Added tag jdk8-b113 for changeset 221c3167eb35
cl [Thu, 24 Oct 2013 09:10:06 -0700] rev 21135
Added tag jdk8-b113 for changeset 221c3167eb35
Wed, 05 Jul 2017 19:19:20 +0200 Merge
duke [Wed, 05 Jul 2017 19:19:20 +0200] rev 21134
Merge
Tue, 29 Oct 2013 15:44:30 +0100 8027298: broken link in jdk8b113 macosx binaries
erikj [Tue, 29 Oct 2013 15:44:30 +0100] rev 21133
8027298: broken link in jdk8b113 macosx binaries Reviewed-by: dcubed, ihse
Mon, 28 Oct 2013 16:03:08 -0700 Merge
katleman [Mon, 28 Oct 2013 16:03:08 -0700] rev 21132
Merge
Fri, 25 Oct 2013 10:16:40 -0700 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
dcubed [Fri, 25 Oct 2013 10:16:40 -0700] rev 21131
8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy Summary: Fix whitespace/indent issues. Reviewed-by: hseigel, coleenp, erikj, ihse
Thu, 24 Oct 2013 20:47:41 -0400 8025673: [macosx] Disable X11 AWT toolkit
dholmes [Thu, 24 Oct 2013 20:47:41 -0400] rev 21130
8025673: [macosx] Disable X11 AWT toolkit Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X Reviewed-by: anthony, art, ihse, erikj Contributed-by: david.dehaven@oracle.com
Thu, 24 Oct 2013 20:46:23 -0400 8016096: [macosx] jawt_md.h shipped with jdk is outdated
dholmes [Thu, 24 Oct 2013 20:46:23 -0400] rev 21129
8016096: [macosx] jawt_md.h shipped with jdk is outdated Summary: Revised build system and added platform specific headers for Mac OS X Reviewed-by: anthony, art, ihse, erikj Contributed-by: david.dehaven@oracle.com
Thu, 24 Oct 2013 10:43:51 +0200 8009280: JCE jurisdiction policy files not copied into jdk/lib/security
erikj [Thu, 24 Oct 2013 10:43:51 +0200] rev 21128
8009280: JCE jurisdiction policy files not copied into jdk/lib/security Reviewed-by: tbell, ihse
Thu, 24 Oct 2013 09:10:42 -0700 Added tag jdk8-b113 for changeset 70f69e624fc9
cl [Thu, 24 Oct 2013 09:10:42 -0700] rev 21127
Added tag jdk8-b113 for changeset 70f69e624fc9
Wed, 05 Jul 2017 19:19:16 +0200 Merge
duke [Wed, 05 Jul 2017 19:19:16 +0200] rev 21126
Merge
Tue, 29 Oct 2013 14:56:30 -0700 Merge
katleman [Tue, 29 Oct 2013 14:56:30 -0700] rev 21125
Merge
Mon, 28 Oct 2013 16:02:40 -0700 Merge
katleman [Mon, 28 Oct 2013 16:02:40 -0700] rev 21124
Merge
Thu, 24 Oct 2013 20:47:18 -0400 8025673: [macosx] Disable X11 AWT toolkit
dholmes [Thu, 24 Oct 2013 20:47:18 -0400] rev 21123
8025673: [macosx] Disable X11 AWT toolkit Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X Reviewed-by: dholmes Contributed-by: david.dehaven@oracle.com
Fri, 25 Oct 2013 13:29:18 -0700 Added tag hs25-b56 for changeset 13045b381bc9
amurillo [Fri, 25 Oct 2013 13:29:18 -0700] rev 21122
Added tag hs25-b56 for changeset 13045b381bc9
Fri, 25 Oct 2013 13:29:17 -0700 Merge
amurillo [Fri, 25 Oct 2013 13:29:17 -0700] rev 21121
Merge
Fri, 25 Oct 2013 08:38:42 -0700 Merge
jcoomes [Fri, 25 Oct 2013 08:38:42 -0700] rev 21120
Merge
Wed, 23 Oct 2013 10:23:06 +0200 8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region
tschatzl [Wed, 23 Oct 2013 10:23:06 +0200] rev 21119
8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region Summary: The field G1AllocRegion::_alloc_region needs to be declared volatile as it is used with that intention. Otherwise the compiler may generate the code that reloads the value which might have changed in the meantime, leading to spurious crashes. Reviewed-by: iveresov, simonis, tschatzl Contributed-by: Axel Siebenborn <axel.siebenborn@sap.com>
Tue, 22 Oct 2013 12:03:50 -0700 Merge
jcoomes [Tue, 22 Oct 2013 12:03:50 -0700] rev 21118
Merge
Tue, 22 Oct 2013 11:50:12 +0200 8026848: -XX:+G1SummarizeRSetStats can result in wrong exit code and crash
sjohanss [Tue, 22 Oct 2013 11:50:12 +0200] rev 21117
8026848: -XX:+G1SummarizeRSetStats can result in wrong exit code and crash Summary: Changed the use of %d to SIZE_FORMAT macro in format string when printing size_t values. Reviewed-by: stefank, ehelin
Mon, 21 Oct 2013 14:20:47 +0200 8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops
ehelin [Mon, 21 Oct 2013 14:20:47 +0200] rev 21116
8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops Reviewed-by: coleenp, mgerdin, sspitsyn
Mon, 21 Oct 2013 01:04:01 -0700 Merge
stefank [Mon, 21 Oct 2013 01:04:01 -0700] rev 21115
Merge
Mon, 21 Oct 2013 09:34:10 +0200 8026781: Add missing test to exercise -XX:+UseLargePagesInMetaspace
stefank [Mon, 21 Oct 2013 09:34:10 +0200] rev 21114
8026781: Add missing test to exercise -XX:+UseLargePagesInMetaspace Reviewed-by: mgerdin, brutisso
Fri, 18 Oct 2013 09:31:59 +0200 8026698: Incorrect error handling in Metaspace::allocate
mgerdin [Fri, 18 Oct 2013 09:31:59 +0200] rev 21113
8026698: Incorrect error handling in Metaspace::allocate Reviewed-by: stefank, jwilhelm
Tue, 15 Oct 2013 13:56:46 +0200 8015255: NPG: Don't waste fragment at the end of a VirtualSpaceNode before retiring it.
mgerdin [Tue, 15 Oct 2013 13:56:46 +0200] rev 21112
8015255: NPG: Don't waste fragment at the end of a VirtualSpaceNode before retiring it. Summary: Chunk up the last piece of committed memory in a VSN when getting a new one. Reviewed-by: stefank, jmasa
Thu, 24 Oct 2013 16:25:24 -0700 Merge
iveresov [Thu, 24 Oct 2013 16:25:24 -0700] rev 21111
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip