coleenp [Fri, 13 Mar 2015 18:59:41 +0000] rev 29577
Merge
coleenp [Fri, 13 Mar 2015 12:40:39 -0400] rev 29576
8061205: MetadataOnStackMark only needs to walk code cache during class redefinition
Summary: Only do full metadata walk during class redefinition and only walk handles during class unloading.
Reviewed-by: sspitsyn, stefank
dcubed [Fri, 13 Mar 2015 09:18:28 -0700] rev 29575
Merge
cjplummer [Tue, 10 Mar 2015 19:56:19 -0700] rev 29574
8069111: Investigate NMT detail tracking support for 32bit ARM
Summary: Fix native stack walking issues arm arm32. Disable on thumb2. Removed support for NMT without NMT detail.
Reviewed-by: dholmes, bdelsart
dholmes [Thu, 12 Mar 2015 19:34:50 -0400] rev 29573
8074552: SafeFetch32 and SafeFetchN do not work in error handling
Reviewed-by: dholmes, goetz
Contributed-by: Thomas Stufe <thomas.stuefe@gmail.com>
dholmes [Wed, 11 Mar 2015 18:49:22 -0400] rev 29572
8073990: Deprecated "UseVectoredExceptions" VM options still defined in several globals files
Reviewed-by: dholmes, stuefe, simonis
Contributed-by: Dmitry Dmitriev <dmitry.dmitriev@oracle.com>
mikael [Wed, 11 Mar 2015 12:00:26 -0700] rev 29571
6313046: Remove unused frame::native_param_addr code
Summary: Removed dead code in frame
Reviewed-by: dholmes, cjplummer, dsamersoff
mgronlun [Wed, 11 Mar 2015 09:11:33 +0100] rev 29570
8074905: Exclude aarch64 from Visual Studio projectcreator.make
Reviewed-by: ctornqvi, sla, minqi
sgehwolf [Tue, 10 Mar 2015 21:20:10 -0400] rev 29569
8074312: Enable hotspot builds on 4.x Linux kernels
Summary: Add "4" to list of allowable versions
Reviewed-by: dholmes, mikael
aph [Fri, 20 Mar 2015 17:39:29 +0000] rev 29568
8075443: AARCH64: Missed L2I optimizations in C2
Summary: Use iRegIOrL2I for input operands whenever it makes sense.
Reviewed-by: kvn