amurillo [Fri, 06 Dec 2013 09:29:14 -0800] rev 21925
Merge
anoll [Thu, 05 Dec 2013 12:49:55 -0800] rev 21924
Merge
anoll [Wed, 04 Dec 2013 09:31:17 +0100] rev 21923
8028109: compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java crashes in RT_Baseline
Summary: Use non-relocatable code to load byte_map_base
Reviewed-by: kvn, roland
simonis [Mon, 02 Dec 2013 11:12:32 +0100] rev 21922
8029190: VM_Version::determine_features() asserts on Fujitsu Sparc64 CPUs
Summary: fix code to allow testing on Fujitsu Sparc64 CPUs
Reviewed-by: kvn
rbackman [Fri, 22 Nov 2013 15:26:37 +0100] rev 21921
8028624: [TESTBUG] compiler/intrinsics/mathexact/DecExactLTest executes DecExactITest
Reviewed-by: kvn, twisti
rbackman [Fri, 22 Nov 2013 14:14:26 +0100] rev 21920
8028997: mathexact intrinsics are unstable
Reviewed-by: iveresov, kvn
ehelin [Thu, 05 Dec 2013 17:49:55 +0100] rev 21919
Merge
sjohanss [Tue, 03 Dec 2013 12:01:18 +0100] rev 21918
8029329: tmtools tests fail with NPE (in the tool) when run with G1 and FlightRecorder
Summary: Now iterating over all committed (used) G1 regions instead of all reserved.
Reviewed-by: brutisso, dsamersoff, mgerdin
ehelin [Mon, 02 Dec 2013 15:43:04 +0100] rev 21917
Merge
sjohanss [Tue, 26 Nov 2013 14:35:38 +0100] rev 21916
8027675: Full collections with Serial slower in JDK 8 compared to 7u40
Summary: Reduced the number of calls to follow_class_loader and instead marked and pushed the klass holder directly. Also removed unneeded calls to adjust_klass.
Reviewed-by: coleenp, jmasa, mgerdin, tschatzl
sspitsyn [Tue, 03 Dec 2013 13:56:10 -0800] rev 21915
Merge
sspitsyn [Tue, 03 Dec 2013 15:41:35 -0800] rev 21914
8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers
Summary: Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution
Reviewed-by: sla, dholmes, dsamersoff
Contributed-by: serguei.spitsyn@oracle.com