coleenp [Tue, 23 Dec 2008 06:16:53 -0800] rev 1887
4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
Summary: Using UseOSErrorReporting will provide both an hs_err file and a crash dump or debug launch and works better.
Reviewed-by: xlu, acorn, poonam
never [Tue, 06 Jan 2009 16:10:11 -0800] rev 1886
Merge
kvn [Mon, 22 Dec 2008 16:53:34 -0800] rev 1885
6778662: fixes 64-bits libraries directory search paths on linux
Summary: Fixes 64-bits libraries directory search paths.
Reviewed-by: never
Contributed-by: langel@redhat.com
kvn [Mon, 22 Dec 2008 15:43:02 -0800] rev 1884
6778657: Casts in SharedRuntime::f2i, f2l, d2i and d2l rely on undefined C++ behaviour
Summary: Replaces SharedRuntime::f2i et al with versions that should work
Reviewed-by: never
Contributed-by: gbenson@redhat.com