Specifies the action to take when compilation fails with a bailout exception.
The accepted values are:
    Silent - Print nothing to the console.
     Print - Print a stack trace to the console.
  Diagnose - Retry the compilation with extra diagnostics.
    ExitVM - Same as Diagnose except that the VM process exits after retrying.