ccheung [Wed, 16 Oct 2013 11:48:03 -0700] rev 20687
Merge
dcubed [Tue, 15 Oct 2013 08:25:43 -0700] rev 20686
7165611: implement Full Debug Symbols on MacOS X hotspot
Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root.
Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
acorn [Mon, 14 Oct 2013 21:52:42 -0400] rev 20685
8026299: invokespecial gets ICCE when it should get AME.
Reviewed-by: ccheung, coleenp
hseigel [Sat, 12 Oct 2013 15:39:16 -0400] rev 20684
8024667: VM crashes with "assert(method() != NULL) failed: must have set method"
Summary: Check if data is in shared spaces before deallocating it.
Reviewed-by: coleenp, dcubed
hseigel [Sat, 12 Oct 2013 13:09:18 -0400] rev 20683
8025942: os::Bsd::available_memory() needs implementation
Summary: Implement using the host_statistics64() api.
Reviewed-by: dsamersoff, morris, dholmes, coleenp, hseigel, dcubed
Contributed-by: gerard.ziemski@oracle.com
ccheung [Fri, 11 Oct 2013 22:22:19 -0400] rev 20682
Merge