kvn [Thu, 02 Oct 2014 11:36:44 -0700] rev 27011
8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
Summary: Use top() for dead paths when initializing Phi node of exceptions klasses in Parse::catch_inline_exceptions().
Reviewed-by: jrose, vlivanov
jwilhelm [Thu, 09 Oct 2014 13:42:29 +0200] rev 27010
Merge
mlarsson [Tue, 07 Oct 2014 14:54:53 +0200] rev 27009
8058298: Separate heap region iterator claim values from the data structures iterated over
Reviewed-by: tschatzl, brutisso
sjohanss [Mon, 06 Oct 2014 10:11:13 +0200] rev 27008
8059466: Force young GC to initiate marking cycle when stat update is requested
Summary: Enable yc to be forced for stat update.
Reviewed-by: mgerdin, jcoomes
cjplummer [Fri, 03 Oct 2014 13:56:18 -0700] rev 27007
8046607: Code cleanup: PerfMemory::backing_store_filename() should be removed
Summary: Summary: Removed PerfMemory::backing_store_filename() API since it is not used anywhere.
Reviewed-by: sla, hseigel
gziemski [Fri, 03 Oct 2014 15:41:56 -0500] rev 27006
Merge
coleenp [Fri, 03 Oct 2014 03:31:30 +0000] rev 27005
Merge
coleenp [Thu, 02 Oct 2014 16:31:44 -0400] rev 27004
8047736: Remove JVM_GetClassLoader as no longer used
Summary: Remove this function from hotspot. It's already removed from the JDK.
Reviewed-by: mchung, fparain, ctornqvi