public class BytecodeParserOptions extends Object
BytecodeParser.
Note: This must be a top level class to work around for
Eclipse bug 477597.| Modifier and Type | Field and Description |
|---|---|
static OptionKey<Boolean> |
DumpAfterEveryBCI |
static OptionKey<Boolean> |
InlineDuringParsing |
static OptionKey<Integer> |
InlineDuringParsingMaxDepth |
static OptionKey<Boolean> |
InlinePartialIntrinsicExitDuringParsing |
static OptionKey<Integer> |
TraceBytecodeParserLevel |
static OptionKey<Boolean> |
TraceInlineDuringParsing |
static OptionKey<Boolean> |
TraceParserPlugins |
| Constructor and Description |
|---|
BytecodeParserOptions() |