class com.oracle.svm.core.allocationprofile.AllocationProfilingFeature implements org.graalvm.nativeimage.hosted.Feature
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.allocationprofile.AllocationProfilingFeature
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.allocationprofile.AllocationProfilingFeature this
         0: .line 208
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.allocationprofile.AllocationProfilingFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/allocationprofile/AllocationProfilingFeature;

  public void afterRegistration(org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess);
    descriptor: (Lorg/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.allocationprofile.AllocationProfilingFeature this
        start local 1 // org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess access
         0: .line 211
            getstatic com.oracle.svm.core.allocationprofile.AllocationSite$Options.AllocationProfiling:Lcom/oracle/svm/core/option/HostedOptionKey;
            invokevirtual com.oracle.svm.core.option.HostedOptionKey.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
         1: .line 212
            invokestatic com.oracle.svm.core.jdk.RuntimeSupport.getRuntimeSupport:()Lcom/oracle/svm/core/jdk/RuntimeSupport;
            invokedynamic run()Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  com/oracle/svm/core/allocationprofile/AllocationSite.dumpProfilingResults()V (6)
                  ()V
            invokevirtual com.oracle.svm.core.jdk.RuntimeSupport.addShutdownHook:(Ljava/lang/Runnable;)V
         2: .line 214
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess access
        end local 0 // com.oracle.svm.core.allocationprofile.AllocationProfilingFeature this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/svm/core/allocationprofile/AllocationProfilingFeature;
            0    3     1  access  Lorg/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess;
    MethodParameters:
        Name  Flags
      access  
}
SourceFile: "AllocationSite.java"
InnerClasses:
  public Options = com.oracle.svm.core.allocationprofile.AllocationSite$Options of com.oracle.svm.core.allocationprofile.AllocationSite
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract AfterRegistrationAccess = org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess of org.graalvm.nativeimage.hosted.Feature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.AutomaticFeature()