class org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$HotSpotAllocationProfilingData extends org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$HotSpotAllocationProfilingData
  super_class: org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData
{
  java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String typeContext;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  void <init>(org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters, java.lang.String, java.lang.String);
    descriptor: (Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationSnippetCounters;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$HotSpotAllocationProfilingData this
        start local 1 // org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters snippetCounters
        start local 2 // java.lang.String path
        start local 3 // java.lang.String typeContext
         0: .line 819
            aload 0 /* this */
            aload 1 /* snippetCounters */
            invokespecial org.graalvm.compiler.replacements.AllocationSnippets$AllocationProfilingData.<init>:(Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationSnippetCounters;)V
         1: .line 820
            aload 0 /* this */
            aload 2 /* path */
            putfield org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$HotSpotAllocationProfilingData.path:Ljava/lang/String;
         2: .line 821
            aload 0 /* this */
            aload 3 /* typeContext */
            putfield org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$HotSpotAllocationProfilingData.typeContext:Ljava/lang/String;
         3: .line 822
            return
        end local 3 // java.lang.String typeContext
        end local 2 // java.lang.String path
        end local 1 // org.graalvm.compiler.replacements.AllocationSnippets$AllocationSnippetCounters snippetCounters
        end local 0 // org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$HotSpotAllocationProfilingData this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/graalvm/compiler/hotspot/replacements/HotSpotAllocationSnippets$HotSpotAllocationProfilingData;
            0    4     1  snippetCounters  Lorg/graalvm/compiler/replacements/AllocationSnippets$AllocationSnippetCounters;
            0    4     2             path  Ljava/lang/String;
            0    4     3      typeContext  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      snippetCounters  
      path             
      typeContext      
}
SourceFile: "HotSpotAllocationSnippets.java"
NestHost: org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets
InnerClasses:
  private HotSpotAllocationProfilingData = org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets$HotSpotAllocationProfilingData of org.graalvm.compiler.hotspot.replacements.HotSpotAllocationSnippets
  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