zgu [Fri, 30 Aug 2013 12:22:02 -0400] rev 19699
Merge
zgu [Fri, 30 Aug 2013 11:54:14 -0400] rev 19698
6991327: using -Xprof trigger native memory leak
Summary: Fixed a memory leak in FlatProfiler::record_thread_tick() method
Reviewed-by: dholmes, ccheung
dcubed [Fri, 30 Aug 2013 07:04:42 -0700] rev 19697
Merge
coleenp [Thu, 29 Aug 2013 18:56:29 -0400] rev 19696
8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced
Summary: declare all user-defined operator new()s within Hotspot code with the empty throw() exception specification
Reviewed-by: coleenp, twisti, dholmes, hseigel, dcubed, kvn, ccheung
Contributed-by: lois.foltan@oracle.com
dsamersoff [Thu, 29 Aug 2013 21:46:09 +0200] rev 19695
Merge
dsamersoff [Thu, 29 Aug 2013 21:48:23 +0400] rev 19694
8009062: poor performance of JNI AttachCurrentThread after fix for 7017193
Summary: don't re-evaluate stack bounds for main thread before install guard page
Reviewed-by: coleenp, dholmes, dlong