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
acorn [Tue, 03 Dec 2013 11:13:14 -0800] rev 21913
8028438: static superclass method masks default methods
Reviewed-by: hseigel, lfoltan, coleenp
acorn [Tue, 03 Dec 2013 08:36:15 -0800] rev 21912
8026066: ICCE for invokeinterface static
Reviewed-by: coleenp, lfoltan, hseigel