public class com.oracle.svm.hosted.phases.ExperimentalNativeImageInlineDuringParsingPlugin$Options
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.svm.hosted.phases.ExperimentalNativeImageInlineDuringParsingPlugin$Options
super_class: java.lang.Object
{
public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Boolean> InlineBeforeAnalysis;
descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Boolean;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Experimental: Inline methods which folds to constant during parsing before the static analysis."})
public static final com.oracle.svm.core.option.HostedOptionKey<java.lang.Integer> InlineBeforeAnalysisMaxDepth;
descriptor: Lcom/oracle/svm/core/option/HostedOptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lcom/oracle/svm/core/option/HostedOptionKey<Ljava/lang/Integer;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Maximum depth when inlining."})
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.oracle.svm.core.option.HostedOptionKey
dup
iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
putstatic com.oracle.svm.hosted.phases.ExperimentalNativeImageInlineDuringParsingPlugin$Options.InlineBeforeAnalysis:Lcom/oracle/svm/core/option/HostedOptionKey;
1: new com.oracle.svm.core.option.HostedOptionKey
dup
bipush 9
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial com.oracle.svm.core.option.HostedOptionKey.<init>:(Ljava/lang/Object;)V
putstatic com.oracle.svm.hosted.phases.ExperimentalNativeImageInlineDuringParsingPlugin$Options.InlineBeforeAnalysisMaxDepth:Lcom/oracle/svm/core/option/HostedOptionKey;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/phases/ExperimentalNativeImageInlineDuringParsingPlugin$Options;
}
SourceFile: "ExperimentalNativeImageInlineDuringParsingPlugin.java"
NestHost: com.oracle.svm.hosted.phases.ExperimentalNativeImageInlineDuringParsingPlugin
InnerClasses:
public Options = com.oracle.svm.hosted.phases.ExperimentalNativeImageInlineDuringParsingPlugin$Options of com.oracle.svm.hosted.phases.ExperimentalNativeImageInlineDuringParsingPlugin