Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ static String[] exceptionToString(Throwable o, boolean toString, boolean stackTr
*/
public enum Option {
// @formatter:off
Compiler(String.class, null, "Selects the system compiler. This must match the getCompilerName() value returned " +
"by a jdk.vm.ci.runtime.JVMCICompilerFactory provider. " +
"An empty string or the value \"null\" selects a compiler " +
Compiler(String.class, null,
"Selects the system compiler. This must match the getCompilerName() value",
"returned by a jdk.vm.ci.runtime.JVMCICompilerFactory provider. ",
"An empty string or the value \"null\" selects a compiler ",
"that raises an exception upon receiving a compilation request."),

PrintConfig(Boolean.class, false, "Prints VM values (e.g. flags, constants, field offsets etc) exposed to JVMCI."),
Expand Down