public class org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options
super_class: java.lang.Object
{
public static final org.graalvm.compiler.options.OptionKey<java.lang.Boolean> TieredAOT;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/Boolean;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Do profiling and callbacks to tiered runtime"}, type = org.graalvm.compiler.options.OptionType.User:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Integer> TierAInvokeNotifyFreqLog;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/Integer;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Invocation notification frequency"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Integer> TierAInvokeInlineeNotifyFreqLog;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/Integer;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Inlinee invocation notification frequency (-1 means count, but do not notify)"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Integer> TierAInvokeProfileProbabilityLog;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/Integer;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Invocation profile probability"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Integer> TierABackedgeNotifyFreqLog;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/Integer;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Backedge notification frequency"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Integer> TierABackedgeProfileProbabilityLog;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/Integer;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Backedge profile probability"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new org.graalvm.compiler.options.OptionKey
dup
iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TieredAOT:Lorg/graalvm/compiler/options/OptionKey;
1: new org.graalvm.compiler.options.OptionKey
dup
bipush 13
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TierAInvokeNotifyFreqLog:Lorg/graalvm/compiler/options/OptionKey;
2: new org.graalvm.compiler.options.OptionKey
dup
iconst_m1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TierAInvokeInlineeNotifyFreqLog:Lorg/graalvm/compiler/options/OptionKey;
3: new org.graalvm.compiler.options.OptionKey
dup
bipush 8
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TierAInvokeProfileProbabilityLog:Lorg/graalvm/compiler/options/OptionKey;
4: new org.graalvm.compiler.options.OptionKey
dup
bipush 16
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TierABackedgeNotifyFreqLog:Lorg/graalvm/compiler/options/OptionKey;
5: new org.graalvm.compiler.options.OptionKey
dup
bipush 12
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TierABackedgeProfileProbabilityLog:Lorg/graalvm/compiler/options/OptionKey;
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 Lorg/graalvm/compiler/hotspot/meta/HotSpotAOTProfilingPlugin$Options;
}
SourceFile: "HotSpotAOTProfilingPlugin.java"
NestHost: org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin
InnerClasses:
public Options = org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options of org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin