public class org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates extends org.graalvm.compiler.replacements.SnippetTemplate$AbstractTemplates
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates
  super_class: org.graalvm.compiler.replacements.SnippetTemplate$AbstractTemplates
{
  private final org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo profileMethodEntryWithProbability;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo profileBackedgeWithProbability;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo profileConditionalBackedgeWithProbability;
    descriptor: Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 111
            ldc Lorg/graalvm/compiler/hotspot/replacements/profiling/ProbabilisticProfileSnippets;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.hotspot.meta.HotSpotProviders, jdk.vm.ci.code.TargetDescription);
    descriptor: (Lorg/graalvm/compiler/hotspot/meta/HotSpotProviders;Ljdk/vm/ci/code/TargetDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates this
        start local 1 // org.graalvm.compiler.hotspot.meta.HotSpotProviders providers
        start local 2 // jdk.vm.ci.code.TargetDescription target
         0: .line 117
            aload 0 /* this */
            aload 1 /* providers */
            aload 1 /* providers */
            invokevirtual org.graalvm.compiler.hotspot.meta.HotSpotProviders.getSnippetReflection:()Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            aload 2 /* target */
            invokespecial org.graalvm.compiler.replacements.SnippetTemplate$AbstractTemplates.<init>:(Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Ljdk/vm/ci/code/TargetDescription;)V
         1: .line 112
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/replacements/profiling/ProbabilisticProfileSnippets;
            ldc "profileMethodEntryWithProbability"
            iconst_0
            anewarray org.graalvm.compiler.core.common.LocationIdentity
            invokevirtual org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.snippet:(Ljava/lang/Class;Ljava/lang/String;[Lorg/graalvm/compiler/core/common/LocationIdentity;)Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
            putfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.profileMethodEntryWithProbability:Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
         2: .line 113
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/replacements/profiling/ProbabilisticProfileSnippets;
            ldc "profileBackedgeWithProbability"
            iconst_0
            anewarray org.graalvm.compiler.core.common.LocationIdentity
            invokevirtual org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.snippet:(Ljava/lang/Class;Ljava/lang/String;[Lorg/graalvm/compiler/core/common/LocationIdentity;)Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
            putfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.profileBackedgeWithProbability:Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
         3: .line 114
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/replacements/profiling/ProbabilisticProfileSnippets;
            ldc "profileConditionalBackedgeWithProbability"
            iconst_0
            anewarray org.graalvm.compiler.core.common.LocationIdentity
            invokevirtual org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.snippet:(Ljava/lang/Class;Ljava/lang/String;[Lorg/graalvm/compiler/core/common/LocationIdentity;)Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
            putfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.profileConditionalBackedgeWithProbability:Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
         4: .line 118
            return
        end local 2 // jdk.vm.ci.code.TargetDescription target
        end local 1 // org.graalvm.compiler.hotspot.meta.HotSpotProviders providers
        end local 0 // org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/graalvm/compiler/hotspot/replacements/profiling/ProbabilisticProfileSnippets$Templates;
            0    5     1  providers  Lorg/graalvm/compiler/hotspot/meta/HotSpotProviders;
            0    5     2     target  Ljdk/vm/ci/code/TargetDescription;
    MethodParameters:
           Name  Flags
      providers  
      target     

  public void lower(org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode, org.graalvm.compiler.nodes.spi.LoweringTool);
    descriptor: (Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileNode;Lorg/graalvm/compiler/nodes/spi/LoweringTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates this
        start local 1 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode profileNode
        start local 2 // org.graalvm.compiler.nodes.spi.LoweringTool tool
         0: .line 121
            getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.$assertionsDisabled:Z
            ifne 1
            aload 1 /* profileNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode.getRandom:()Lorg/graalvm/compiler/nodes/ValueNode;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 123
      StackMap locals:
      StackMap stack:
            aload 1 /* profileNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 3 /* graph */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
         2: .line 124
            aload 3 /* graph */
            new org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode
            dup
            aload 1 /* profileNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode.getProfiledMethod:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokespecial org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode.<init>:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.unique:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode
            astore 4 /* counters */
        start local 4 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode counters
         3: .line 126
            aload 1 /* profileNode */
            instanceof org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
            ifeq 22
         4: .line 128
            aload 1 /* profileNode */
            checkcast org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
            astore 5 /* profileBranchNode */
        start local 5 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode profileBranchNode
         5: .line 129
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.hasCondition:()Z
            ifeq 6
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.profileConditionalBackedgeWithProbability:Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
            goto 7
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode
      StackMap stack:
         6: aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.profileBackedgeWithProbability:Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
      StackMap locals:
      StackMap stack: org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo
         7: astore 6 /* snippet */
        start local 6 // org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo snippet
         8: .line 130
            new org.graalvm.compiler.replacements.SnippetTemplate$Arguments
            dup
            aload 6 /* snippet */
            aload 3 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getGuardsStage:()Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;
            aload 2 /* tool */
            invokeinterface org.graalvm.compiler.nodes.spi.LoweringTool.getLoweringStage:()Lorg/graalvm/compiler/nodes/spi/LoweringTool$LoweringStage;
            invokespecial org.graalvm.compiler.replacements.SnippetTemplate$Arguments.<init>:(Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;Lorg/graalvm/compiler/nodes/spi/LoweringTool$LoweringStage;)V
            astore 7 /* args */
        start local 7 // org.graalvm.compiler.replacements.SnippetTemplate$Arguments args
         9: .line 131
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.bci:()I
            aload 3 /* graph */
            invokestatic org.graalvm.compiler.nodes.ConstantNode.forInt:(ILorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/nodes/ConstantNode;
            astore 8 /* bci */
        start local 8 // org.graalvm.compiler.nodes.ConstantNode bci
        10: .line 132
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.targetBci:()I
            aload 3 /* graph */
            invokestatic org.graalvm.compiler.nodes.ConstantNode.forInt:(ILorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/nodes/ConstantNode;
            astore 9 /* targetBci */
        start local 9 // org.graalvm.compiler.nodes.ConstantNode targetBci
        11: .line 133
            aload 7 /* args */
            ldc "counters"
            aload 4 /* counters */
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        12: .line 134
            aload 7 /* args */
            ldc "random"
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.getRandom:()Lorg/graalvm/compiler/nodes/ValueNode;
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        13: .line 135
            aload 7 /* args */
            ldc "freqLog"
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.getNotificationFreqLog:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.addConst:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        14: .line 136
            aload 7 /* args */
            ldc "probLog"
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.getProbabilityLog:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.addConst:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        15: .line 137
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.hasCondition:()Z
            ifeq 17
        16: .line 138
            aload 7 /* args */
            ldc "branchCondition"
            aload 5 /* profileBranchNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode.branchCondition:()Lorg/graalvm/compiler/nodes/ValueNode;
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        17: .line 140
      StackMap locals: org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode org.graalvm.compiler.nodes.spi.LoweringTool org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo org.graalvm.compiler.replacements.SnippetTemplate$Arguments org.graalvm.compiler.nodes.ConstantNode org.graalvm.compiler.nodes.ConstantNode
      StackMap stack:
            aload 7 /* args */
            ldc "bci"
            aload 8 /* bci */
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        18: .line 141
            aload 7 /* args */
            ldc "targetBci"
            aload 9 /* targetBci */
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        19: .line 143
            aload 0 /* this */
            aload 7 /* args */
            invokevirtual org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.template:(Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;)Lorg/graalvm/compiler/replacements/SnippetTemplate;
            astore 10 /* template */
        start local 10 // org.graalvm.compiler.replacements.SnippetTemplate template
        20: .line 144
            aload 10 /* template */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            aload 1 /* profileNode */
            getstatic org.graalvm.compiler.replacements.SnippetTemplate.DEFAULT_REPLACER:Lorg/graalvm/compiler/replacements/SnippetTemplate$UsageReplacer;
            aload 7 /* args */
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate.instantiate:(Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/nodes/FixedNode;Lorg/graalvm/compiler/replacements/SnippetTemplate$UsageReplacer;Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;)Ljava/util/Map;
            pop
        end local 10 // org.graalvm.compiler.replacements.SnippetTemplate template
        end local 9 // org.graalvm.compiler.nodes.ConstantNode targetBci
        end local 8 // org.graalvm.compiler.nodes.ConstantNode bci
        end local 7 // org.graalvm.compiler.replacements.SnippetTemplate$Arguments args
        end local 6 // org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo snippet
        end local 5 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileBranchNode profileBranchNode
        21: .line 145
            goto 33
      StackMap locals: org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode org.graalvm.compiler.nodes.spi.LoweringTool org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode
      StackMap stack:
        22: aload 1 /* profileNode */
            instanceof org.graalvm.compiler.hotspot.nodes.profiling.ProfileInvokeNode
            ifeq 32
        23: .line 146
            aload 1 /* profileNode */
            checkcast org.graalvm.compiler.hotspot.nodes.profiling.ProfileInvokeNode
            astore 5 /* profileInvokeNode */
        start local 5 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileInvokeNode profileInvokeNode
        24: .line 148
            new org.graalvm.compiler.replacements.SnippetTemplate$Arguments
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.profileMethodEntryWithProbability:Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
            aload 3 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getGuardsStage:()Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;
            aload 2 /* tool */
            invokeinterface org.graalvm.compiler.nodes.spi.LoweringTool.getLoweringStage:()Lorg/graalvm/compiler/nodes/spi/LoweringTool$LoweringStage;
            invokespecial org.graalvm.compiler.replacements.SnippetTemplate$Arguments.<init>:(Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;Lorg/graalvm/compiler/nodes/spi/LoweringTool$LoweringStage;)V
            astore 6 /* args */
        start local 6 // org.graalvm.compiler.replacements.SnippetTemplate$Arguments args
        25: .line 149
            aload 6 /* args */
            ldc "counters"
            aload 4 /* counters */
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        26: .line 150
            aload 6 /* args */
            ldc "random"
            aload 5 /* profileInvokeNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileInvokeNode.getRandom:()Lorg/graalvm/compiler/nodes/ValueNode;
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        27: .line 151
            aload 6 /* args */
            ldc "freqLog"
            aload 5 /* profileInvokeNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileInvokeNode.getNotificationFreqLog:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.addConst:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        28: .line 152
            aload 6 /* args */
            ldc "probLog"
            aload 5 /* profileInvokeNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileInvokeNode.getProbabilityLog:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate$Arguments.addConst:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
            pop
        29: .line 153
            aload 0 /* this */
            aload 6 /* args */
            invokevirtual org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.template:(Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;)Lorg/graalvm/compiler/replacements/SnippetTemplate;
            astore 7 /* template */
        start local 7 // org.graalvm.compiler.replacements.SnippetTemplate template
        30: .line 154
            aload 7 /* template */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.providers:Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            aload 1 /* profileNode */
            getstatic org.graalvm.compiler.replacements.SnippetTemplate.DEFAULT_REPLACER:Lorg/graalvm/compiler/replacements/SnippetTemplate$UsageReplacer;
            aload 6 /* args */
            invokevirtual org.graalvm.compiler.replacements.SnippetTemplate.instantiate:(Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/nodes/FixedNode;Lorg/graalvm/compiler/replacements/SnippetTemplate$UsageReplacer;Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;)Ljava/util/Map;
            pop
        end local 7 // org.graalvm.compiler.replacements.SnippetTemplate template
        end local 6 // org.graalvm.compiler.replacements.SnippetTemplate$Arguments args
        end local 5 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileInvokeNode profileInvokeNode
        31: .line 155
            goto 33
        32: .line 156
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.debug.GraalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported profile node type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* profileNode */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.graalvm.compiler.debug.GraalError.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 159
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates.$assertionsDisabled:Z
            ifne 34
            aload 1 /* profileNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode.hasNoUsages:()Z
            ifne 34
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        34: .line 160
      StackMap locals:
      StackMap stack:
            aload 1 /* profileNode */
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode.isDeleted:()Z
            ifne 36
        35: .line 161
            aload 1 /* profileNode */
            invokestatic org.graalvm.compiler.nodes.util.GraphUtil.killWithUnusedFloatingInputs:(Lorg/graalvm/compiler/graph/Node;)V
        36: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersNode counters
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 2 // org.graalvm.compiler.nodes.spi.LoweringTool tool
        end local 1 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode profileNode
        end local 0 // org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   37     0               this  Lorg/graalvm/compiler/hotspot/replacements/profiling/ProbabilisticProfileSnippets$Templates;
            0   37     1        profileNode  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileNode;
            0   37     2               tool  Lorg/graalvm/compiler/nodes/spi/LoweringTool;
            2   37     3              graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            3   37     4           counters  Lorg/graalvm/compiler/hotspot/nodes/aot/LoadMethodCountersNode;
            5   21     5  profileBranchNode  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileBranchNode;
            8   21     6            snippet  Lorg/graalvm/compiler/replacements/SnippetTemplate$SnippetInfo;
            9   21     7               args  Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
           10   21     8                bci  Lorg/graalvm/compiler/nodes/ConstantNode;
           11   21     9          targetBci  Lorg/graalvm/compiler/nodes/ConstantNode;
           20   21    10           template  Lorg/graalvm/compiler/replacements/SnippetTemplate;
           24   31     5  profileInvokeNode  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileInvokeNode;
           25   31     6               args  Lorg/graalvm/compiler/replacements/SnippetTemplate$Arguments;
           30   31     7           template  Lorg/graalvm/compiler/replacements/SnippetTemplate;
    MethodParameters:
             Name  Flags
      profileNode  
      tool         
}
SourceFile: "ProbabilisticProfileSnippets.java"
NestHost: org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets
InnerClasses:
  public abstract ValueNumberable = org.graalvm.compiler.graph.Node$ValueNumberable of org.graalvm.compiler.graph.Node
  public Templates = org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets$Templates of org.graalvm.compiler.hotspot.replacements.profiling.ProbabilisticProfileSnippets
  public final GuardsStage = org.graalvm.compiler.nodes.StructuredGraph$GuardsStage of org.graalvm.compiler.nodes.StructuredGraph
  public abstract LoweringStage = org.graalvm.compiler.nodes.spi.LoweringTool$LoweringStage of org.graalvm.compiler.nodes.spi.LoweringTool
  public abstract AbstractTemplates = org.graalvm.compiler.replacements.SnippetTemplate$AbstractTemplates of org.graalvm.compiler.replacements.SnippetTemplate
  public Arguments = org.graalvm.compiler.replacements.SnippetTemplate$Arguments of org.graalvm.compiler.replacements.SnippetTemplate
  public abstract SnippetInfo = org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo of org.graalvm.compiler.replacements.SnippetTemplate
  public abstract UsageReplacer = org.graalvm.compiler.replacements.SnippetTemplate$UsageReplacer of org.graalvm.compiler.replacements.SnippetTemplate