drchase [Thu, 07 Nov 2013 10:02:28 -0500] rev 21529
Merge
mikael [Wed, 06 Nov 2013 06:51:24 -0800] rev 21528
8026775: nsk/jvmti/RedefineClasses/StressRedefine crashes due to EXCEPTION_ACCESS_VIOLATION
Summary: Uncommon trap blob did not bang all the stack shadow pages
Reviewed-by: kvn, twisti, iveresov, jrose
iveresov [Tue, 05 Nov 2013 02:29:41 -0800] rev 21527
Merge
iveresov [Tue, 05 Nov 2013 01:57:18 -0800] rev 21526
8017065: C2 allows safepoint checks to leak into G1 pre-barriers
Summary: Make all raw loads strictly respect control dependencies, make sure RCE doesn't move raw loads, add verification of G1 pre-barriers.
Reviewed-by: kvn, roland
iveresov [Tue, 05 Nov 2013 00:59:30 -0800] rev 21525
8027751: C1 crashes in Weblogic with G1 enabled
Summary: Keep T_OBJECT operands in registers for logical operations on x64
Reviewed-by: kvn, roland
rbackman [Mon, 04 Nov 2013 10:44:46 +0100] rev 21524
8027622: java.time.Instant.create failing since hs25-b56
Reviewed-by: kvn, iveresov
roland [Mon, 04 Nov 2013 21:59:54 +0100] rev 21523
8027445: SIGSEGV at TestFloatingDecimal.testAppendToDouble()I
Summary: String.equals() intrinsic shouldn't use integer length input in pointer arithmetic without an i2l.
Reviewed-by: kvn, twisti
mgronlun [Sat, 02 Nov 2013 20:56:18 +0100] rev 21522
Merge
mgronlun [Fri, 01 Nov 2013 17:10:31 +0000] rev 21521
Merge
mgronlun [Fri, 01 Nov 2013 15:56:06 +0100] rev 21520
Merge
coleenp [Fri, 01 Nov 2013 10:32:36 -0400] rev 21519
8026946: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint should use MethodHandle
8026948: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint might not work with anonymous classes
Summary: Walk methods in breakpoints for marking on stack so they aren't deallocated by redefine classes. Use class_holder rather than class_loader to keep GC from reclaiming class owning the method.
Reviewed-by: sspitsyn, ehelin, sla
coleenp [Thu, 31 Oct 2013 14:11:02 -0400] rev 21518
8027616: Off by one error in putback for compressed oops nashorn performance improvement
Summary: Should compare bounds greater than or equal 4G when deciding if shift is needed or CDS area + compressed class space are within 4G of each other.
Reviewed-by: stefank, hseigel, zgu
acorn [Wed, 30 Oct 2013 09:26:44 -0700] rev 21517
Merge
acorn [Wed, 30 Oct 2013 09:11:04 -0700] rev 21516
8027304: Lambda: inheriting abstract + 1 default -> default, not ICCE
Reviewed-by: hseigel, zgu
mgerdin [Wed, 30 Oct 2013 15:35:25 +0100] rev 21515
8027252: Crash in interpreter because get_unsigned_2_byte_index_at_bcp reads 4 bytes
Summary: Use 2-byte loads to load indexes from the byte code stream to avoid out of bounds reads.
Reviewed-by: coleenp, sspitsyn