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 org.graalvm.compiler.core.common.LocationIdentity INIT_LOCATION;
    descriptor: Lorg/graalvm/compiler/core/common/LocationIdentity;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  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 final org.graalvm.compiler.replacements.SnippetCounter$Group countersNew;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.replacements.SnippetCounter new_seqInit;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetCounter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.replacements.SnippetCounter new_loopInit;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetCounter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.replacements.SnippetCounter new_stub;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetCounter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.replacements.SnippetCounter$Group countersNewArray;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.replacements.SnippetCounter newarray_loopInit;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetCounter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.replacements.SnippetCounter newarray_stub;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetCounter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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 136
            ldc "Initialization"
            invokestatic org.graalvm.compiler.nodes.NamedLocationIdentity.mutable:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/NamedLocationIdentity;
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
         1: .line 315
            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;
         2: .line 316
            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;
         3: .line 692
            getstatic org.graalvm.compiler.core.common.GraalOptions.SnippetCounters:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 4
            new org.graalvm.compiler.replacements.SnippetCounter$Group
            dup
            ldc "NewInstance"
            invokespecial org.graalvm.compiler.replacements.SnippetCounter$Group.<init>:(Ljava/lang/String;)V
            goto 5
      StackMap locals:
      StackMap stack:
         4: aconst_null
      StackMap locals:
      StackMap stack: org.graalvm.compiler.replacements.SnippetCounter$Group
         5: putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.countersNew:Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
         6: .line 693
            new org.graalvm.compiler.replacements.SnippetCounter
            dup
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.countersNew:Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
            ldc "tlabSeqInit"
            ldc "TLAB alloc with unrolled zeroing"
            invokespecial org.graalvm.compiler.replacements.SnippetCounter.<init>:(Lorg/graalvm/compiler/replacements/SnippetCounter$Group;Ljava/lang/String;Ljava/lang/String;)V
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.new_seqInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
         7: .line 694
            new org.graalvm.compiler.replacements.SnippetCounter
            dup
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.countersNew:Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
            ldc "tlabLoopInit"
            ldc "TLAB alloc with zeroing in a loop"
            invokespecial org.graalvm.compiler.replacements.SnippetCounter.<init>:(Lorg/graalvm/compiler/replacements/SnippetCounter$Group;Ljava/lang/String;Ljava/lang/String;)V
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.new_loopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
         8: .line 695
            new org.graalvm.compiler.replacements.SnippetCounter
            dup
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.countersNew:Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
            ldc "stub"
            ldc "alloc and zeroing via stub"
            invokespecial org.graalvm.compiler.replacements.SnippetCounter.<init>:(Lorg/graalvm/compiler/replacements/SnippetCounter$Group;Ljava/lang/String;Ljava/lang/String;)V
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.new_stub:Lorg/graalvm/compiler/replacements/SnippetCounter;
         9: .line 697
            getstatic org.graalvm.compiler.core.common.GraalOptions.SnippetCounters:Lorg/graalvm/compiler/options/OptionValue;
            invokevirtual org.graalvm.compiler.options.OptionValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 10
            new org.graalvm.compiler.replacements.SnippetCounter$Group
            dup
            ldc "NewArray"
            invokespecial org.graalvm.compiler.replacements.SnippetCounter$Group.<init>:(Ljava/lang/String;)V
            goto 11
      StackMap locals:
      StackMap stack:
        10: aconst_null
      StackMap locals:
      StackMap stack: org.graalvm.compiler.replacements.SnippetCounter$Group
        11: putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.countersNewArray:Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
        12: .line 698
            new org.graalvm.compiler.replacements.SnippetCounter
            dup
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.countersNewArray:Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
            ldc "tlabLoopInit"
            ldc "TLAB alloc with zeroing in a loop"
            invokespecial org.graalvm.compiler.replacements.SnippetCounter.<init>:(Lorg/graalvm/compiler/replacements/SnippetCounter$Group;Ljava/lang/String;Ljava/lang/String;)V
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.newarray_loopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
        13: .line 699
            new org.graalvm.compiler.replacements.SnippetCounter
            dup
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.countersNewArray:Lorg/graalvm/compiler/replacements/SnippetCounter$Group;
            ldc "stub"
            ldc "alloc and zeroing via stub"
            invokespecial org.graalvm.compiler.replacements.SnippetCounter.<init>:(Lorg/graalvm/compiler/replacements/SnippetCounter$Group;Ljava/lang/String;Ljava/lang/String;)V
            putstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.newarray_stub:Lorg/graalvm/compiler/replacements/SnippetCounter;
            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 134
            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);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String path
        start local 1 // java.lang.String typeContext
         0: .line 148
            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/EnumOptionValue;
            invokevirtual org.graalvm.compiler.options.EnumOptionValue.getValue:()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 150
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            areturn
         3: .line 155
      StackMap locals:
      StackMap stack:
            aload 1 /* typeContext */
            areturn
         4: .line 157
      StackMap locals:
      StackMap stack:
            ldc "bytes"
            areturn
         5: .line 159
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.debug.GraalError.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        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;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Fold()
    MethodParameters:
             Name  Flags
      path         
      typeContext  

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

  static boolean withContext();
    descriptor: ()Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 170
            getstatic org.graalvm.compiler.hotspot.replacements.HotspotSnippetsOptions.ProfileAllocationsContext:Lorg/graalvm/compiler/options/EnumOptionValue;
            invokevirtual org.graalvm.compiler.options.EnumOptionValue.getValue:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext
            astore 0 /* context */
        start local 0 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext context
         1: .line 171
            aload 0 /* context */
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext.AllocatingMethod:Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
            if_acmpeq 2
            aload 0 /* 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 0 // org.graalvm.compiler.hotspot.replacements.NewObjectSnippets$ProfileContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1    3     0  context  Lorg/graalvm/compiler/hotspot/replacements/NewObjectSnippets$ProfileContext;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Fold()

  protected static void profileAllocation(java.lang.String, long, java.lang.String);
    descriptor: (Ljava/lang/String;JLjava/lang/String;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // java.lang.String path
        start local 1 // long size
        start local 3 // java.lang.String typeContext
         0: .line 175
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.doProfile:()Z
            ifeq 5
         1: .line 176
            aload 0 /* path */
            aload 3 /* typeContext */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.createName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         2: .line 178
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.withContext:()Z
            istore 5 /* context */
        start local 5 // boolean context
         3: .line 179
            aload 4 /* name */
            ldc "number of bytes allocated"
            lload 1 /* size */
            iload 5 /* context */
            invokestatic org.graalvm.compiler.nodes.debug.DynamicCounterNode.counter:(Ljava/lang/String;Ljava/lang/String;JZ)V
         4: .line 180
            aload 4 /* name */
            ldc "number of allocations"
            lconst_1
            iload 5 /* context */
            invokestatic org.graalvm.compiler.nodes.debug.DynamicCounterNode.counter:(Ljava/lang/String;Ljava/lang/String;JZ)V
        end local 5 // boolean context
        end local 4 // java.lang.String name
         5: .line 182
      StackMap locals:
      StackMap stack:
            return
        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;
            2    5     4         name  Ljava/lang/String;
            3    5     5      context  Z
    MethodParameters:
             Name  Flags
      path         
      size         
      typeContext  

  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 185
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.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 186
            aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocatePrefetchStyle:I
            ifle 14
         2: .line 189
            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 190
            aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocatePrefetchStepSize:I
            istore 4 /* stepSize */
        start local 4 // int stepSize
         6: .line 191
            aload 2 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.allocatePrefetchDistance:I
            istore 5 /* distance */
        start local 5 // int distance
         7: .line 192
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
         8: .line 193
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 13
        10: .line 194
      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 195
            iload 5 /* distance */
            iload 4 /* stepSize */
            iadd
            istore 5 /* distance */
        12: .line 193
            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 198
      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);
    descriptor: (ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=12, args_size=7
        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
         0: .line 204
            aload 4 /* threadRegister */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.registerAsWord:(Ljdk/vm/ci/code/Register;)Lorg/graalvm/compiler/word/Word;
            astore 8 /* thread */
        start local 8 // org.graalvm.compiler.word.Word thread
         1: .line 205
            aload 8 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabTop:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 9 /* top */
        start local 9 // org.graalvm.compiler.word.Word top
         2: .line 206
            aload 8 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabEnd:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 10 /* end */
        start local 10 // org.graalvm.compiler.word.Word end
         3: .line 207
            aload 9 /* top */
            iload 0 /* size */
            invokevirtual org.graalvm.compiler.word.Word.add:(I)Lorg/graalvm/compiler/word/Word;
            astore 11 /* newTop */
        start local 11 // org.graalvm.compiler.word.Word newTop
         4: .line 208
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.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 11 /* newTop */
            aload 10 /* 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 209
            aload 8 /* thread */
            aload 11 /* newTop */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.writeTlabTop:(Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;)V
         6: .line 210
            aload 11 /* newTop */
            iconst_0
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.emitPrefetchAllocate:(Lorg/graalvm/compiler/word/Word;Z)V
         7: .line 211
            aload 1 /* hub */
            iload 0 /* size */
            aload 9 /* top */
            aload 2 /* prototypeMarkWord */
            iload 3 /* fillContents */
            iload 5 /* constantSize */
            iconst_1
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.formatObject:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZZ)Ljava/lang/Object;
            astore 7 /* result */
        start local 7 // java.lang.Object result
         8: .line 212
            goto 11
        end local 7 // java.lang.Object result
         9: .line 213
      StackMap locals: int org.graalvm.compiler.hotspot.word.KlassPointer org.graalvm.compiler.word.Word int jdk.vm.ci.code.Register int java.lang.String top org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.new_stub:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        10: .line 214
            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 7 /* result */
        start local 7 // java.lang.Object result
        11: .line 216
      StackMap locals: int org.graalvm.compiler.hotspot.word.KlassPointer org.graalvm.compiler.word.Word int jdk.vm.ci.code.Register int java.lang.String 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 */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.profileAllocation:(Ljava/lang/String;JLjava/lang/String;)V
        12: .line 217
            aload 7 /* result */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.verifyOop:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forNodeIntrinsic:()Lorg/graalvm/compiler/core/common/type/Stamp;
            invokestatic org.graalvm.compiler.nodes.PiNode.piCast:(Ljava/lang/Object;Lorg/graalvm/compiler/core/common/type/Stamp;)Ljava/lang/Object;
            areturn
        end local 11 // org.graalvm.compiler.word.Word newTop
        end local 10 // org.graalvm.compiler.word.Word end
        end local 9 // org.graalvm.compiler.word.Word top
        end local 8 // org.graalvm.compiler.word.Word thread
        end local 7 // java.lang.Object result
        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   13     0               size  I
            0   13     1                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            0   13     2  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            0   13     3       fillContents  Z
            0   13     4     threadRegister  Ljdk/vm/ci/code/Register;
            0   13     5       constantSize  Z
            0   13     6        typeContext  Ljava/lang/String;
            8    9     7             result  Ljava/lang/Object;
           11   13     7             result  Ljava/lang/Object;
            1   13     8             thread  Lorg/graalvm/compiler/word/Word;
            2   13     9                top  Lorg/graalvm/compiler/word/Word;
            3   13    10                end  Lorg/graalvm/compiler/word/Word;
            4   13    11             newTop  Lorg/graalvm/compiler/word/Word;
    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()
    MethodParameters:
                   Name  Flags
      size               
      hub                
      prototypeMarkWord  
      fillContents       
      threadRegister     
      constantSize       
      typeContext        

  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;, returnStampIsNonNull = 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);
    descriptor: (ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=8, args_size=7
        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
         0: .line 230
            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 7 /* picHub */
        start local 7 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
         1: .line 231
            iload 0 /* size */
            aload 7 /* picHub */
            aload 2 /* prototypeMarkWord */
            iload 3 /* fillContents */
            aload 4 /* threadRegister */
            iload 5 /* constantSize */
            aload 6 /* typeContext */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateInstance:(ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;)Ljava/lang/Object;
            areturn
        end local 7 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
        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;
            1    2     7             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()
    MethodParameters:
                   Name  Flags
      size               
      hub                
      prototypeMarkWord  
      fillContents       
      threadRegister     
      constantSize       
      typeContext        

  public static  allocateInstanceDynamic(java.lang.Class<?>, java.lang.Class<?>, boolean, jdk.vm.ci.code.Register);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;ZLjdk/vm/ci/code/Register;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=7, args_size=4
        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
         0: .line 236
            ldc 0.010000000000000009
            aload 0 /* type */
            ifnull 1
            aload 0 /* type */
            aload 1 /* classClass */
            invokestatic org.graalvm.compiler.nodes.java.DynamicNewInstanceNode.throwsInstantiationException:(Ljava/lang/Class;Ljava/lang/Class;)Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: double
         1: iconst_1
      StackMap locals: java.lang.Class java.lang.Class int jdk.vm.ci.code.Register
      StackMap stack: double int
         2: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 4
         3: .line 237
            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 240
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokestatic org.graalvm.compiler.hotspot.replacements.ClassGetHubNode.readClass:(Ljava/lang/Class;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 4 /* hub */
        start local 4 // org.graalvm.compiler.hotspot.word.KlassPointer hub
         5: .line 241
            ldc 0.99
            aload 4 /* hub */
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.isNull:()Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: java.lang.Class java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.hotspot.word.KlassPointer
      StackMap stack: double
         6: iconst_1
      StackMap locals: java.lang.Class java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.hotspot.word.KlassPointer
      StackMap stack: double int
         7: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 15
         8: .line 242
            ldc 0.99
            aload 4 /* hub */
            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 15
         9: .line 243
            aload 4 /* hub */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readLayoutHelper:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)I
            istore 5 /* layoutHelper */
        start local 5 // int layoutHelper
        10: .line 250
            ldc 0.99
            iload 5 /* layoutHelper */
            iconst_1
            iand
            ifne 11
            iconst_1
            goto 12
      StackMap locals: java.lang.Class java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.hotspot.word.KlassPointer int
      StackMap stack: double
        11: iconst_0
      StackMap locals: java.lang.Class java.lang.Class int jdk.vm.ci.code.Register org.graalvm.compiler.hotspot.word.KlassPointer int
      StackMap stack: double int
        12: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 15
        13: .line 251
            aload 4 /* hub */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.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:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.readWord:(ILorg/graalvm/compiler/core/common/LocationIdentity;)Lorg/graalvm/compiler/word/Word;
            astore 6 /* prototypeMarkWord */
        start local 6 // org.graalvm.compiler.word.Word prototypeMarkWord
        14: .line 256
            iload 5 /* layoutHelper */
            aload 4 /* hub */
            aload 6 /* prototypeMarkWord */
            iload 2 /* fillContents */
            aload 3 /* threadRegister */
            iconst_0
            ldc ""
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.allocateInstance:(ILorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/word/Word;ZLjdk/vm/ci/code/Register;ZLjava/lang/String;)Ljava/lang/Object;
            areturn
        end local 6 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 5 // int layoutHelper
        15: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.dynamicNewInstanceStub:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 4 // org.graalvm.compiler.hotspot.word.KlassPointer hub
        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   16     0               type  Ljava/lang/Class<*>;
            0   16     1         classClass  Ljava/lang/Class<*>;
            0   16     2       fillContents  Z
            0   16     3     threadRegister  Ljdk/vm/ci/code/Register;
            5   16     4                hub  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
           10   15     5       layoutHelper  I
           14   15     6  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;ZLjdk/vm/ci/code/Register;)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()
    MethodParameters:
                Name  Flags
      type            
      classClass      
      fillContents    
      threadRegister  

  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);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=10, args_size=9
        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
         0: .line 271
            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 9 /* picHub */
        start local 9 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
         1: .line 272
            aload 9 /* 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
            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;Z)Ljava/lang/Object;
            areturn
        end local 9 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
        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;
            1    2     9             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()
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        

  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);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=10, args_size=9
        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
         0: .line 278
            aload 0 /* hub */
            invokestatic org.graalvm.compiler.hotspot.replacements.aot.ResolveConstantSnippets.resolveKlassConstant:(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 279
            aload 9 /* 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
            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;Z)Ljava/lang/Object;
            areturn
        end local 9 // org.graalvm.compiler.hotspot.word.KlassPointer picHub
        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;
            1    2     9             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()
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        

  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);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=10, args_size=9
        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
         0: .line 285
            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
            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;Z)Ljava/lang/Object;
            astore 9 /* result */
        start local 9 // java.lang.Object result
         1: .line 286
            aload 9 /* result */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.verifyOop:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 1 /* length */
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forNodeIntrinsic:()Lorg/graalvm/compiler/core/common/type/Stamp;
            invokestatic org.graalvm.compiler.nodes.PiArrayNode.piArrayCast:(Ljava/lang/Object;ILorg/graalvm/compiler/core/common/type/Stamp;)Ljava/lang/Object;
            areturn
        end local 9 // java.lang.Object result
        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;
            1    2     9             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()
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        

  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);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;IIZLjdk/vm/ci/code/Register;ZLjava/lang/String;Z)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=17, args_size=10
        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
         0: .line 293
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.wordSize:()I
            istore 11 /* alignment */
        start local 11 // int alignment
         1: .line 294
            iload 1 /* length */
            iload 11 /* alignment */
            iload 3 /* headerSize */
            iload 4 /* log2ElementSize */
            invokestatic jdk.vm.ci.hotspot.HotSpotMetaAccessProvider.computeArrayAllocationSize:(IIII)I
            istore 12 /* allocationSize */
        start local 12 // int allocationSize
         2: .line 295
            aload 6 /* threadRegister */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.registerAsWord:(Ljdk/vm/ci/code/Register;)Lorg/graalvm/compiler/word/Word;
            astore 13 /* thread */
        start local 13 // org.graalvm.compiler.word.Word thread
         3: .line 296
            aload 13 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabTop:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 14 /* top */
        start local 14 // org.graalvm.compiler.word.Word top
         4: .line 297
            aload 13 /* thread */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readTlabEnd:(Lorg/graalvm/compiler/word/Word;)Lorg/graalvm/compiler/word/Word;
            astore 15 /* end */
        start local 15 // org.graalvm.compiler.word.Word end
         5: .line 298
            aload 14 /* top */
            iload 12 /* allocationSize */
            invokevirtual org.graalvm.compiler.word.Word.add:(I)Lorg/graalvm/compiler/word/Word;
            astore 16 /* newTop */
        start local 16 // org.graalvm.compiler.word.Word newTop
         6: .line 299
            ldc 0.9
            iload 9 /* skipNegativeCheck */
            ifne 7
            iload 1 /* length */
            ldc 16777215
            invokestatic org.graalvm.compiler.core.common.calc.UnsignedMath.belowThan:(II)Z
            ifne 7
            iconst_0
            goto 8
      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 top int int org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word org.graalvm.compiler.word.Word
      StackMap stack: double
         7: 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 top int 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
         8: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 15
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.useTLAB:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Z
            ifeq 15
         9: .line 300
            ldc 0.99
            aload 16 /* newTop */
            aload 15 /* 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
        10: .line 301
            aload 13 /* thread */
            aload 16 /* newTop */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.writeTlabTop:(Lorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;)V
        11: .line 302
            aload 16 /* newTop */
            iconst_1
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.emitPrefetchAllocate:(Lorg/graalvm/compiler/word/Word;Z)V
        12: .line 303
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.newarray_loopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        13: .line 304
            aload 0 /* hub */
            iload 12 /* allocationSize */
            iload 1 /* length */
            iload 3 /* headerSize */
            aload 14 /* top */
            aload 2 /* prototypeMarkWord */
            iload 5 /* fillContents */
            iload 7 /* maybeUnroll */
            iconst_1
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.formatArray:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;IIILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZZ)Ljava/lang/Object;
            astore 10 /* result */
        start local 10 // java.lang.Object result
        14: .line 305
            goto 16
        end local 10 // java.lang.Object result
        15: .line 306
      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 10 /* result */
        start local 10 // java.lang.Object result
        16: .line 308
      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 java.lang.Object int 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 12 /* allocationSize */
            i2l
            aload 8 /* typeContext */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.profileAllocation:(Ljava/lang/String;JLjava/lang/String;)V
        17: .line 309
            aload 10 /* result */
            areturn
        end local 16 // org.graalvm.compiler.word.Word newTop
        end local 15 // org.graalvm.compiler.word.Word end
        end local 14 // org.graalvm.compiler.word.Word top
        end local 13 // org.graalvm.compiler.word.Word thread
        end local 12 // int allocationSize
        end local 11 // int alignment
        end local 10 // java.lang.Object result
        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
           14   15    10             result  Ljava/lang/Object;
           16   18    10             result  Ljava/lang/Object;
            1   18    11          alignment  I
            2   18    12     allocationSize  I
            3   18    13             thread  Lorg/graalvm/compiler/word/Word;
            4   18    14                top  Lorg/graalvm/compiler/word/Word;
            5   18    15                end  Lorg/graalvm/compiler/word/Word;
            6   18    16             newTop  Lorg/graalvm/compiler/word/Word;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
      5:
      6:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      7:
        org.graalvm.compiler.api.replacements.Snippet$ConstantParameter()
      8:
      9:
    MethodParameters:
                   Name  Flags
      hub                
      length             
      prototypeMarkWord  
      headerSize         
      log2ElementSize    
      fillContents       
      threadRegister     
      maybeUnroll        
      typeContext        
      skipNegativeCheck  

  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;, returnStampIsNonNull = 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;, returnStampIsNonNull = 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 322
            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;, returnStampIsNonNull = 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);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;IZLjdk/vm/ci/code/Register;Ljdk/vm/ci/meta/JavaKind;ILorg/graalvm/compiler/word/Word;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=9, args_size=8
        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
         0: .line 331
            aload 0 /* elementType */
            aload 1 /* voidClass */
            iload 2 /* length */
            iload 3 /* fillContents */
            aload 4 /* threadRegister */
            aload 5 /* knownElementKind */
            iload 6 /* knownLayoutHelper */
            aload 7 /* prototypeMarkWord */
            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;)Ljava/lang/Object;
            astore 8 /* result */
        start local 8 // java.lang.Object result
         1: .line 332
            aload 8 /* result */
            areturn
        end local 8 // java.lang.Object result
        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;
            1    2     8             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;)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:
    MethodParameters:
                   Name  Flags
      elementType        
      voidClass          
      length             
      fillContents       
      threadRegister     
      knownElementKind   
      knownLayoutHelper  
      prototypeMarkWord  

  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);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;IZLjdk/vm/ci/code/Register;Ljdk/vm/ci/meta/JavaKind;ILorg/graalvm/compiler/word/Word;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=10, locals=13, args_size=8
        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
         0: .line 341
            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 342
            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
      StackMap stack: double int
         5: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         6: .line 343
            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 346
      StackMap locals:
      StackMap stack:
            aload 0 /* elementType */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.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:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.loadKlassFromObject:(Ljava/lang/Object;ILorg/graalvm/compiler/core/common/LocationIdentity;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 8 /* klass */
        start local 8 // org.graalvm.compiler.hotspot.word.KlassPointer klass
         8: .line 347
            ldc 0.09999999999999998
            aload 8 /* klass */
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.isNull:()Z
            ifne 9
            iload 2 /* length */
            iflt 9
            iconst_0
            goto 10
      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.hotspot.word.KlassPointer
      StackMap stack: double
         9: 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.hotspot.word.KlassPointer
      StackMap stack: double int
        10: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 12
        11: .line 348
            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
        12: .line 350
      StackMap locals:
      StackMap stack:
            aload 5 /* knownElementKind */
            getstatic jdk.vm.ci.meta.JavaKind.Illegal:Ljdk/vm/ci/meta/JavaKind;
            if_acmpeq 13
            iload 6 /* knownLayoutHelper */
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 8 /* klass */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.readLayoutHelper:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)I
      StackMap locals:
      StackMap stack: int
        14: istore 9 /* layoutHelper */
        start local 9 // int layoutHelper
        15: .line 364
            iload 9 /* layoutHelper */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.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.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.layoutHelperHeaderSizeMask:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iand
            istore 10 /* headerSize */
        start local 10 // int headerSize
        16: .line 365
            iload 9 /* layoutHelper */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.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.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.layoutHelperLog2ElementSizeMask:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iand
            istore 11 /* log2ElementSize */
        start local 11 // int log2ElementSize
        17: .line 367
            aload 8 /* klass */
            iload 2 /* length */
            aload 7 /* prototypeMarkWord */
            iload 10 /* headerSize */
            iload 11 /* log2ElementSize */
            iload 3 /* fillContents */
            aload 4 /* threadRegister */
            iconst_0
            ldc "dynamic type"
            iconst_1
            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;Z)Ljava/lang/Object;
            astore 12 /* result */
        start local 12 // java.lang.Object result
        18: .line 368
            aload 12 /* result */
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.verifyOop:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 2 /* length */
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forNodeIntrinsic:()Lorg/graalvm/compiler/core/common/type/Stamp;
            invokestatic org.graalvm.compiler.nodes.PiArrayNode.piArrayCast:(Ljava/lang/Object;ILorg/graalvm/compiler/core/common/type/Stamp;)Ljava/lang/Object;
            areturn
        end local 12 // java.lang.Object result
        end local 11 // int log2ElementSize
        end local 10 // int headerSize
        end local 9 // int layoutHelper
        end local 8 // org.graalvm.compiler.hotspot.word.KlassPointer klass
        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   19     0        elementType  Ljava/lang/Class<*>;
            0   19     1          voidClass  Ljava/lang/Class<*>;
            0   19     2             length  I
            0   19     3       fillContents  Z
            0   19     4     threadRegister  Ljdk/vm/ci/code/Register;
            0   19     5   knownElementKind  Ljdk/vm/ci/meta/JavaKind;
            0   19     6  knownLayoutHelper  I
            0   19     7  prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
            8   19     8              klass  Lorg/graalvm/compiler/hotspot/word/KlassPointer;
           15   19     9       layoutHelper  I
           16   19    10         headerSize  I
           17   19    11    log2ElementSize  I
           18   19    12             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;)Ljava/lang/Object;
    MethodParameters:
                   Name  Flags
      elementType        
      voidClass          
      length             
      fillContents       
      threadRegister     
      knownElementKind   
      knownLayoutHelper  
      prototypeMarkWord  

  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 376
            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 377
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
         2: .line 378
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 379
      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
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.writeInt:(IILorg/graalvm/compiler/core/common/LocationIdentity;)V
         5: .line 378
            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 381
            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 386
            aload 0 /* hub */
            invokestatic org.graalvm.compiler.hotspot.replacements.aot.ResolveConstantSnippets.resolveKlassConstant:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
            astore 3 /* hubPIC */
        start local 3 // org.graalvm.compiler.hotspot.word.KlassPointer hubPIC
         1: .line 387
            aload 3 /* hubPIC */
            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 hubPIC
        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      hubPIC  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;, returnStampIsNonNull = 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, boolean);
    descriptor: (ILorg/graalvm/compiler/word/Word;ZIZZ)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 // boolean useSnippetCounters
         0: .line 410
            lconst_0
            iload 0 /* size */
            aload 1 /* memory */
            iload 2 /* constantSize */
            iload 3 /* startOffset */
            iload 4 /* manualUnroll */
            iload 5 /* useSnippetCounters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillMemory:(JILorg/graalvm/compiler/word/Word;ZIZZ)V
         1: .line 411
            return
        end local 5 // boolean useSnippetCounters
        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  useSnippetCounters  Z
    MethodParameters:
                    Name  Flags
      size                
      memory              
      constantSize        
      startOffset         
      manualUnroll        
      useSnippetCounters  

  private static void fillMemory(long, int, org.graalvm.compiler.word.Word, boolean, int, boolean, boolean);
    descriptor: (JILorg/graalvm/compiler/word/Word;ZIZZ)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 // boolean useSnippetCounters
         0: .line 414
            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 415
            iload 5 /* startOffset */
            istore 8 /* offset */
        start local 8 // int offset
         4: .line 416
            iload 8 /* offset */
            bipush 7
            iand
            ifeq 7
         5: .line 417
            aload 3 /* memory */
            iload 8 /* offset */
            lload 0 /* value */
            l2i
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.writeInt:(IILorg/graalvm/compiler/core/common/LocationIdentity;)V
         6: .line 418
            iinc 8 /* offset */ 4
         7: .line 420
      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 421
            iload 6 /* manualUnroll */
            ifeq 25
            iload 2 /* size */
            iload 8 /* offset */
            isub
            bipush 8
            idiv
            bipush 8
            if_icmpgt 25
        11: .line 422
            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 426
            iload 7 /* useSnippetCounters */
            ifeq 16
        15: .line 427
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.new_seqInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        16: .line 429
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
        17: .line 430
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        18: goto 23
        19: .line 431
      StackMap locals: int
      StackMap stack:
            iload 8 /* offset */
            iload 2 /* size */
            if_icmpne 21
        20: .line 432
            goto 37
        21: .line 434
      StackMap locals:
      StackMap stack:
            aload 3 /* memory */
            iload 8 /* offset */
            lload 0 /* value */
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.initializeLong:(IJLorg/graalvm/compiler/core/common/LocationIdentity;)V
        22: .line 430
            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 436
            goto 37
        25: .line 438
      StackMap locals:
      StackMap stack:
            iload 8 /* offset */
            invokestatic org.graalvm.compiler.word.Word.signed:(I)Lorg/graalvm/compiler/word/Word;
            astore 9 /* off */
        start local 9 // org.graalvm.compiler.word.Word off
        26: .line 439
            iload 4 /* constantSize */
            ifeq 31
            iload 2 /* size */
            iload 8 /* offset */
            isub
            bipush 8
            idiv
            bipush 8
            if_icmpgt 31
        27: .line 440
            iload 7 /* useSnippetCounters */
            ifeq 29
        28: .line 441
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.new_seqInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        29: .line 443
      StackMap locals: org.graalvm.compiler.word.Word
      StackMap stack:
            invokestatic org.graalvm.compiler.replacements.nodes.ExplodeLoopNode.explodeLoop:()V
        30: .line 444
            goto 36
        31: .line 445
      StackMap locals:
      StackMap stack:
            iload 7 /* useSnippetCounters */
            ifeq 36
        32: .line 446
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.new_loopInit:Lorg/graalvm/compiler/replacements/SnippetCounter;
            invokevirtual org.graalvm.compiler.replacements.SnippetCounter.inc:()V
        33: .line 449
            goto 36
        34: .line 450
      StackMap locals:
      StackMap stack:
            aload 3 /* memory */
            aload 9 /* off */
            lload 0 /* value */
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.initializeLong:(Lorg/graalvm/compiler/word/WordBase;JLorg/graalvm/compiler/core/common/LocationIdentity;)V
        35: .line 449
            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 453
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int offset
        end local 7 // boolean useSnippetCounters
        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  useSnippetCounters  Z
            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        
      useSnippetCounters  

  private static void fillWithGarbage(int, org.graalvm.compiler.word.Word, boolean, int, boolean, boolean);
    descriptor: (ILorg/graalvm/compiler/word/Word;ZIZZ)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 // boolean useSnippetCounters
         0: .line 466
            ldc -72340172838076674
            iload 0 /* size */
            aload 1 /* memory */
            iload 2 /* constantSize */
            iload 3 /* startOffset */
            iload 4 /* manualUnroll */
            iload 5 /* useSnippetCounters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillMemory:(JILorg/graalvm/compiler/word/Word;ZIZZ)V
         1: .line 467
            return
        end local 5 // boolean useSnippetCounters
        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  useSnippetCounters  Z
    MethodParameters:
                    Name  Flags
      size                
      memory              
      constantSize        
      startOffset         
      manualUnroll        
      useSnippetCounters  

  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 474
            aload 0 /* hub */
            iload 1 /* size */
            aload 2 /* memory */
            aload 3 /* compileTimePrototypeMarkWord */
            iconst_1
            iconst_0
            iconst_0
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.formatObject:(Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZZ)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, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;ILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZZ)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 // boolean useSnippetCounters
         0: .line 481
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.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.GraalHotSpotVMConfig.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:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.hotspot.word.KlassPointer.readWord:(ILorg/graalvm/compiler/core/common/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 482
            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 483
            iload 4 /* fillContents */
            ifeq 7
         5: .line 484
            iload 1 /* size */
            aload 2 /* memory */
            iload 5 /* constantSize */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.instanceHeaderSize:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iconst_0
            iload 6 /* useSnippetCounters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.zeroMemory:(ILorg/graalvm/compiler/word/Word;ZIZZ)V
         6: .line 485
            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 486
            iload 1 /* size */
            aload 2 /* memory */
            iload 5 /* constantSize */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.instanceHeaderSize:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iconst_0
            iload 6 /* useSnippetCounters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillWithGarbage:(ILorg/graalvm/compiler/word/Word;ZIZZ)V
         9: .line 488
      StackMap locals:
      StackMap stack:
            bipush 8
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokestatic org.graalvm.compiler.nodes.extended.MembarNode.memoryBarrier:(ILorg/graalvm/compiler/core/common/LocationIdentity;)V
        10: .line 489
            aload 2 /* memory */
            invokevirtual org.graalvm.compiler.word.Word.toObject:()Ljava/lang/Object;
            areturn
        end local 7 // org.graalvm.compiler.word.Word prototypeMarkWord
        end local 6 // boolean useSnippetCounters
        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            useSnippetCounters  Z
            3   11     7             prototypeMarkWord  Lorg/graalvm/compiler/word/Word;
    MethodParameters:
                              Name  Flags
      hub                           
      size                          
      memory                        
      compileTimePrototypeMarkWord  
      fillContents                  
      constantSize                  
      useSnippetCounters            

  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 494
            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 495
            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 496
            aload 2 /* topValue */
            invokestatic org.graalvm.compiler.word.Word.zero:()Lorg/graalvm/compiler/word/Word;
            invokevirtual org.graalvm.compiler.word.Word.equal:(Lorg/graalvm/compiler/word/Word;)Z
            ifne 6
         3: .line 497
            aload 2 /* topValue */
            iconst_0
            getstatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.MARK_WORD_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.readWord:(ILorg/graalvm/compiler/core/common/LocationIdentity;)Lorg/graalvm/compiler/word/Word;
            astore 3 /* topValueContents */
        start local 3 // org.graalvm.compiler.word.Word topValueContents
         4: .line 498
            aload 3 /* topValueContents */
            invokestatic org.graalvm.compiler.word.Word.zero:()Lorg/graalvm/compiler/word/Word;
            invokevirtual org.graalvm.compiler.word.Word.equal:(Lorg/graalvm/compiler/word/Word;)Z
            ifeq 6
         5: .line 499
            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 502
      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, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;IIILorg/graalvm/compiler/word/Word;Lorg/graalvm/compiler/word/Word;ZZZ)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 // boolean useSnippetCounters
         0: .line 509
            aload 4 /* memory */
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.INJECTED_VMCONFIG:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            invokestatic org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil.arrayLengthOffset:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)I
            iload 2 /* length */
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokevirtual org.graalvm.compiler.word.Word.writeInt:(IILorg/graalvm/compiler/core/common/LocationIdentity;)V
         1: .line 514
            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 515
            iload 6 /* fillContents */
            ifeq 5
         3: .line 516
            iload 1 /* allocationSize */
            aload 4 /* memory */
            iconst_0
            iload 3 /* headerSize */
            iload 7 /* maybeUnroll */
            iload 8 /* useSnippetCounters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.zeroMemory:(ILorg/graalvm/compiler/word/Word;ZIZZ)V
         4: .line 517
            goto 7
      StackMap locals:
      StackMap stack:
         5: getstatic org.graalvm.compiler.replacements.ReplacementsUtil.REPLACEMENTS_ASSERTIONS_ENABLED:Z
            ifeq 7
         6: .line 518
            iload 1 /* allocationSize */
            aload 4 /* memory */
            iconst_0
            iload 3 /* headerSize */
            iload 7 /* maybeUnroll */
            iload 8 /* useSnippetCounters */
            invokestatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.fillWithGarbage:(ILorg/graalvm/compiler/word/Word;ZIZZ)V
         7: .line 520
      StackMap locals:
      StackMap stack:
            bipush 8
            getstatic org.graalvm.compiler.hotspot.replacements.NewObjectSnippets.INIT_LOCATION:Lorg/graalvm/compiler/core/common/LocationIdentity;
            invokestatic org.graalvm.compiler.nodes.extended.MembarNode.memoryBarrier:(ILorg/graalvm/compiler/core/common/LocationIdentity;)V
         8: .line 521
            aload 4 /* memory */
            invokevirtual org.graalvm.compiler.word.Word.toObject:()Ljava/lang/Object;
            areturn
        end local 8 // boolean useSnippetCounters
        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  useSnippetCounters  Z
    MethodParameters:
                    Name  Flags
      hub                 
      allocationSize      
      length              
      headerSize          
      memory              
      prototypeMarkWord   
      fillContents        
      maybeUnroll         
      useSnippetCounters  

  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 134
            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$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
  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
  public Group = org.graalvm.compiler.replacements.SnippetCounter$Group of org.graalvm.compiler.replacements.SnippetCounter