katleman [Thu, 09 Oct 2014 11:24:15 -0700] rev 26956
Added tag jdk9-b34 for changeset 6de4f9cd37ad
duke [Wed, 05 Jul 2017 20:03:40 +0200] rev 26955
Merge
lana [Thu, 09 Oct 2014 12:17:17 -0700] rev 26954
Merge
jcoomes [Tue, 07 Oct 2014 15:44:11 -0700] rev 26953
Merge
jwilhelm [Fri, 03 Oct 2014 13:00:21 +0200] rev 26952
Merge
mlarsson [Fri, 03 Oct 2014 10:05:11 +0200] rev 26951
8059651: Tests specify -XX:+UseG1GC and -XX:ParallelGCThreads=0
Reviewed-by: jwilhelm, brutisso
iklam [Fri, 03 Oct 2014 02:59:14 +0000] rev 26950
Merge
iklam [Thu, 02 Oct 2014 12:55:40 -0700] rev 26949
Merge
thartmann [Thu, 02 Oct 2014 12:58:37 +0200] rev 26948
8059596: VM startup fails with 'Invalid code heap sizes' if -XX:ReservedCodeCacheSize is set
Summary: Only increase code heap sizes in Arguments::set_tiered_flags() if reserved code cache size is default.
Reviewed-by: shade, vlivanov, sla
iveresov [Fri, 03 Oct 2014 01:10:39 +0000] rev 26947
Merge
iveresov [Thu, 02 Oct 2014 12:31:03 -0700] rev 26946
Merge
vlivanov [Wed, 01 Oct 2014 12:34:45 -0700] rev 26945
8059556: C2: crash while inlining MethodHandle invocation w/ null receiver
Reviewed-by: kvn, jrose
vlivanov [Wed, 01 Oct 2014 12:34:38 -0700] rev 26944
8058828: Wrong ciConstant type for arrays from ConstantPool::_resolved_reference
Reviewed-by: kvn, jrose
thartmann [Wed, 01 Oct 2014 09:40:43 +0000] rev 26943
Merge
zmajo [Wed, 01 Oct 2014 10:01:46 +0200] rev 26942
8059390: code cache fills up for bigapps/Weblogic+medrec/nowarnings
Summary: Retrieve code heap in CodeCache::allocate(), ::report_codemem_full(), and ::unallocated_capacity() also if segmented code cache is disabled.
Reviewed-by: vlivanov, thartmann