public class org.graalvm.compiler.hotspot.replacements.NewObjectSnippets implements org.graalvm.compiler.replacements.Snippets
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.NewObjectSnippets
  super_class: java.lang.Object
{
  public static final int MAX_ARRAY_FAST_PATH_ALLOCATION_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16777215

  public static final org.graalvm.compiler.core.common.spi.ForeignCallDescriptor DYNAMIC_NEW_ARRAY;
    descriptor: Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.graalvm.compiler.core.common.spi.ForeignCallDescriptor DYNAMIC_NEW_INSTANCE;
    descriptor: Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final int MAX_UNROLLED_OBJECT_ZEROING_STORES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static volatile int[] $SWITCH_TABLE$org$graalvm$compiler$hotspot$replacements$NewObjectSnippets$ProfileContext;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 341
            new org.graalvm.compiler.core.common.spi.ForeignCallDescriptor
            dup
            ldc "dynamic_new_array"
            ldc Ljava/lang/Object;
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokespecial org.graalvm.compiler.core.common.spi.ForeignCallDescriptor.<init>:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)V
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.DYNAMIC_NEW_ARRAY:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
         1: .line 342
            new org.graalvm.compiler.core.common.spi.ForeignCallDescriptor
            dup
            ldc "dynamic_new_instance"
            ldc Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Class;
            aastore
            invokespecial org.graalvm.compiler.core.common.spi.ForeignCallDescriptor.<init>:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)V
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.DYNAMIC_NEW_INSTANCE:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
         2: .line 436
            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 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets this
         0: .line 137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets;

  static java.lang.String createName(java.lang.String, java.lang.String, org.graalvm.compiler.options.OptionValues);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String path
        start local 1 // java.lang.String typeContext
        start local 2 // org.graalvm.compiler.options.OptionValues options
         0: .line 149
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.$SWITCH_TABLE$org$graalvm$compiler$hotspot$replacements$NewObjectSnippets$ProfileContext:()[I
            getstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.ProfileAllocationsContext:Lorg/graalvm/compiler/options/EnumOptionKey;
            aload 2 /* options */
            invokevirtual org.graalvm.compiler.options.EnumOptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext
            invokevirtual org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 1
                    2: 2
                    3: 3
                    4: 3
                    5: 4
              default: 5
          }
         1: .line 151
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            areturn
         3: .line 156
      StackMap locals:
      StackMap stack:
            aload 1 /* typeContext */
            areturn
         4: .line 158
      StackMap locals:
      StackMap stack:
            ldc "bytes"
            areturn
         5: .line 160
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.debug.GraalError.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // org.graalvm.compiler.options.OptionValues options
        end local 1 // java.lang.String typeContext
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         path  Ljava/lang/String;
            0    6     1  typeContext  Ljava/lang/String;
            0    6     2      options  Lorg/graalvm/compiler/options/OptionValues;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Fold()
    MethodParameters:
             Name  Flags
      path         
      typeContext  
      options      

  static boolean doProfile(org.graalvm.compiler.options.OptionValues);
    descriptor: (Lorg/graalvm/compiler/options/OptionValues;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.options.OptionValues options
         0: .line 166
            getstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.ProfileAllocations:Lorg/graalvm/compiler/options/OptionKey;
            aload 0 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // org.graalvm.compiler.options.OptionValues options
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  options  Lorg/graalvm/compiler/options/OptionValues;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Fold()
    MethodParameters:
         Name  Flags
      options  

  static boolean withContext(org.graalvm.compiler.options.OptionValues);
    descriptor: (Lorg/graalvm/compiler/options/OptionValues;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.options.OptionValues options
         0: .line 171
            getstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.ProfileAllocationsContext:Lorg/graalvm/compiler/options/EnumOptionKey;
            aload 0 /* options */
            invokevirtual org.graalvm.compiler.options.EnumOptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext
            astore 1 /* context */
        start local 1 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext context
         1: .line 172
            aload 1 /* context */
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.AllocatingMethod:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            if_acmpeq 2
            aload 1 /* context */
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.AllocatedTypesInMethod:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            if_acmpeq 2
            iconst_0
            ireturn
      StackMap locals: org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext context
        end local 0 // org.graalvm.compiler.options.OptionValues options
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  options  Lorg/graalvm/compiler/options/OptionValues;
            1    3     1  context  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Fold()
    MethodParameters:
         Name  Flags
      options  

  protected static void profileAllocation(java.lang.String, long, java.lang.String, org.graalvm.compiler.options.OptionValues);
    descriptor: (Ljava/lang/String;JLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // java.lang.String path
        start local 1 // long size
        start local 3 // java.lang.String typeContext
        start local 4 // org.graalvm.compiler.options.OptionValues options
         0: .line 176
            aload 4 /* options */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.doProfile:(Lorg/graalvm/compiler/options/OptionValues;)Z
            ifeq 5
         1: .line 177
            aload 0 /* path */
            aload 3 /* typeContext */
            aload 4 /* options */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.createName:(Ljava/lang/String;Ljava/lang/String;Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
         2: .line 179
            aload 4 /* options */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.withContext:(Lorg/graalvm/compiler/options/OptionValues;)Z
            istore 6 /* context */
        start local 6 // boolean context
         3: .line 180
            aload 5 /* name */
            ldc "number of bytes allocated"
            lload 1 /* size */
            iload 6 /* context */
            invokestatic org.graalvm.compiler.nodes.debug.DynamicCounterNode.counter:(Ljava/lang/String;Ljava/lang/String;JZ)V
         4: .line 181
            aload 5 /* name */
            ldc "number of allocations"
            lconst_1
            iload 6 /* context */
            invokestatic org.graalvm.compiler.nodes.debug.DynamicCounterNode.counter:(Ljava/lang/String;Ljava/lang/String;JZ)V
        end local 6 // boolean context
        end local 5 // java.lang.String name
         5: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.graalvm.compiler.options.OptionValues options
        end local 3 // java.lang.String typeContext
        end local 1 // long size
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         path  Ljava/lang/String;
            0    6     1         size  J
            0    6     3  typeContext  Ljava/lang/String;
            0    6     4      options  Lorg/graalvm/compiler/options/OptionValues;
            2    5     5         name  Ljava/lang/String;
            3    5     6      context  Z
    MethodParameters:
             Name  Flags
      path         
      size         
      typeContext  
      options      

  public static void emitPrefetchAllocate(org.graalvm.compiler.word.Word, boolean);
    descriptor: (Lorg/graalvm/compiler/word/Word;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.graalvm.compiler.word.Word address
        start local 1 // boolean isArray
         0: .line 186
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.config:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            astore 2 /* config */
        start local 2 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
         1: .line 187
            aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocatePrefetchStyle:I
            ifle 14
         2: .line 190
            iload 1 /* isArray */
            ifeq 3
            aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocatePrefetchLines:I
            goto 4
      StackMap locals: org.graalvm.compiler.hotspot.GraalHotSpotVMConfig
      StackMap stack:
         3: aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocateInstancePrefetchLines:I
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* lines */
        start local 3 // int lines
         5: .line 191
            aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocatePrefetchStepSize:I
            istore 4 /* stepSize */
        start local 4 // int stepSize
         6: .line 192
            aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocatePrefetchDistance:I
            istore 5 /* distance */
        start local 5 // int distance
         7: .line 193
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
         8: .line 194
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 13
        10: .line 195
      StackMap locals: org.graalvm.compiler.word.Word int org.graalvm.compiler.hotspot.GraalHotSpotVMConfig int int int int
      StackMap stack:
            aload 0 /* address */
            iload 5 /* distance */
            i2l
            invokestatic org.graalvm.compiler.nodes.memory.address.OffsetAddressNode.address:(Ljava/lang/Object;J)Lorg/graalvm/compiler/nodes/memory/address/AddressNode$Address;
            invokestatic org.graalvm.compiler.nodes.PrefetchAllocateNode.prefetch:(Lorg/graalvm/compiler/nodes/memory/address/AddressNode$Address;)V
        11: .line 196
            iload 5 /* distance */
            iload 4 /* stepSize */
            iadd
            istore 5 /* distance */
        12: .line 194
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 3 /* lines */
            if_icmplt 10
        end local 6 // int i
        end local 5 // int distance
        end local 4 // int stepSize
        end local 3 // int lines
        14: .line 199
      StackMap locals: org.graalvm.compiler.word.Word int org.graalvm.compiler.hotspot.GraalHotSpotVMConfig
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 1 // boolean isArray
        end local 0 // org.graalvm.compiler.word.Word address
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0   address  Lorg/graalvm/compiler/word/Word;
            0   15     1   isArray  Z
            1   15     2    config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            5   14     3     lines  I
            6   14     4  stepSize  I
            7   14     5  distance  I
            9   14     6         i  I
    MethodParameters:
         Name  Flags
      address  
      isArray  

  public static java.lang.Object allocateInstance(int, org.graalvm.compiler.hotspot.word.KlassPointer, org.graalvm.compiler.word.Word, boolean, jdk.vm.ci.code.Register, boolean, java.lang.String, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // int size
        start local 1 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 3 // boolean fillContents
        start local 4 // jdk.vm.ci.code.Register threadRegister
        start local 5 // boolean constantSize
        start local 6 // java.lang.String typeContext
        start local 7 // org.graalvm.compiler.options.OptionValues options
        start local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 205
            iload 0 /* size */
            aload 1 /* hub */
            aload 2 /* prototypeMarkWord */
            iload 3 /* fillContents */
            aload 4 /* threadRegister */
            iload 5 /* constantSize */
            aload 6 /* typeContext */
            aload 7 /* options */
            aload 8 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateInstanceHelper:(ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            invokestatic org.graalvm.compiler.nodes.PiNode.piCastToSnippetReplaceeStamp:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 7 // org.graalvm.compiler.options.OptionValues options
        end local 6 // java.lang.String typeContext
        end local 5 // boolean constantSize
        end local 4 // jdk.vm.ci.code.Register threadRegister
        end local 3 // boolean fillContents
        end local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 1 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               size  I
            0    1     1                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    1     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0    1     3       fillContents  Z
            0    1     4     threadRegister  Ljdk/vm/ci/code/Register;
            0    1     5       constantSize  Z
            0    1     6        typeContext  Ljava/lang/String;
            0    1     7            options  Lorg/graalvm/compiler/options/OptionValues;
            0    1     8           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      5:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      6:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      7:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      8:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                   Name  Flags
      size               
      hub                
      prototypeMarkWord  
      fillContents       
      threadRegister     
      constantSize       
      typeContext        
      options            
      counters           

  public static java.lang.Object allocateInstanceHelper(int, org.graalvm.compiler.hotspot.word.KlassPointer, org.graalvm.compiler.word.Word, boolean, jdk.vm.ci.code.Register, boolean, java.lang.String, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=14, args_size=9
        start local 0 // int size
        start local 1 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 3 // boolean fillContents
        start local 4 // jdk.vm.ci.code.Register threadRegister
        start local 5 // boolean constantSize
        start local 6 // java.lang.String typeContext
        start local 7 // org.graalvm.compiler.options.OptionValues options
        start local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 211
            aload 4 /* threadRegister */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.registerAsWord:(Ljdk/vm/ci/code/Register;)Lorg/graalvm/compiler/word/Word;
            astore 10 /* thread */
        start local 10 // org.graalvm.compiler.word.Word thread
         1: .line 212
            aload 10 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabTop:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 11 /* top */
        start local 11 // org.graalvm.compiler.word.Word top
         2: .line 213
            aload 10 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabEnd:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 12 /* end */
        start local 12 // org.graalvm.compiler.word.Word end
         3: .line 214
            aload 11 /* top */
            iload 0 /* size */
            invokevirtual org.graalvm.compiler.word.Word.add:(I)Lorg/graalvm/compiler/word/Word;
            astore 13 /* newTop */
        start local 13 // org.graalvm.compiler.word.Word newTop
         4: .line 215
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.useTLAB:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Z
            ifeq 9
            ldc 0.99
            aload 13 /* newTop */
            aload 12 /* end */
            invokevirtual org.graalvm.compiler.word.Word.belowOrEqual:(Lorg/graalvm/compiler/word/Word;)Z
            invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 9
         5: .line 216
            aload 10 /* thread */
            aload 13 /* newTop */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.writeTlabTop:(Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;)V
         6: .line 217
            aload 13 /* newTop */
            iconst_0
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.emitPrefetchAllocate:(Lorg/graalvm/compiler/word/Word;Z)V
         7: .line 218
            aload 1 /* hub */
            iload 0 /* size */
            aload 11 /* top */
            aload 2 /* prototypeMarkWord */
            iload 3 /* fillContents */
            iload 5 /* constantSize */
            aload 8 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.formatObject:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            astore 9 /* result */
        start local 9 // java.lang.Object result
         8: .line 219
            goto 12
        end local 9 // java.lang.Object result
         9: .line 220
      StackMap locals: int org.graalvm.compiler.hotspot.word.KlassPointer org.graalvm.compiler.word.Word int jdk.vm.ci.code.Register int java.lang.String org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters top org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack:
            aload 8 /* counters */
            ifnull 11
            aload 8 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.stub:Lorg/graalvm/compiler/replacements/SnippetCounter;
            ifnull 11
        10: .line 221
            aload 8 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.stub:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        11: .line 223
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend.NEW_INSTANCE:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aload 1 /* hub */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.newInstance:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Ljava/lang/Object;
            astore 9 /* result */
        start local 9 // java.lang.Object result
        12: .line 225
      StackMap locals: int org.graalvm.compiler.hotspot.word.KlassPointer org.graalvm.compiler.word.Word int jdk.vm.ci.code.Register int java.lang.String org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters java.lang.Object org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack:
            ldc "instance"
            iload 0 /* size */
            i2l
            aload 6 /* typeContext */
            aload 7 /* options */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.profileAllocation:(Ljava/lang/String;JLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;)V
        13: .line 226
            aload 9 /* result */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.verifyOop:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 13 // org.graalvm.compiler.word.Word newTop
        end local 12 // org.graalvm.compiler.word.Word end
        end local 11 // org.graalvm.compiler.word.Word top
        end local 10 // org.graalvm.compiler.word.Word thread
        end local 9 // java.lang.Object result
        end local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 7 // org.graalvm.compiler.options.OptionValues options
        end local 6 // java.lang.String typeContext
        end local 5 // boolean constantSize
        end local 4 // jdk.vm.ci.code.Register threadRegister
        end local 3 // boolean fillContents
        end local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 1 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               size  I
            0   14     1                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0   14     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0   14     3       fillContents  Z
            0   14     4     threadRegister  Ljdk/vm/ci/code/Register;
            0   14     5       constantSize  Z
            0   14     6        typeContext  Ljava/lang/String;
            0   14     7            options  Lorg/graalvm/compiler/options/OptionValues;
            0   14     8           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            8    9     9             result  Ljava/lang/Object;
           12   14     9             result  Ljava/lang/Object;
            1   14    10             thread  Lorg/graalvm/compiler/word/Word;
            2   14    11                top  Lorg/graalvm/compiler/word/Word;
            3   14    12                end  Lorg/graalvm/compiler/word/Word;
            4   14    13             newTop  Lorg/graalvm/compiler/word/Word;
    MethodParameters:
                   Name  Flags
      size               
      hub                
      prototypeMarkWord  
      fillContents       
      threadRegister     
      constantSize       
      typeContext        
      options            
      counters           

  public static native java.lang.Object newInstance(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.hotspot.word.KlassPointer);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Ljava/lang/Object;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;, injectedStampIsNonNull = true)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
    MethodParameters:
            Name  Flags
      descriptor  
      hub         

  public static java.lang.Object allocateInstancePIC(int, org.graalvm.compiler.hotspot.word.KlassPointer, org.graalvm.compiler.word.Word, boolean, jdk.vm.ci.code.Register, boolean, java.lang.String, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=10, args_size=9
        start local 0 // int size
        start local 1 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 3 // boolean fillContents
        start local 4 // jdk.vm.ci.code.Register threadRegister
        start local 5 // boolean constantSize
        start local 6 // java.lang.String typeContext
        start local 7 // org.graalvm.compiler.options.OptionValues options
        start local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 239
            aload 1 /* hub */
            invokestatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.loadKlass:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 9 /* picHub */
        start local 9 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
         1: .line 240
            iload 0 /* size */
            aload 9 /* picHub */
            aload 2 /* prototypeMarkWord */
            iload 3 /* fillContents */
            aload 4 /* threadRegister */
            iload 5 /* constantSize */
            aload 6 /* typeContext */
            aload 7 /* options */
            aload 8 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateInstanceHelper:(ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            invokestatic org.graalvm.compiler.nodes.PiNode.piCastToSnippetReplaceeStamp:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 9 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
        end local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 7 // org.graalvm.compiler.options.OptionValues options
        end local 6 // java.lang.String typeContext
        end local 5 // boolean constantSize
        end local 4 // jdk.vm.ci.code.Register threadRegister
        end local 3 // boolean fillContents
        end local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 1 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               size  I
            0    2     1                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    2     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0    2     3       fillContents  Z
            0    2     4     threadRegister  Ljdk/vm/ci/code/Register;
            0    2     5       constantSize  Z
            0    2     6        typeContext  Ljava/lang/String;
            0    2     7            options  Lorg/graalvm/compiler/options/OptionValues;
            0    2     8           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            1    2     9             picHub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      5:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      6:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      7:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      8:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                   Name  Flags
      size               
      hub                
      prototypeMarkWord  
      fillContents       
      threadRegister     
      constantSize       
      typeContext        
      options            
      counters           

  public static  allocateInstanceDynamic(java.lang.Class<?>, java.lang.Class<?>, boolean, jdk.vm.ci.code.Register, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;ZLjdk/vm/ci/code/Register;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // java.lang.Class type
        start local 1 // java.lang.Class classClass
        start local 2 // boolean fillContents
        start local 3 // jdk.vm.ci.code.Register threadRegister
        start local 4 // org.graalvm.compiler.options.OptionValues options
        start local 5 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 246
            ldc 0.010000000000000009
            aload 0 /* type */
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: double
         1: iconst_0
      StackMap locals: java.lang.Class java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters
      StackMap stack: double int
         2: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 4
         3: .line 247
            getstatic jdk.vm.ci.meta.DeoptimizationAction.None:Ljdk/vm/ci/meta/DeoptimizationAction;
            getstatic jdk.vm.ci.meta.DeoptimizationReason.RuntimeConstraint:Ljdk/vm/ci/meta/DeoptimizationReason;
            invokestatic org.graalvm.compiler.nodes.DeoptimizeNode.deopt:(Ljdk/vm/ci/meta/DeoptimizationAction;Ljdk/vm/ci/meta/DeoptimizationReason;)V
         4: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokestatic org.graalvm.compiler.nodes.SnippetAnchorNode.anchor:()Lorg/graalvm/compiler/nodes/extended/GuardingNode;
            invokestatic org.graalvm.compiler.nodes.PiNode.piCastNonNullClass:(Ljava/lang/Class;Lorg/graalvm/compiler/nodes/extended/GuardingNode;)Ljava/lang/Class;
            astore 6 /* nonNullType */
        start local 6 // java.lang.Class nonNullType
         5: .line 251
            ldc 0.010000000000000009
            aload 0 /* type */
            aload 1 /* classClass */
            invokestatic org.graalvm.compiler.nodes.java.DynamicNewInstanceNode.throwsInstantiationException:(Ljava/lang/Class;Ljava/lang/Class;)Z
            invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         6: .line 252
            getstatic jdk.vm.ci.meta.DeoptimizationAction.None:Ljdk/vm/ci/meta/DeoptimizationAction;
            getstatic jdk.vm.ci.meta.DeoptimizationReason.RuntimeConstraint:Ljdk/vm/ci/meta/DeoptimizationReason;
            invokestatic org.graalvm.compiler.nodes.DeoptimizeNode.deopt:(Ljdk/vm/ci/meta/DeoptimizationAction;Ljdk/vm/ci/meta/DeoptimizationReason;)V
         7: .line 255
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* type */
            iload 2 /* fillContents */
            aload 3 /* threadRegister */
            aload 4 /* options */
            aload 5 /* counters */
            aload 6 /* nonNullType */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateInstanceDynamicHelper:(Ljava/lang/Class;ZLjdk/vm/ci/code/Register;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;Ljava/lang/Class;)Ljava/lang/Object;
            invokestatic org.graalvm.compiler.nodes.PiNode.piCastToSnippetReplaceeStamp:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 6 // java.lang.Class nonNullType
        end local 5 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 4 // org.graalvm.compiler.options.OptionValues options
        end local 3 // jdk.vm.ci.code.Register threadRegister
        end local 2 // boolean fillContents
        end local 1 // java.lang.Class classClass
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            type  Ljava/lang/Class<*>;
            0    8     1      classClass  Ljava/lang/Class<*>;
            0    8     2    fillContents  Z
            0    8     3  threadRegister  Ljdk/vm/ci/code/Register;
            0    8     4         options  Lorg/graalvm/compiler/options/OptionValues;
            0    8     5        counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            5    8     6     nonNullType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;ZLjdk/vm/ci/code/Register;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      5:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                Name  Flags
      type            
      classClass      
      fillContents    
      threadRegister  
      options         
      counters        

  private static  allocateInstanceDynamicHelper(java.lang.Class<?>, boolean, jdk.vm.ci.code.Register, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;ZLjdk/vm/ci/code/Register;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=10, args_size=6
        start local 0 // java.lang.Class type
        start local 1 // boolean fillContents
        start local 2 // jdk.vm.ci.code.Register threadRegister
        start local 3 // org.graalvm.compiler.options.OptionValues options
        start local 4 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        start local 5 // java.lang.Class nonNullType
         0: .line 259
            aload 5 /* nonNullType */
            invokestatic org.graalvm.compiler.hotspot.replacements.ClassGetHubNode.readClass:(Ljava/lang/Class;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 6 /* hub */
        start local 6 // org.graalvm.compiler.hotspot.word.KlassPointer hub
         1: .line 260
            ldc 0.99
            aload 6 /* hub */
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.isNull:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals: java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters java.lang.Class org.graalvm.compiler.hotspot.word.KlassPointer
      StackMap stack: double
         2: iconst_1
      StackMap locals: java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters java.lang.Class org.graalvm.compiler.hotspot.word.KlassPointer
      StackMap stack: double int
         3: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 12
         4: .line 261
            aload 6 /* hub */
            invokestatic org.graalvm.compiler.nodes.SnippetAnchorNode.anchor:()Lorg/graalvm/compiler/nodes/extended/GuardingNode;
            invokestatic org.graalvm.compiler.hotspot.replacements.ClassGetHubNode.piCastNonNull:(Ljava/lang/Object;Lorg/graalvm/compiler/nodes/extended/GuardingNode;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 7 /* nonNullHub */
        start local 7 // org.graalvm.compiler.hotspot.word.KlassPointer nonNullHub
         5: .line 263
            ldc 0.99
            aload 7 /* nonNullHub */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.isInstanceKlassFullyInitialized:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Z
            invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 12
         6: .line 264
            aload 7 /* nonNullHub */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readLayoutHelper:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)I
            istore 8 /* layoutHelper */
        start local 8 // int layoutHelper
         7: .line 271
            ldc 0.99
            iload 8 /* layoutHelper */
            iconst_1
            iand
            ifne 8
            iconst_1
            goto 9
      StackMap locals: java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters java.lang.Class org.graalvm.compiler.hotspot.word.KlassPointer org.graalvm.compiler.hotspot.word.KlassPointer int
      StackMap stack: double
         8: iconst_0
      StackMap locals: java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters java.lang.Class org.graalvm.compiler.hotspot.word.KlassPointer org.graalvm.compiler.hotspot.word.KlassPointer int
      StackMap stack: double int
         9: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 12
        10: .line 272
            aload 7 /* nonNullHub */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.prototypeMarkWordOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            getstatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.PROTOTYPE_MARK_WORD_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.readWord:(ILjdk/internal/vm/compiler/word/LocationIdentity;)Lorg/graalvm/compiler/word/Word;
            astore 9 /* prototypeMarkWord */
        start local 9 // org.graalvm.compiler.word.Word prototypeMarkWord
        11: .line 277
            iload 8 /* layoutHelper */
            aload 7 /* nonNullHub */
            aload 9 /* prototypeMarkWord */
            iload 1 /* fillContents */
            aload 2 /* threadRegister */
            iconst_0
            ldc ""
            aload 3 /* options */
            aload 4 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateInstanceHelper:(ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            areturn
        end local 9 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 8 // int layoutHelper
        end local 7 // org.graalvm.compiler.hotspot.word.KlassPointer nonNullHub
        12: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.dynamicNewInstanceStub:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 6 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        end local 5 // java.lang.Class nonNullType
        end local 4 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 3 // org.graalvm.compiler.options.OptionValues options
        end local 2 // jdk.vm.ci.code.Register threadRegister
        end local 1 // boolean fillContents
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               type  Ljava/lang/Class<*>;
            0   13     1       fillContents  Z
            0   13     2     threadRegister  Ljdk/vm/ci/code/Register;
            0   13     3            options  Lorg/graalvm/compiler/options/OptionValues;
            0   13     4           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            0   13     5        nonNullType  Ljava/lang/Class<*>;
            1   13     6                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            5   12     7         nonNullHub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            7   12     8       layoutHelper  I
           11   12     9  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
    Signature: (Ljava/lang/Class<*>;ZLjdk/vm/ci/code/Register;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      type            
      fillContents    
      threadRegister  
      options         
      counters        
      nonNullType     

  public static java.lang.Object allocatePrimitiveArrayPIC(org.graalvm.compiler.hotspot.word.KlassPointer, int, org.graalvm.compiler.word.Word, int, int, boolean, jdk.vm.ci.code.Register, boolean, java.lang.String, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=12, args_size=11
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int length
        start local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 3 // int headerSize
        start local 4 // int log2ElementSize
        start local 5 // boolean fillContents
        start local 6 // jdk.vm.ci.code.Register threadRegister
        start local 7 // boolean maybeUnroll
        start local 8 // java.lang.String typeContext
        start local 9 // org.graalvm.compiler.options.OptionValues options
        start local 10 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 294
            aload 0 /* hub */
            invokestatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyNode.loadKlass:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 11 /* picHub */
        start local 11 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
         1: .line 295
            aload 11 /* picHub */
            iload 1 /* length */
            aload 2 /* prototypeMarkWord */
            iload 3 /* headerSize */
            iload 4 /* log2ElementSize */
            iload 5 /* fillContents */
            aload 6 /* threadRegister */
            iload 7 /* maybeUnroll */
            aload 8 /* typeContext */
            iconst_0
            aload 9 /* options */
            aload 10 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateArrayImpl:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;ZLorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            areturn
        end local 11 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
        end local 10 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 9 // org.graalvm.compiler.options.OptionValues options
        end local 8 // java.lang.String typeContext
        end local 7 // boolean maybeUnroll
        end local 6 // jdk.vm.ci.code.Register threadRegister
        end local 5 // boolean fillContents
        end local 4 // int log2ElementSize
        end local 3 // int headerSize
        end local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 1 // int length
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    2     1             length  I
            0    2     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0    2     3         headerSize  I
            0    2     4    log2ElementSize  I
            0    2     5       fillContents  Z
            0    2     6     threadRegister  Ljdk/vm/ci/code/Register;
            0    2     7        maybeUnroll  Z
            0    2     8        typeContext  Ljava/lang/String;
            0    2     9            options  Lorg/graalvm/compiler/options/OptionValues;
            0    2    10           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            1    2    11             picHub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      5:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      6:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      7:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      8:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      9:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      10:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        
      options            
      counters           

  public static java.lang.Object allocateArrayPIC(org.graalvm.compiler.hotspot.word.KlassPointer, int, org.graalvm.compiler.word.Word, int, int, boolean, jdk.vm.ci.code.Register, boolean, java.lang.String, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=12, args_size=11
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int length
        start local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 3 // int headerSize
        start local 4 // int log2ElementSize
        start local 5 // boolean fillContents
        start local 6 // jdk.vm.ci.code.Register threadRegister
        start local 7 // boolean maybeUnroll
        start local 8 // java.lang.String typeContext
        start local 9 // org.graalvm.compiler.options.OptionValues options
        start local 10 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 303
            aload 0 /* hub */
            invokestatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.loadKlass:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 11 /* picHub */
        start local 11 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
         1: .line 304
            aload 11 /* picHub */
            iload 1 /* length */
            aload 2 /* prototypeMarkWord */
            iload 3 /* headerSize */
            iload 4 /* log2ElementSize */
            iload 5 /* fillContents */
            aload 6 /* threadRegister */
            iload 7 /* maybeUnroll */
            aload 8 /* typeContext */
            iconst_0
            aload 9 /* options */
            aload 10 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateArrayImpl:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;ZLorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            areturn
        end local 11 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
        end local 10 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 9 // org.graalvm.compiler.options.OptionValues options
        end local 8 // java.lang.String typeContext
        end local 7 // boolean maybeUnroll
        end local 6 // jdk.vm.ci.code.Register threadRegister
        end local 5 // boolean fillContents
        end local 4 // int log2ElementSize
        end local 3 // int headerSize
        end local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 1 // int length
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    2     1             length  I
            0    2     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0    2     3         headerSize  I
            0    2     4    log2ElementSize  I
            0    2     5       fillContents  Z
            0    2     6     threadRegister  Ljdk/vm/ci/code/Register;
            0    2     7        maybeUnroll  Z
            0    2     8        typeContext  Ljava/lang/String;
            0    2     9            options  Lorg/graalvm/compiler/options/OptionValues;
            0    2    10           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            1    2    11             picHub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      5:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      6:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      7:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      8:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      9:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      10:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        
      options            
      counters           

  public static java.lang.Object allocateArray(org.graalvm.compiler.hotspot.word.KlassPointer, int, org.graalvm.compiler.word.Word, int, int, boolean, jdk.vm.ci.code.Register, boolean, java.lang.String, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=12, args_size=11
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int length
        start local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 3 // int headerSize
        start local 4 // int log2ElementSize
        start local 5 // boolean fillContents
        start local 6 // jdk.vm.ci.code.Register threadRegister
        start local 7 // boolean maybeUnroll
        start local 8 // java.lang.String typeContext
        start local 9 // org.graalvm.compiler.options.OptionValues options
        start local 10 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 311
            aload 0 /* hub */
            iload 1 /* length */
            aload 2 /* prototypeMarkWord */
            iload 3 /* headerSize */
            iload 4 /* log2ElementSize */
            iload 5 /* fillContents */
            aload 6 /* threadRegister */
            iload 7 /* maybeUnroll */
            aload 8 /* typeContext */
            iconst_0
            aload 9 /* options */
            aload 10 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateArrayImpl:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;ZLorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            astore 11 /* result */
        start local 11 // java.lang.Object result
         1: .line 312
            aload 11 /* result */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.verifyOop:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 1 /* length */
            invokestatic org.graalvm.compiler.nodes.PiArrayNode.piArrayCastToSnippetReplaceeStamp:(Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
        end local 11 // java.lang.Object result
        end local 10 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 9 // org.graalvm.compiler.options.OptionValues options
        end local 8 // java.lang.String typeContext
        end local 7 // boolean maybeUnroll
        end local 6 // jdk.vm.ci.code.Register threadRegister
        end local 5 // boolean fillContents
        end local 4 // int log2ElementSize
        end local 3 // int headerSize
        end local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 1 // int length
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    2     1             length  I
            0    2     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0    2     3         headerSize  I
            0    2     4    log2ElementSize  I
            0    2     5       fillContents  Z
            0    2     6     threadRegister  Ljdk/vm/ci/code/Register;
            0    2     7        maybeUnroll  Z
            0    2     8        typeContext  Ljava/lang/String;
            0    2     9            options  Lorg/graalvm/compiler/options/OptionValues;
            0    2    10           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            1    2    11             result  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      5:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      6:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      7:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      8:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      9:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      10:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        
      options            
      counters           

  private static java.lang.Object allocateArrayImpl(org.graalvm.compiler.hotspot.word.KlassPointer, int, org.graalvm.compiler.word.Word, int, int, boolean, jdk.vm.ci.code.Register, boolean, java.lang.String, boolean, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;ZLorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=18, args_size=12
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int length
        start local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 3 // int headerSize
        start local 4 // int log2ElementSize
        start local 5 // boolean fillContents
        start local 6 // jdk.vm.ci.code.Register threadRegister
        start local 7 // boolean maybeUnroll
        start local 8 // java.lang.String typeContext
        start local 9 // boolean skipNegativeCheck
        start local 10 // org.graalvm.compiler.options.OptionValues options
        start local 11 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 318
            iload 1 /* length */
            iload 3 /* headerSize */
            iload 4 /* log2ElementSize */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.arrayAllocationSize:(III)I
            istore 13 /* allocationSize */
        start local 13 // int allocationSize
         1: .line 319
            aload 6 /* threadRegister */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.registerAsWord:(Ljdk/vm/ci/code/Register;)Lorg/graalvm/compiler/word/Word;
            astore 14 /* thread */
        start local 14 // org.graalvm.compiler.word.Word thread
         2: .line 320
            aload 14 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabTop:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 15 /* top */
        start local 15 // org.graalvm.compiler.word.Word top
         3: .line 321
            aload 14 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabEnd:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 16 /* end */
        start local 16 // org.graalvm.compiler.word.Word end
         4: .line 322
            aload 15 /* top */
            iload 13 /* allocationSize */
            invokevirtual org.graalvm.compiler.word.Word.add:(I)Lorg/graalvm/compiler/word/Word;
            astore 17 /* newTop */
        start local 17 // org.graalvm.compiler.word.Word newTop
         5: .line 323
            ldc 0.9
            iload 9 /* skipNegativeCheck */
            ifne 6
            iload 1 /* length */
            ldc 16777215
            invokestatic org.graalvm.compiler.core.common.calc.UnsignedMath.belowThan:(II)Z
            ifne 6
            iconst_0
            goto 7
      StackMap locals: org.graalvm.compiler.hotspot.word.KlassPointer int org.graalvm.compiler.word.Word int int int jdk.vm.ci.code.Register int java.lang.String int org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters top int org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack: double
         6: iconst_1
      StackMap locals: org.graalvm.compiler.hotspot.word.KlassPointer int org.graalvm.compiler.word.Word int int int jdk.vm.ci.code.Register int java.lang.String int org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters top int org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack: double int
         7: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 15
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.useTLAB:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Z
            ifeq 15
         8: .line 324
            ldc 0.99
            aload 17 /* newTop */
            aload 16 /* end */
            invokevirtual org.graalvm.compiler.word.Word.belowOrEqual:(Lorg/graalvm/compiler/word/Word;)Z
            invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 15
         9: .line 325
            aload 14 /* thread */
            aload 17 /* newTop */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.writeTlabTop:(Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;)V
        10: .line 326
            aload 17 /* newTop */
            iconst_1
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.emitPrefetchAllocate:(Lorg/graalvm/compiler/word/Word;Z)V
        11: .line 327
            aload 11 /* counters */
            ifnull 13
            aload 11 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.arrayLoopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            ifnull 13
        12: .line 328
            aload 11 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.arrayLoopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        13: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* hub */
            iload 13 /* allocationSize */
            iload 1 /* length */
            iload 3 /* headerSize */
            aload 15 /* top */
            aload 2 /* prototypeMarkWord */
            iload 5 /* fillContents */
            iload 7 /* maybeUnroll */
            aload 11 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.formatArray:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;IIILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            astore 12 /* result */
        start local 12 // java.lang.Object result
        14: .line 331
            goto 16
        end local 12 // java.lang.Object result
        15: .line 332
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend.NEW_ARRAY:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aload 0 /* hub */
            iload 1 /* length */
            iload 5 /* fillContents */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.newArray:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/KlassPointer;IZ)Ljava/lang/Object;
            astore 12 /* result */
        start local 12 // java.lang.Object result
        16: .line 334
      StackMap locals: org.graalvm.compiler.hotspot.word.KlassPointer int org.graalvm.compiler.word.Word int int int jdk.vm.ci.code.Register int java.lang.String int org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters java.lang.Object int org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack:
            ldc "array"
            iload 13 /* allocationSize */
            i2l
            aload 8 /* typeContext */
            aload 10 /* options */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.profileAllocation:(Ljava/lang/String;JLjava/lang/String;Lorg/graalvm/compiler/options/OptionValues;)V
        17: .line 335
            aload 12 /* result */
            areturn
        end local 17 // org.graalvm.compiler.word.Word newTop
        end local 16 // org.graalvm.compiler.word.Word end
        end local 15 // org.graalvm.compiler.word.Word top
        end local 14 // org.graalvm.compiler.word.Word thread
        end local 13 // int allocationSize
        end local 12 // java.lang.Object result
        end local 11 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 10 // org.graalvm.compiler.options.OptionValues options
        end local 9 // boolean skipNegativeCheck
        end local 8 // java.lang.String typeContext
        end local 7 // boolean maybeUnroll
        end local 6 // jdk.vm.ci.code.Register threadRegister
        end local 5 // boolean fillContents
        end local 4 // int log2ElementSize
        end local 3 // int headerSize
        end local 2 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 1 // int length
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0   18     1             length  I
            0   18     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0   18     3         headerSize  I
            0   18     4    log2ElementSize  I
            0   18     5       fillContents  Z
            0   18     6     threadRegister  Ljdk/vm/ci/code/Register;
            0   18     7        maybeUnroll  Z
            0   18     8        typeContext  Ljava/lang/String;
            0   18     9  skipNegativeCheck  Z
            0   18    10            options  Lorg/graalvm/compiler/options/OptionValues;
            0   18    11           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
           14   15    12             result  Ljava/lang/Object;
           16   18    12             result  Ljava/lang/Object;
            1   18    13     allocationSize  I
            2   18    14             thread  Lorg/graalvm/compiler/word/Word;
            3   18    15                top  Lorg/graalvm/compiler/word/Word;
            4   18    16                end  Lorg/graalvm/compiler/word/Word;
            5   18    17             newTop  Lorg/graalvm/compiler/word/Word;
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        
      skipNegativeCheck  
      options            
      counters           

  public static native java.lang.Object newArray(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.hotspot.word.KlassPointer, int, boolean);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/KlassPointer;IZ)Ljava/lang/Object;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;, injectedStampIsNonNull = true)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
      2:
      3:
    MethodParameters:
              Name  Flags
      descriptor    
      hub           
      length        
      fillContents  

  public static native  dynamicNewArrayStub(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, java.lang.Class<?>, int);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Class;I)Ljava/lang/Object;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    Signature: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Class<*>;I)Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;, injectedStampIsNonNull = true)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
      2:
    MethodParameters:
             Name  Flags
      descriptor   
      elementType  
      length       

  public static  dynamicNewInstanceStub(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class elementType
         0: .line 348
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.DYNAMIC_NEW_INSTANCE:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aload 0 /* elementType */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.dynamicNewInstanceStubCall:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 0 // java.lang.Class elementType
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  elementType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      elementType  

  public static native  dynamicNewInstanceStubCall(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, java.lang.Class<?>);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    Signature: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Class<*>;)Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;, injectedStampIsNonNull = true)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
    MethodParameters:
             Name  Flags
      descriptor   
      elementType  

  public static  allocateArrayDynamic(java.lang.Class<?>, java.lang.Class<?>, int, boolean, jdk.vm.ci.code.Register, jdk.vm.ci.meta.JavaKind, int, org.graalvm.compiler.word.Word, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;IZLjdk/vm/ci/code/Register;Ljdk/vm/ci/meta/JavaKind;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=11, args_size=10
        start local 0 // java.lang.Class elementType
        start local 1 // java.lang.Class voidClass
        start local 2 // int length
        start local 3 // boolean fillContents
        start local 4 // jdk.vm.ci.code.Register threadRegister
        start local 5 // jdk.vm.ci.meta.JavaKind knownElementKind
        start local 6 // int knownLayoutHelper
        start local 7 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 8 // org.graalvm.compiler.options.OptionValues options
        start local 9 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 358
            aload 0 /* elementType */
            aload 1 /* voidClass */
            iload 2 /* length */
            iload 3 /* fillContents */
            aload 4 /* threadRegister */
            aload 5 /* knownElementKind */
            iload 6 /* knownLayoutHelper */
            aload 7 /* prototypeMarkWord */
            aload 8 /* options */
            aload 9 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateArrayDynamicImpl:(Ljava/lang/Class;Ljava/lang/Class;IZLjdk/vm/ci/code/Register;Ljdk/vm/ci/meta/JavaKind;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            astore 10 /* result */
        start local 10 // java.lang.Object result
         1: .line 359
            aload 10 /* result */
            areturn
        end local 10 // java.lang.Object result
        end local 9 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 8 // org.graalvm.compiler.options.OptionValues options
        end local 7 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 6 // int knownLayoutHelper
        end local 5 // jdk.vm.ci.meta.JavaKind knownElementKind
        end local 4 // jdk.vm.ci.code.Register threadRegister
        end local 3 // boolean fillContents
        end local 2 // int length
        end local 1 // java.lang.Class voidClass
        end local 0 // java.lang.Class elementType
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0        elementType  Ljava/lang/Class<*>;
            0    2     1          voidClass  Ljava/lang/Class<*>;
            0    2     2             length  I
            0    2     3       fillContents  Z
            0    2     4     threadRegister  Ljdk/vm/ci/code/Register;
            0    2     5   knownElementKind  Ljdk/vm/ci/meta/JavaKind;
            0    2     6  knownLayoutHelper  I
            0    2     7  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0    2     8            options  Lorg/graalvm/compiler/options/OptionValues;
            0    2     9           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            1    2    10             result  Ljava/lang/Object;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;IZLjdk/vm/ci/code/Register;Ljdk/vm/ci/meta/JavaKind;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      4:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      5:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      6:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      7:
      8:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      9:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                   Name  Flags
      elementType        
      voidClass          
      length             
      fillContents       
      threadRegister     
      knownElementKind   
      knownLayoutHelper  
      prototypeMarkWord  
      options            
      counters           

  private static  allocateArrayDynamicImpl(java.lang.Class<?>, java.lang.Class<?>, int, boolean, jdk.vm.ci.code.Register, jdk.vm.ci.meta.JavaKind, int, org.graalvm.compiler.word.Word, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;IZLjdk/vm/ci/code/Register;Ljdk/vm/ci/meta/JavaKind;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=12, locals=16, args_size=10
        start local 0 // java.lang.Class elementType
        start local 1 // java.lang.Class voidClass
        start local 2 // int length
        start local 3 // boolean fillContents
        start local 4 // jdk.vm.ci.code.Register threadRegister
        start local 5 // jdk.vm.ci.meta.JavaKind knownElementKind
        start local 6 // int knownLayoutHelper
        start local 7 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 8 // org.graalvm.compiler.options.OptionValues options
        start local 9 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 368
            aload 5 /* knownElementKind */
            getstatic jdk.vm.ci.meta.JavaKind.Void:Ljdk/vm/ci/meta/JavaKind;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "unsupported knownElementKind"
            invokestatic org.graalvm.compiler.replacements.ReplacementsUtil.staticAssert:(ZLjava/lang/String;)V
         3: .line 369
            aload 5 /* knownElementKind */
            getstatic jdk.vm.ci.meta.JavaKind.Illegal:Ljdk/vm/ci/meta/JavaKind;
            if_acmpne 7
            ldc 0.010000000000000009
            aload 0 /* elementType */
            ifnull 4
            aload 0 /* elementType */
            aload 1 /* voidClass */
            invokestatic org.graalvm.compiler.nodes.java.DynamicNewArrayNode.throwsIllegalArgumentException:(Ljava/lang/Class;Ljava/lang/Class;)Z
            ifne 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: double
         4: iconst_1
      StackMap locals: java.lang.Class java.lang.Class int int jdk.vm.ci.code.Register jdk.vm.ci.meta.JavaKind int org.graalvm.compiler.word.Word org.graalvm.compiler.options.OptionValues org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters
      StackMap stack: double int
         5: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         6: .line 370
            getstatic jdk.vm.ci.meta.DeoptimizationAction.None:Ljdk/vm/ci/meta/DeoptimizationAction;
            getstatic jdk.vm.ci.meta.DeoptimizationReason.RuntimeConstraint:Ljdk/vm/ci/meta/DeoptimizationReason;
            invokestatic org.graalvm.compiler.nodes.DeoptimizeNode.deopt:(Ljdk/vm/ci/meta/DeoptimizationAction;Ljdk/vm/ci/meta/DeoptimizationReason;)V
         7: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* elementType */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.arrayKlassOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            getstatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.CLASS_ARRAY_KLASS_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.loadKlassFromObject:(Ljava/lang/Object;ILjdk/internal/vm/compiler/word/LocationIdentity;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 10 /* klass */
        start local 10 // org.graalvm.compiler.hotspot.word.KlassPointer klass
         8: .line 374
            aload 10 /* klass */
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.isNull:()Z
            ifeq 10
         9: .line 375
            getstatic jdk.vm.ci.meta.DeoptimizationAction.None:Ljdk/vm/ci/meta/DeoptimizationAction;
            getstatic jdk.vm.ci.meta.DeoptimizationReason.RuntimeConstraint:Ljdk/vm/ci/meta/DeoptimizationReason;
            invokestatic org.graalvm.compiler.nodes.DeoptimizeNode.deopt:(Ljdk/vm/ci/meta/DeoptimizationAction;Ljdk/vm/ci/meta/DeoptimizationReason;)V
        10: .line 377
      StackMap locals: org.graalvm.compiler.hotspot.word.KlassPointer
      StackMap stack:
            aload 10 /* klass */
            invokestatic org.graalvm.compiler.nodes.SnippetAnchorNode.anchor:()Lorg/graalvm/compiler/nodes/extended/GuardingNode;
            invokestatic org.graalvm.compiler.hotspot.replacements.ClassGetHubNode.piCastNonNull:(Ljava/lang/Object;Lorg/graalvm/compiler/nodes/extended/GuardingNode;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 11 /* nonNullKlass */
        start local 11 // org.graalvm.compiler.hotspot.word.KlassPointer nonNullKlass
        11: .line 379
            iload 2 /* length */
            ifge 13
        12: .line 380
            getstatic jdk.vm.ci.meta.DeoptimizationAction.None:Ljdk/vm/ci/meta/DeoptimizationAction;
            getstatic jdk.vm.ci.meta.DeoptimizationReason.RuntimeConstraint:Ljdk/vm/ci/meta/DeoptimizationReason;
            invokestatic org.graalvm.compiler.nodes.DeoptimizeNode.deopt:(Ljdk/vm/ci/meta/DeoptimizationAction;Ljdk/vm/ci/meta/DeoptimizationReason;)V
        13: .line 383
      StackMap locals: org.graalvm.compiler.hotspot.word.KlassPointer
      StackMap stack:
            aload 5 /* knownElementKind */
            getstatic jdk.vm.ci.meta.JavaKind.Illegal:Ljdk/vm/ci/meta/JavaKind;
            if_acmpne 16
        14: .line 384
            aload 11 /* nonNullKlass */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readLayoutHelper:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)I
            istore 12 /* layoutHelper */
        start local 12 // int layoutHelper
        15: .line 385
            goto 20
        end local 12 // int layoutHelper
        16: .line 386
      StackMap locals:
      StackMap stack:
            iload 6 /* knownLayoutHelper */
            aload 11 /* nonNullKlass */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readLayoutHelper:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)I
            if_icmpne 17
            iconst_1
            goto 18
      StackMap locals:
      StackMap stack:
        17: iconst_0
      StackMap locals:
      StackMap stack: int
        18: ldc "layout mismatch"
            invokestatic org.graalvm.compiler.replacements.ReplacementsUtil.runtimeAssert:(ZLjava/lang/String;)V
        19: .line 387
            iload 6 /* knownLayoutHelper */
            istore 12 /* layoutHelper */
        start local 12 // int layoutHelper
        20: .line 402
      StackMap locals: int
      StackMap stack:
            iload 12 /* layoutHelper */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.layoutHelperHeaderSizeShift:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            ishr
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.layoutHelperHeaderSizeMask:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iand
            istore 13 /* headerSize */
        start local 13 // int headerSize
        21: .line 403
            iload 12 /* layoutHelper */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.layoutHelperLog2ElementSizeShift:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            ishr
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.layoutHelperLog2ElementSizeMask:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iand
            istore 14 /* log2ElementSize */
        start local 14 // int log2ElementSize
        22: .line 405
            aload 11 /* nonNullKlass */
            iload 2 /* length */
            aload 7 /* prototypeMarkWord */
            iload 13 /* headerSize */
            iload 14 /* log2ElementSize */
            iload 3 /* fillContents */
            aload 4 /* threadRegister */
            iconst_0
            ldc "dynamic type"
            iconst_1
            aload 8 /* options */
            aload 9 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateArrayImpl:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;ZLorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            astore 15 /* result */
        start local 15 // java.lang.Object result
        23: .line 406
            aload 15 /* result */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.verifyOop:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 2 /* length */
            invokestatic org.graalvm.compiler.nodes.PiArrayNode.piArrayCastToSnippetReplaceeStamp:(Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
        end local 15 // java.lang.Object result
        end local 14 // int log2ElementSize
        end local 13 // int headerSize
        end local 12 // int layoutHelper
        end local 11 // org.graalvm.compiler.hotspot.word.KlassPointer nonNullKlass
        end local 10 // org.graalvm.compiler.hotspot.word.KlassPointer klass
        end local 9 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 8 // org.graalvm.compiler.options.OptionValues options
        end local 7 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 6 // int knownLayoutHelper
        end local 5 // jdk.vm.ci.meta.JavaKind knownElementKind
        end local 4 // jdk.vm.ci.code.Register threadRegister
        end local 3 // boolean fillContents
        end local 2 // int length
        end local 1 // java.lang.Class voidClass
        end local 0 // java.lang.Class elementType
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   24     0        elementType  Ljava/lang/Class<*>;
            0   24     1          voidClass  Ljava/lang/Class<*>;
            0   24     2             length  I
            0   24     3       fillContents  Z
            0   24     4     threadRegister  Ljdk/vm/ci/code/Register;
            0   24     5   knownElementKind  Ljdk/vm/ci/meta/JavaKind;
            0   24     6  knownLayoutHelper  I
            0   24     7  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0   24     8            options  Lorg/graalvm/compiler/options/OptionValues;
            0   24     9           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            8   24    10              klass  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
           11   24    11       nonNullKlass  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
           15   16    12       layoutHelper  I
           20   24    12       layoutHelper  I
           21   24    13         headerSize  I
           22   24    14    log2ElementSize  I
           23   24    15             result  Ljava/lang/Object;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;IZLjdk/vm/ci/code/Register;Ljdk/vm/ci/meta/JavaKind;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    MethodParameters:
                   Name  Flags
      elementType        
      voidClass          
      length             
      fillContents       
      threadRegister     
      knownElementKind   
      knownLayoutHelper  
      prototypeMarkWord  
      options            
      counters           

  public static java.lang.Object newmultiarray(org.graalvm.compiler.hotspot.word.KlassPointer, int, int[]);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;I[I)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int rank
        start local 2 // int[] dimensions
         0: .line 414
            iload 1 /* rank */
            invokestatic org.graalvm.compiler.hotspot.nodes.DimensionsNode.allocaDimsArray:(I)Lorg/graalvm/compiler/word/Word;
            astore 3 /* dims */
        start local 3 // org.graalvm.compiler.word.Word dims
         1: .line 415
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
         2: .line 416
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 417
      StackMap locals: org.graalvm.compiler.word.Word int
      StackMap stack:
            aload 3 /* dims */
            iload 4 /* i */
            iconst_4
            imul
            aload 2 /* dimensions */
            iload 4 /* i */
            iaload
            invokestatic jdk.internal.vm.compiler.word.LocationIdentity.init:()Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.writeInt:(IILjdk/internal/vm/compiler/word/LocationIdentity;)V
         5: .line 416
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 1 /* rank */
            if_icmplt 4
        end local 4 // int i
         7: .line 419
            getstatic org.graalvm.compiler.hotspot.HotSpotBackend.NEW_MULTI_ARRAY:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aload 0 /* hub */
            iload 1 /* rank */
            aload 3 /* dims */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.newArrayCall:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;)Ljava/lang/Object;
            areturn
        end local 3 // org.graalvm.compiler.word.Word dims
        end local 2 // int[] dimensions
        end local 1 // int rank
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0         hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    8     1        rank  I
            0    8     2  dimensions  [I
            1    8     3        dims  Lorg/graalvm/compiler/word/Word;
            3    7     4           i  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      2:
        org.graalvm.compiler.api.replacements.Snippet$VarargsParameter()
    MethodParameters:
            Name  Flags
      hub         
      rank        
      dimensions  

  public static java.lang.Object newmultiarrayPIC(org.graalvm.compiler.hotspot.word.KlassPointer, int, int[]);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;I[I)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int rank
        start local 2 // int[] dimensions
         0: .line 425
            aload 0 /* hub */
            invokestatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.loadKlass:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 3 /* picHub */
        start local 3 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
         1: .line 426
            aload 3 /* picHub */
            iload 1 /* rank */
            aload 2 /* dimensions */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.newmultiarray:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;I[I)Ljava/lang/Object;
            areturn
        end local 3 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
        end local 2 // int[] dimensions
        end local 1 // int rank
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0         hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    2     1        rank  I
            0    2     2  dimensions  [I
            1    2     3      picHub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      2:
        org.graalvm.compiler.api.replacements.Snippet$VarargsParameter()
    MethodParameters:
            Name  Flags
      hub         
      rank        
      dimensions  

  public static native java.lang.Object newArrayCall(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, org.graalvm.compiler.hotspot.word.KlassPointer, int, org.graalvm.compiler.word.Word);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;)Ljava/lang/Object;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;, injectedStampIsNonNull = true)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
      2:
      3:
    MethodParameters:
            Name  Flags
      descriptor  
      hub         
      rank        
      dims        

  private static void zeroMemory(int, org.graalvm.compiler.word.Word, boolean, int, boolean, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (ILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // int size
        start local 1 // org.graalvm.compiler.word.Word memory
        start local 2 // boolean constantSize
        start local 3 // int startOffset
        start local 4 // boolean manualUnroll
        start local 5 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 449
            lconst_0
            iload 0 /* size */
            aload 1 /* memory */
            iload 2 /* constantSize */
            iload 3 /* startOffset */
            iload 4 /* manualUnroll */
            aload 5 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillMemory:(JILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
         1: .line 450
            return
        end local 5 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 4 // boolean manualUnroll
        end local 3 // int startOffset
        end local 2 // boolean constantSize
        end local 1 // org.graalvm.compiler.word.Word memory
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          size  I
            0    2     1        memory  Lorg/graalvm/compiler/word/Word;
            0    2     2  constantSize  Z
            0    2     3   startOffset  I
            0    2     4  manualUnroll  Z
            0    2     5      counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
    MethodParameters:
              Name  Flags
      size          
      memory        
      constantSize  
      startOffset   
      manualUnroll  
      counters      

  private static void fillMemory(long, int, org.graalvm.compiler.word.Word, boolean, int, boolean, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (JILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=10, args_size=7
        start local 0 // long value
        start local 2 // int size
        start local 3 // org.graalvm.compiler.word.Word memory
        start local 4 // boolean constantSize
        start local 5 // int startOffset
        start local 6 // boolean manualUnroll
        start local 7 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 453
            iload 2 /* size */
            bipush 7
            iand
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "unaligned object size"
            invokestatic org.graalvm.compiler.replacements.ReplacementsUtil.runtimeAssert:(ZLjava/lang/String;)V
         3: .line 454
            iload 5 /* startOffset */
            istore 8 /* offset */
        start local 8 // int offset
         4: .line 455
            iload 8 /* offset */
            bipush 7
            iand
            ifeq 7
         5: .line 456
            aload 3 /* memory */
            iload 8 /* offset */
            lload 0 /* value */
            l2i
            invokestatic jdk.internal.vm.compiler.word.LocationIdentity.init:()Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.writeInt:(IILjdk/internal/vm/compiler/word/LocationIdentity;)V
         6: .line 457
            iinc 8 /* offset */ 4
         7: .line 459
      StackMap locals: int
      StackMap stack:
            iload 8 /* offset */
            bipush 7
            iand
            ifne 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: ldc "unaligned offset"
            invokestatic org.graalvm.compiler.replacements.ReplacementsUtil.runtimeAssert:(ZLjava/lang/String;)V
        10: .line 460
            iload 6 /* manualUnroll */
            ifeq 25
            iload 2 /* size */
            iload 8 /* offset */
            isub
            bipush 8
            idiv
            bipush 8
            if_icmpgt 25
        11: .line 461
            iload 4 /* constantSize */
            ifeq 12
            iconst_0
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_1
      StackMap locals:
      StackMap stack: int
        13: ldc "size shouldn't be constant at instantiation time"
            invokestatic org.graalvm.compiler.replacements.ReplacementsUtil.staticAssert:(ZLjava/lang/String;)V
        14: .line 465
            aload 7 /* counters */
            ifnull 16
            aload 7 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.instanceSeqInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            ifnull 16
        15: .line 466
            aload 7 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.instanceSeqInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        16: .line 469
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
        17: .line 470
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        18: goto 23
        19: .line 471
      StackMap locals: int
      StackMap stack:
            iload 8 /* offset */
            iload 2 /* size */
            if_icmpne 21
        20: .line 472
            goto 37
        21: .line 474
      StackMap locals:
      StackMap stack:
            aload 3 /* memory */
            iload 8 /* offset */
            lload 0 /* value */
            invokestatic jdk.internal.vm.compiler.word.LocationIdentity.init:()Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.initializeLong:(IJLjdk/internal/vm/compiler/word/LocationIdentity;)V
        22: .line 470
            iinc 9 /* i */ 1
            iinc 8 /* offset */ 8
      StackMap locals:
      StackMap stack:
        23: iload 9 /* i */
            bipush 8
            if_icmplt 19
        end local 9 // int i
        24: .line 476
            goto 37
        25: .line 478
      StackMap locals:
      StackMap stack:
            iload 8 /* offset */
            invokestatic jdk.internal.vm.compiler.word.WordFactory.signed:(I)Ljdk/internal/vm/compiler/word/SignedWord;
            checkcast org.graalvm.compiler.word.Word
            astore 9 /* off */
        start local 9 // org.graalvm.compiler.word.Word off
        26: .line 479
            iload 4 /* constantSize */
            ifeq 31
            iload 2 /* size */
            iload 8 /* offset */
            isub
            bipush 8
            idiv
            bipush 8
            if_icmpgt 31
        27: .line 480
            aload 7 /* counters */
            ifnull 29
            aload 7 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.instanceSeqInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            ifnull 29
        28: .line 481
            aload 7 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.instanceSeqInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        29: .line 483
      StackMap locals: org.graalvm.compiler.word.Word
      StackMap stack:
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
        30: .line 484
            goto 36
        31: .line 485
      StackMap locals:
      StackMap stack:
            aload 7 /* counters */
            ifnull 36
            aload 7 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.instanceLoopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            ifnull 36
        32: .line 486
            aload 7 /* counters */
            getfield org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters.instanceLoopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        33: .line 489
            goto 36
        34: .line 490
      StackMap locals:
      StackMap stack:
            aload 3 /* memory */
            aload 9 /* off */
            lload 0 /* value */
            invokestatic jdk.internal.vm.compiler.word.LocationIdentity.init:()Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.initializeLong:(Ljdk/internal/vm/compiler/word/WordBase;JLjdk/internal/vm/compiler/word/LocationIdentity;)V
        35: .line 489
            aload 9 /* off */
            bipush 8
            invokevirtual org.graalvm.compiler.word.Word.add:(I)Lorg/graalvm/compiler/word/Word;
            astore 9 /* off */
      StackMap locals:
      StackMap stack:
        36: aload 9 /* off */
            invokevirtual org.graalvm.compiler.word.Word.rawValue:()J
            iload 2 /* size */
            i2l
            lcmp
            iflt 34
        end local 9 // org.graalvm.compiler.word.Word off
        37: .line 493
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int offset
        end local 7 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 6 // boolean manualUnroll
        end local 5 // int startOffset
        end local 4 // boolean constantSize
        end local 3 // org.graalvm.compiler.word.Word memory
        end local 2 // int size
        end local 0 // long value
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   38     0         value  J
            0   38     2          size  I
            0   38     3        memory  Lorg/graalvm/compiler/word/Word;
            0   38     4  constantSize  Z
            0   38     5   startOffset  I
            0   38     6  manualUnroll  Z
            0   38     7      counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            4   38     8        offset  I
           18   24     9             i  I
           26   37     9           off  Lorg/graalvm/compiler/word/Word;
    MethodParameters:
              Name  Flags
      value         
      size          
      memory        
      constantSize  
      startOffset   
      manualUnroll  
      counters      

  private static void fillWithGarbage(int, org.graalvm.compiler.word.Word, boolean, int, boolean, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (ILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // int size
        start local 1 // org.graalvm.compiler.word.Word memory
        start local 2 // boolean constantSize
        start local 3 // int startOffset
        start local 4 // boolean manualUnroll
        start local 5 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 506
            ldc -72340172838076674
            iload 0 /* size */
            aload 1 /* memory */
            iload 2 /* constantSize */
            iload 3 /* startOffset */
            iload 4 /* manualUnroll */
            aload 5 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillMemory:(JILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
         1: .line 507
            return
        end local 5 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 4 // boolean manualUnroll
        end local 3 // int startOffset
        end local 2 // boolean constantSize
        end local 1 // org.graalvm.compiler.word.Word memory
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          size  I
            0    2     1        memory  Lorg/graalvm/compiler/word/Word;
            0    2     2  constantSize  Z
            0    2     3   startOffset  I
            0    2     4  manualUnroll  Z
            0    2     5      counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
    MethodParameters:
              Name  Flags
      size          
      memory        
      constantSize  
      startOffset   
      manualUnroll  
      counters      

  public static java.lang.Object formatObjectForStub(org.graalvm.compiler.hotspot.word.KlassPointer, int, org.graalvm.compiler.word.Word, org.graalvm.compiler.word.Word);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int size
        start local 2 // org.graalvm.compiler.word.Word memory
        start local 3 // org.graalvm.compiler.word.Word compileTimePrototypeMarkWord
         0: .line 514
            aload 0 /* hub */
            iload 1 /* size */
            aload 2 /* memory */
            aload 3 /* compileTimePrototypeMarkWord */
            iconst_1
            iconst_0
            aconst_null
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.formatObject:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
            areturn
        end local 3 // org.graalvm.compiler.word.Word compileTimePrototypeMarkWord
        end local 2 // org.graalvm.compiler.word.Word memory
        end local 1 // int size
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    1     0                           hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    1     1                          size  I
            0    1     2                        memory  Lorg/graalvm/compiler/word/Word;
            0    1     3  compileTimePrototypeMarkWord  Lorg/graalvm/compiler/word/Word;
    MethodParameters:
                              Name  Flags
      hub                           
      size                          
      memory                        
      compileTimePrototypeMarkWord  

  protected static java.lang.Object formatObject(org.graalvm.compiler.hotspot.word.KlassPointer, int, org.graalvm.compiler.word.Word, org.graalvm.compiler.word.Word, boolean, boolean, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int size
        start local 2 // org.graalvm.compiler.word.Word memory
        start local 3 // org.graalvm.compiler.word.Word compileTimePrototypeMarkWord
        start local 4 // boolean fillContents
        start local 5 // boolean constantSize
        start local 6 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 521
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.useBiasedLocking:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Z
            ifeq 1
            aload 0 /* hub */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.prototypeMarkWordOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            getstatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.PROTOTYPE_MARK_WORD_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.readWord:(ILjdk/internal/vm/compiler/word/LocationIdentity;)Lorg/graalvm/compiler/word/Word;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 3 /* compileTimePrototypeMarkWord */
      StackMap locals:
      StackMap stack: org.graalvm.compiler.word.Word
         2: astore 7 /* prototypeMarkWord */
        start local 7 // org.graalvm.compiler.word.Word prototypeMarkWord
         3: .line 522
            aload 2 /* memory */
            aload 7 /* prototypeMarkWord */
            aload 0 /* hub */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.initializeObjectHeader:(Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/hotspot/word/KlassPointer;)V
         4: .line 523
            iload 4 /* fillContents */
            ifeq 7
         5: .line 524
            iload 1 /* size */
            aload 2 /* memory */
            iload 5 /* constantSize */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.instanceHeaderSize:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iconst_0
            aload 6 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.zeroMemory:(ILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
         6: .line 525
            goto 9
      StackMap locals: org.graalvm.compiler.word.Word
      StackMap stack:
         7: getstatic org.graalvm.compiler.replacements.ReplacementsUtil.REPLACEMENTS_ASSERTIONS_ENABLED:Z
            ifeq 9
         8: .line 526
            iload 1 /* size */
            aload 2 /* memory */
            iload 5 /* constantSize */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.instanceHeaderSize:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iconst_0
            aload 6 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillWithGarbage:(ILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
         9: .line 528
      StackMap locals:
      StackMap stack:
            bipush 8
            invokestatic jdk.internal.vm.compiler.word.LocationIdentity.init:()Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokestatic org.graalvm.compiler.nodes.extended.MembarNode.memoryBarrier:(ILjdk/internal/vm/compiler/word/LocationIdentity;)V
        10: .line 529
            aload 2 /* memory */
            invokevirtual org.graalvm.compiler.word.Word.toObjectNonNull:()Ljava/lang/Object;
            areturn
        end local 7 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 6 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 5 // boolean constantSize
        end local 4 // boolean fillContents
        end local 3 // org.graalvm.compiler.word.Word compileTimePrototypeMarkWord
        end local 2 // org.graalvm.compiler.word.Word memory
        end local 1 // int size
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   11     0                           hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0   11     1                          size  I
            0   11     2                        memory  Lorg/graalvm/compiler/word/Word;
            0   11     3  compileTimePrototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0   11     4                  fillContents  Z
            0   11     5                  constantSize  Z
            0   11     6                      counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
            3   11     7             prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
    MethodParameters:
                              Name  Flags
      hub                           
      size                          
      memory                        
      compileTimePrototypeMarkWord  
      fillContents                  
      constantSize                  
      counters                      

  protected static void verifyHeap(jdk.vm.ci.code.Register);
    descriptor: (Ljdk/vm/ci/code/Register;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // jdk.vm.ci.code.Register threadRegister
         0: .line 534
            aload 0 /* threadRegister */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.registerAsWord:(Ljdk/vm/ci/code/Register;)Lorg/graalvm/compiler/word/Word;
            astore 1 /* thread */
        start local 1 // org.graalvm.compiler.word.Word thread
         1: .line 535
            aload 1 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabTop:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 2 /* topValue */
        start local 2 // org.graalvm.compiler.word.Word topValue
         2: .line 536
            aload 2 /* topValue */
            invokestatic jdk.internal.vm.compiler.word.WordFactory.zero:()Ljdk/internal/vm/compiler/word/WordBase;
            checkcast org.graalvm.compiler.word.Word
            invokevirtual org.graalvm.compiler.word.Word.equal:(Lorg/graalvm/compiler/word/Word;)Z
            ifne 6
         3: .line 537
            aload 2 /* topValue */
            iconst_0
            getstatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.MARK_WORD_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.readWord:(ILjdk/internal/vm/compiler/word/LocationIdentity;)Ljdk/internal/vm/compiler/word/WordBase;
            checkcast org.graalvm.compiler.word.Word
            astore 3 /* topValueContents */
        start local 3 // org.graalvm.compiler.word.Word topValueContents
         4: .line 538
            aload 3 /* topValueContents */
            invokestatic jdk.internal.vm.compiler.word.WordFactory.zero:()Ljdk/internal/vm/compiler/word/WordBase;
            checkcast org.graalvm.compiler.word.Word
            invokevirtual org.graalvm.compiler.word.Word.equal:(Lorg/graalvm/compiler/word/Word;)Z
            ifeq 6
         5: .line 539
            getstatic org.graalvm.compiler.hotspot.replacements.AssertionSnippets.ASSERTION_VM_MESSAGE_C:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            iconst_1
            ldc "overzeroing of TLAB detected"
            invokestatic org.graalvm.compiler.replacements.nodes.CStringConstant.cstring:(Ljava/lang/String;)Lorg/graalvm/compiler/word/Word;
            lconst_0
            lconst_0
            lconst_0
            invokestatic org.graalvm.compiler.hotspot.replacements.AssertionSnippets.vmMessageC:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;ZLorg/graalvm/compiler/word/Word;JJJ)V
        end local 3 // org.graalvm.compiler.word.Word topValueContents
         6: .line 542
      StackMap locals: org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.word.Word topValue
        end local 1 // org.graalvm.compiler.word.Word thread
        end local 0 // jdk.vm.ci.code.Register threadRegister
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0    threadRegister  Ljdk/vm/ci/code/Register;
            1    7     1            thread  Lorg/graalvm/compiler/word/Word;
            2    7     2          topValue  Lorg/graalvm/compiler/word/Word;
            4    6     3  topValueContents  Lorg/graalvm/compiler/word/Word;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
    MethodParameters:
                Name  Flags
      threadRegister  

  public static java.lang.Object formatArray(org.graalvm.compiler.hotspot.word.KlassPointer, int, int, int, org.graalvm.compiler.word.Word, org.graalvm.compiler.word.Word, boolean, boolean, org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;IIILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        start local 1 // int allocationSize
        start local 2 // int length
        start local 3 // int headerSize
        start local 4 // org.graalvm.compiler.word.Word memory
        start local 5 // org.graalvm.compiler.word.Word prototypeMarkWord
        start local 6 // boolean fillContents
        start local 7 // boolean maybeUnroll
        start local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
         0: .line 549
            aload 4 /* memory */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfigBase.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.arrayLengthOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iload 2 /* length */
            invokestatic jdk.internal.vm.compiler.word.LocationIdentity.init:()Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.writeInt:(IILjdk/internal/vm/compiler/word/LocationIdentity;)V
         1: .line 554
            aload 4 /* memory */
            aload 5 /* prototypeMarkWord */
            aload 0 /* hub */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.initializeObjectHeader:(Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/hotspot/word/KlassPointer;)V
         2: .line 555
            iload 6 /* fillContents */
            ifeq 5
         3: .line 556
            iload 1 /* allocationSize */
            aload 4 /* memory */
            iconst_0
            iload 3 /* headerSize */
            iload 7 /* maybeUnroll */
            aload 8 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.zeroMemory:(ILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
         4: .line 557
            goto 7
      StackMap locals:
      StackMap stack:
         5: getstatic org.graalvm.compiler.replacements.ReplacementsUtil.REPLACEMENTS_ASSERTIONS_ENABLED:Z
            ifeq 7
         6: .line 558
            iload 1 /* allocationSize */
            aload 4 /* memory */
            iconst_0
            iload 3 /* headerSize */
            iload 7 /* maybeUnroll */
            aload 8 /* counters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillWithGarbage:(ILorg/graalvm/compiler/word/Word;ZIZLorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;)V
         7: .line 560
      StackMap locals:
      StackMap stack:
            bipush 8
            invokestatic jdk.internal.vm.compiler.word.LocationIdentity.init:()Ljdk/internal/vm/compiler/word/LocationIdentity;
            invokestatic org.graalvm.compiler.nodes.extended.MembarNode.memoryBarrier:(ILjdk/internal/vm/compiler/word/LocationIdentity;)V
         8: .line 561
            aload 4 /* memory */
            invokevirtual org.graalvm.compiler.word.Word.toObjectNonNull:()Ljava/lang/Object;
            areturn
        end local 8 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters counters
        end local 7 // boolean maybeUnroll
        end local 6 // boolean fillContents
        end local 5 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 4 // org.graalvm.compiler.word.Word memory
        end local 3 // int headerSize
        end local 2 // int length
        end local 1 // int allocationSize
        end local 0 // org.graalvm.compiler.hotspot.word.KlassPointer hub
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0    9     1     allocationSize  I
            0    9     2             length  I
            0    9     3         headerSize  I
            0    9     4             memory  Lorg/graalvm/compiler/word/Word;
            0    9     5  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0    9     6       fillContents  Z
            0    9     7        maybeUnroll  Z
            0    9     8           counters  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$Counters;
    MethodParameters:
                   Name  Flags
      hub                
      allocationSize     
      length             
      headerSize         
      memory             
      prototypeMarkWord  
      fillContents       
      maybeUnroll        
      counters           

  static int[] $SWITCH_TABLE$org$graalvm$compiler$hotspot$replacements$NewObjectSnippets$ProfileContext();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 137
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.$SWITCH_TABLE$org$graalvm$compiler$hotspot$replacements$NewObjectSnippets$ProfileContext:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.values:()[Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.AllocatedType:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            invokevirtual org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.AllocatedTypesInMethod:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            invokevirtual org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.ordinal:()I
            iconst_4
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.AllocatingMethod:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            invokevirtual org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.InstanceOrArray:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            invokevirtual org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.Total:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            invokevirtual org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.ordinal:()I
            iconst_5
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.$SWITCH_TABLE$org$graalvm$compiler$hotspot$replacements$NewObjectSnippets$ProfileContext:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
SourceFile: "NewObjectSnippets.java"
NestMembers:
  org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters  org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext  org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Templates
InnerClasses:
  public abstract ConstantParameter = org.graalvm.compiler.api.replacements.Snippet$ConstantParameter of org.graalvm.compiler.api.replacements.Snippet
  public abstract VarargsParameter = org.graalvm.compiler.api.replacements.Snippet$VarargsParameter of org.graalvm.compiler.api.replacements.Snippet
  public abstract ConstantNodeParameter = org.graalvm.compiler.graph.Node$ConstantNodeParameter of org.graalvm.compiler.graph.Node
  public abstract NodeIntrinsic = org.graalvm.compiler.graph.Node$NodeIntrinsic of org.graalvm.compiler.graph.Node
  Counters = org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Counters of org.graalvm.compiler.hotspot.replacements.NewObjectSnippets
  final ProfileContext = org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext of org.graalvm.compiler.hotspot.replacements.NewObjectSnippets
  public Templates = org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$Templates of org.graalvm.compiler.hotspot.replacements.NewObjectSnippets
  public abstract Address = org.graalvm.compiler.nodes.memory.address.AddressNode$Address of org.graalvm.compiler.nodes.memory.address.AddressNode