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