fparain [Tue, 14 Feb 2012 06:54:27 -0800] rev 11766
7143760: Memory leak in GarbageCollectionNotifications
Reviewed-by: dholmes, dcubed, kamg
coleenp [Mon, 13 Feb 2012 12:30:47 -0500] rev 11765
7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite
Reviewed-by: acorn, phh
fparain [Mon, 13 Feb 2012 06:24:44 -0800] rev 11764
Merge
poonam [Sun, 12 Feb 2012 19:33:11 -0800] rev 11763
7009098: SA cannot open core files larger than 2GB on Linux 32-bit
Summary: Added Large File Support by compiling libsaproc.so with -D_FILE_OFFSET_BITS=64, and a small change with which SA should first load libraries from the path specified with SA_ALTROOT.
Reviewed-by: dholmes, kevinw, dcubed, minqi