amurillo [Tue, 11 Mar 2014 16:49:35 -0700] rev 23183
Merge
coleenp [Mon, 03 Mar 2014 13:58:52 -0500] rev 23182
8035735: Metaspace::contains become extremely slow in some cases
Summary: Call is_metadata instead which does less work for the call in debugInfo.hpp which is called for all compiled code stack frames.
Reviewed-by: jmasa, dcubed
dsamersoff [Sat, 01 Mar 2014 09:56:15 -0800] rev 23181
8036102: part of the fix for 6498581 lost in mismerge
Summary: Restore code lost in mis-merge
Reviewed-by: dcubed
sspitsyn [Sat, 01 Mar 2014 08:05:55 -0800] rev 23180
6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
Summary: It is more safe to get/update data for suspended threads at a safepoint
Reviewed-by: dcubed, twisti, dholmes
Contributed-by: serguei.spitsyn@oracle.com
dsamersoff [Sat, 01 Mar 2014 01:36:48 -0800] rev 23179
Merge
igerasim [Fri, 28 Feb 2014 16:00:40 +0400] rev 23178
8035893: JVM_GetVersionInfo fails to zero structure
Reviewed-by: sla, zgu