public class org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData
  super_class: java.lang.Object
{
  final org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters snippetCounters;
    descriptor: Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationSnippetCounters;
    flags: (0x0010) ACC_FINAL

  public void <init>(org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters);
    descriptor: (Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationSnippetCounters;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData this
        start local 1 // org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters snippetCounters
         0: .line 340
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 341
            aload 0 /* this */
            aload 1 /* snippetCounters */
            putfield org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData.snippetCounters:Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationSnippetCounters;
         2: .line 342
            return
        end local 1 // org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters snippetCounters
        end local 0 // org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationProfilingData;
            0    3     1  snippetCounters  Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationSnippetCounters;
    MethodParameters:
                 Name  Flags
      snippetCounters  
}
SourceFile: "AllocationSnippets.java"
NestHost: org.graalvm.compiler.replacements.AllocationSnippets
InnerClasses:
  public AllocationProfilingData = org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData of org.graalvm.compiler.replacements.AllocationSnippets
  protected AllocationSnippetCounters = org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters of org.graalvm.compiler.replacements.AllocationSnippets