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