coleenp [Tue, 14 Oct 2014 13:10:50 -0700] rev 27021
8015256: Better class accessibility
Summary: Improve protection domain check in forName()
Reviewed-by: mchung, acorn, jdn
lfoltan [Wed, 07 May 2014 19:38:22 +0400] rev 27020
8036805: Correct linker method lookup.
Summary: Correct handling of array of primitive type qualifiers during field and method resolution.
Reviewed-by: acorn, hseigel, ahgross
amurillo [Fri, 10 Oct 2014 02:24:35 -0700] rev 27019
Merge
iveresov [Thu, 09 Oct 2014 12:36:20 -0700] rev 27018
Merge
thartmann [Wed, 08 Oct 2014 09:23:18 +0200] rev 27017
8059735: make_not_entrant_or_zombie sees zombies
Summary: Make sure nmethod is not set to zombie state twice by sweeper and safepoint code.
Reviewed-by: kvn, anoll, mgerdin
anoll [Mon, 06 Oct 2014 06:51:37 -0700] rev 27016
8059331: Print additional information for the assert in Compile::start()
Summary: Add additional output that shows the failure reason
Reviewed-by: kvn
thartmann [Mon, 06 Oct 2014 07:58:50 +0200] rev 27015
8059559: SIGSEGV at CodeHeap::allocate(unsigned int, bool)
Summary: Create the non-profiled code heap if TieredStopAtLevel=0 is set because we compile method handle intrinsics.
Reviewed-by: kvn
iveresov [Fri, 03 Oct 2014 13:34:46 -0700] rev 27014
8059621: JVM crashes with "unexpected index type" assert in LIRGenerator::do_UnsafeGetRaw
Summary: Get types from LIR instructions instead of HIR
Reviewed-by: kvn
iveresov [Fri, 03 Oct 2014 11:14:58 -0700] rev 27013
Merge
goetz [Thu, 02 Oct 2014 09:32:53 +0200] rev 27012
8059592: Recent bugfixes in ppc64 port.
Reviewed-by: kvn
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