public class org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions
super_class: java.lang.Object
{
public static final org.graalvm.compiler.options.OptionKey<java.lang.Double> TypeCheckMinProfileHitProbability;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/Double;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"If the probability that a type check will hit one the profiled types (up to TypeCheckMaxHints) is below this value, the type check will be compiled without profiling info"}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Integer> TypeCheckMaxHints;
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 = {"The maximum number of profiled types that will be used when compiling a profiled type check. Note that TypeCheckMinProfileHitProbability also influences whether profiling info is used in compiled type checks."}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Boolean> LoadExceptionObjectInVM;
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 = {"Use a VM runtime call to load and clear the exception object from the thread at the start of a compiled exception handler."}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Boolean> ProfileAllocations;
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 = {"Enable profiling of allocation sites."}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.EnumOptionKey<org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$ProfileContext> ProfileAllocationsContext;
descriptor: Lorg/graalvm/compiler/options/EnumOptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/EnumOptionKey<Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets$ProfileContext;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"file:doc-files/ProfileAllocationsContextHelp.txt"}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Boolean> ProfileMonitors;
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 = {"Enable profiling of monitor operations."}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Boolean> SimpleFastInflatedLocking;
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 = {"Handle simple cases for inflated monitors in the fast-path."}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.String> TraceMonitorsTypeFilter;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/String;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Trace monitor operations on objects whose type contains this substring."}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.String> TraceMonitorsMethodFilter;
descriptor: Lorg/graalvm/compiler/options/OptionKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/String;>;
RuntimeInvisibleAnnotations:
org.graalvm.compiler.options.Option(help = {"Trace monitor operations in methods whose fully qualified name contains this substring."}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)
public static final org.graalvm.compiler.options.OptionKey<java.lang.Boolean> VerifyBalancedMonitors;
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 = {"Emit extra code to dynamically check monitor operations are balanced."}, type = org.graalvm.compiler.options.OptionType.Debug:Lorg/graalvm/compiler/options/OptionType;)
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new org.graalvm.compiler.options.OptionKey
dup
ldc 0.5
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.TypeCheckMinProfileHitProbability:Lorg/graalvm/compiler/options/OptionKey;
1: new org.graalvm.compiler.options.OptionKey
dup
iconst_2
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.replacements.HotspotSnippetsOptions.TypeCheckMaxHints:Lorg/graalvm/compiler/options/OptionKey;
2: 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.replacements.HotspotSnippetsOptions.LoadExceptionObjectInVM:Lorg/graalvm/compiler/options/OptionKey;
3: 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.replacements.HotspotSnippetsOptions.ProfileAllocations:Lorg/graalvm/compiler/options/OptionKey;
4: new org.graalvm.compiler.options.EnumOptionKey
dup
getstatic org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$ProfileContext.AllocatingMethod:Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets$ProfileContext;
invokespecial org.graalvm.compiler.options.EnumOptionKey.<init>:(Ljava/lang/Enum;)V
putstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.ProfileAllocationsContext:Lorg/graalvm/compiler/options/EnumOptionKey;
5: 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.replacements.HotspotSnippetsOptions.ProfileMonitors:Lorg/graalvm/compiler/options/OptionKey;
6: new org.graalvm.compiler.options.OptionKey
dup
iconst_1
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.replacements.HotspotSnippetsOptions.SimpleFastInflatedLocking:Lorg/graalvm/compiler/options/OptionKey;
7: new org.graalvm.compiler.options.OptionKey
dup
aconst_null
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.TraceMonitorsTypeFilter:Lorg/graalvm/compiler/options/OptionKey;
8: new org.graalvm.compiler.options.OptionKey
dup
aconst_null
invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
putstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.TraceMonitorsMethodFilter:Lorg/graalvm/compiler/options/OptionKey;
9: 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.replacements.HotspotSnippetsOptions.VerifyBalancedMonitors: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/replacements/HotspotSnippetsOptions;
}
SourceFile: "HotspotSnippetsOptions.java"
InnerClasses:
final ProfileContext = org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$ProfileContext of org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets