commit | cfa17f52c38917838dd49c45e408aa84d1e1056f | [log] [tgz] |
---|---|---|
author | Poonam Bajaj <poonam@openjdk.org> | Sun Feb 12 19:33:11 2012 -0800 |
committer | Poonam Bajaj <poonam@openjdk.org> | Sun Feb 12 19:33:11 2012 -0800 |
tree | 16b7581790c07d0124f99d656fb032883a9f5362 | |
parent | 9ac6c0f7941e50dffdda73288379beee434f1135 [diff] |
7009098: SA cannot open core files larger than 2GB on Linux 32-bit 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