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
mgronlun [Mon, 02 Dec 2013 11:42:10 +0100] rev 21911
Merge
dsamersoff [Wed, 27 Nov 2013 14:26:04 +0400] rev 21910
7050685: jsdbproc64.sh has a typo in the package name
Summary: fixed typeo
Reviewed-by: sla, kmo, sspitsyn
vladidan [Sun, 01 Dec 2013 22:35:15 -0500] rev 21909
Merge
jprovino [Tue, 19 Nov 2013 16:26:54 -0500] rev 21908
8028396: Minimal VM: undefined symbol: _ZN23JvmtiCurrentBreakpoints11metadata_doEPFvP8MetadataE
Summary: Minimal VM doesn't run
Reviewed-by: coleenp, dholmes