cl [Thu, 31 Oct 2013 12:36:04 -0700] rev 21147
Added tag jdk8-b114 for changeset 566723cf1888
duke [Wed, 05 Jul 2017 19:19:40 +0200] rev 21146
Added tag jdk8-b114 for changeset dfa34ab293fa
duke [Wed, 05 Jul 2017 19:19:39 +0200] rev 21145
Merge
duke [Wed, 05 Jul 2017 19:19:36 +0200] rev 21144
Merge
cl [Thu, 24 Oct 2013 09:10:52 -0700] rev 21143
Added tag jdk8-b113 for changeset 220220c28a95
duke [Wed, 05 Jul 2017 19:19:33 +0200] rev 21142
Merge
cl [Thu, 24 Oct 2013 09:10:37 -0700] rev 21141
Added tag jdk8-b113 for changeset e72a161be840
duke [Wed, 05 Jul 2017 19:19:29 +0200] rev 21140
Merge
cl [Thu, 24 Oct 2013 09:10:35 -0700] rev 21139
Added tag jdk8-b113 for changeset 8a9716442153
duke [Wed, 05 Jul 2017 19:19:26 +0200] rev 21138
Merge
cl [Thu, 24 Oct 2013 09:10:54 -0700] rev 21137
Added tag jdk8-b113 for changeset a3e196032ce5
duke [Wed, 05 Jul 2017 19:19:23 +0200] rev 21136
Merge
cl [Thu, 24 Oct 2013 09:10:06 -0700] rev 21135
Added tag jdk8-b113 for changeset 221c3167eb35
duke [Wed, 05 Jul 2017 19:19:20 +0200] rev 21134
Merge
erikj [Tue, 29 Oct 2013 15:44:30 +0100] rev 21133
8027298: broken link in jdk8b113 macosx binaries
Reviewed-by: dcubed, ihse
katleman [Mon, 28 Oct 2013 16:03:08 -0700] rev 21132
Merge
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
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
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
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
cl [Thu, 24 Oct 2013 09:10:42 -0700] rev 21127
Added tag jdk8-b113 for changeset 70f69e624fc9
duke [Wed, 05 Jul 2017 19:19:16 +0200] rev 21126
Merge
katleman [Tue, 29 Oct 2013 14:56:30 -0700] rev 21125
Merge
katleman [Mon, 28 Oct 2013 16:02:40 -0700] rev 21124
Merge
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
amurillo [Fri, 25 Oct 2013 13:29:18 -0700] rev 21122
Added tag hs25-b56 for changeset 13045b381bc9
amurillo [Fri, 25 Oct 2013 13:29:17 -0700] rev 21121
Merge
jcoomes [Fri, 25 Oct 2013 08:38:42 -0700] rev 21120
Merge
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>
jcoomes [Tue, 22 Oct 2013 12:03:50 -0700] rev 21118
Merge
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
ehelin [Mon, 21 Oct 2013 14:20:47 +0200] rev 21116
8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops
Reviewed-by: coleenp, mgerdin, sspitsyn
stefank [Mon, 21 Oct 2013 01:04:01 -0700] rev 21115
Merge
stefank [Mon, 21 Oct 2013 09:34:10 +0200] rev 21114
8026781: Add missing test to exercise -XX:+UseLargePagesInMetaspace
Reviewed-by: mgerdin, brutisso
mgerdin [Fri, 18 Oct 2013 09:31:59 +0200] rev 21113
8026698: Incorrect error handling in Metaspace::allocate
Reviewed-by: stefank, jwilhelm
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
iveresov [Thu, 24 Oct 2013 16:25:24 -0700] rev 21111
Merge
iveresov [Thu, 24 Oct 2013 16:14:28 -0700] rev 21110
Merge
roland [Thu, 24 Oct 2013 19:32:34 +0200] rev 21109
8026978: JSR292: fatal error: Type profiling not implemented on this platform
Summary: force TypeProfileLevel to 0 on non x86
Reviewed-by: twisti
vlivanov [Wed, 23 Oct 2013 20:20:03 +0400] rev 21108
8012941: JSR 292: too deep inlining might crash compiler because of stack overflow
Reviewed-by: kvn, twisti
sspitsyn [Wed, 23 Oct 2013 20:15:24 +0400] rev 21107
8023004: JSR 292: java.lang.RuntimeException: Original target method was called.
Reviewed-by: jrose
anoll [Tue, 15 Oct 2013 08:38:35 +0200] rev 21106
8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice
Summary: Remove duplicate print
Reviewed-by: kvn, twisti
rbackman [Fri, 18 Oct 2013 10:41:56 +0200] rev 21105
8026844: Various Math functions needs intrinsification
Reviewed-by: kvn, twisti
iveresov [Wed, 23 Oct 2013 16:25:48 -0700] rev 21104
Merge
twisti [Wed, 23 Oct 2013 15:44:12 -0700] rev 21103
8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
Reviewed-by: iveresov, jrose
iveresov [Wed, 23 Oct 2013 11:15:24 -0700] rev 21102
8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64
Summary: Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator
Reviewed-by: twisti, jrose
adlertz [Wed, 23 Oct 2013 19:22:28 +0000] rev 21101
Merge
adlertz [Wed, 23 Oct 2013 10:44:12 +0200] rev 21100
8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL
Summary: We can reach this state from phi input rematerialization, so pass in the Reaches of the predecessor
Reviewed-by: roland, twisti
roland [Wed, 23 Oct 2013 12:40:23 +0200] rev 21099
8024070: C2 needs some form of type speculation
Summary: record unused type profile information with type system, propagate and use it.
Reviewed-by: kvn, twisti
anoll [Wed, 23 Oct 2013 10:00:39 +0200] rev 21098
8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
Summary: Ensure currently required generation of AdapterHandlerLibrary::create_native_wrapper()
Reviewed-by: roland, iveresov
rbackman [Tue, 22 Oct 2013 14:02:15 +0000] rev 21097
Merge
rbackman [Mon, 21 Oct 2013 15:31:16 +0200] rev 21096
8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here
Reviewed-by: iveresov, roland
roland [Tue, 22 Oct 2013 09:51:47 +0200] rev 21095
8026251: New type profiling points: parameters to methods
Summary: x86 interpreter and c1 type profiling for parameters on method entries
Reviewed-by: kvn, twisti
iveresov [Mon, 21 Oct 2013 17:34:27 -0700] rev 21094
Merge
iignatyev [Mon, 21 Oct 2013 09:21:41 +0400] rev 21093
8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
Reviewed-by: twisti, iveresov
iveresov [Sat, 19 Oct 2013 22:22:05 -0700] rev 21092
Merge
iignatyev [Sat, 19 Oct 2013 21:54:46 +0400] rev 21091
8023318: compiler/whitebox tests timeout with enabled TieredCompilation
Reviewed-by: kvn, twisti
iignatyev [Sat, 19 Oct 2013 21:54:44 +0400] rev 21090
8026414: [TESTBUG] Tests for Tiered/NonTiered levels
Reviewed-by: twisti, iveresov
roland [Sat, 19 Oct 2013 12:16:43 +0200] rev 21089
8024069: replace_in_map() should operate on parent maps
Summary: type information gets lost because replace_in_map() doesn't update parent maps
Reviewed-by: kvn, twisti
morris [Fri, 18 Oct 2013 12:15:32 -0700] rev 21088
8008242: VerifyOops is broken on SPARC
Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
Reviewed-by: kvn, twisti