Obtaining system dump files in a race condition

You might be able to obtain system dump files even when a race condition exists.

About this task

Create a system dump by using the -Xrs Java™ command-line option to disable the Java signal handler. The default signal handler in the operating system triggers a dump file and prevents the system from shutting down before the dump file is taken. For more information, see -Xrs option.