blob: 1192fbf36fd1f16c0e79baa1d3d12c85364cd0ef [file] [log] [blame]
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.