src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/doc-files/CompilationBailoutActionHelp.txt
branchJDK-8200758-branch
changeset 57284 8786618d2a55
parent 57283 0b0be19f79e4
parent 54280 a33c42262338
child 57285 c7f237482015
equal deleted inserted replaced
57283:0b0be19f79e4 57284:8786618d2a55
     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.