What is the purpose of the -Xrs java runtime option?
• This option turns off J2SE runtime internal error signal handling for CTRL-BRK allowing user to successfully stop a z390 program that is running in a loop or taking too long. Without the option J2SE runtime attempts to handle CTRL-BRK and does not stop the process requiring user to abort the command line or GUI dialog to restart. For more information on -Xrs for multiple OS’s see this.