hseigel [Fri, 17 Jan 2014 09:47:17 -0500] rev 22522
Merge
hseigel [Fri, 17 Jan 2014 09:39:51 -0500] rev 22521
8031045: Access checks should precede additional per-instruction checks
Summary: Move access check above the check for non-static method
Reviewed-by: lfoltan, coleenp
sla [Thu, 16 Jan 2014 20:14:21 +0100] rev 22520
8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
Reviewed-by: coleenp, sspitsyn, dsamersoff
sspitsyn [Fri, 17 Jan 2014 02:13:40 -0800] rev 22519
8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
Summary: Add a safe guard to VMOp_GetCurrentLocation against non-walkable stack of target thread exiting from Java execution
Reviewed-by: mgronlun, dholmes, sla, dcubed
Contributed-by: serguei.spitsyn@oracle.com
ccheung [Thu, 16 Jan 2014 10:51:16 -0800] rev 22518
8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
Summary: clarifying the error messages associated with vm options of type diagnostic, experimental, develop, and notproduct
Reviewed-by: kvn, twisti, ctornqvi
mseledtsov [Wed, 15 Jan 2014 19:12:45 -0500] rev 22517
8031151: Add basic CDS tests
Summary: Added new tests to cover missing CDS basic funtions
Reviewed-by: zgu, hseigel
dsimms [Wed, 15 Jan 2014 11:46:19 +0100] rev 22516
6945460: [TESTBUG] runtime/6929067/Test6929067.sh
Summary: Change link order for the test
Reviewed-by: coleenp, mgerdin
kvn [Fri, 24 Jan 2014 09:04:24 -0800] rev 22515
Merge
vlivanov [Thu, 23 Jan 2014 01:23:23 +0400] rev 22514
8031695: CHA ignores default methods during analysis leading to incorrect code generation
Reviewed-by: jrose, acorn, hseigel, lfoltan
iveresov [Tue, 21 Jan 2014 20:05:28 -0800] rev 22513
8031743: C2: loadI2L_immI broken for negative memory values
Summary: Restrict loadI2L_imm optimizations to positive values of mask
Reviewed-by: kvn, dlong