class org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$2 extends org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$HotSpotOptimizingLocationIdentity
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$2
  super_class: org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$HotSpotOptimizingLocationIdentity
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$2 this
        start local 1 // java.lang.String $anonymous0
         0: .line 481
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$HotSpotOptimizingLocationIdentity.<init>:(Ljava/lang/String;)V
            return
        end local 1 // java.lang.String $anonymous0
        end local 0 // org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/hotspot/replacements/HotSpotReplacementsUtil$2;
            0    1     1  $anonymous0  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public org.graalvm.compiler.nodes.ValueNode canonicalizeRead(org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.nodes.memory.address.AddressNode, org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.graph.spi.CanonicalizerTool);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/memory/address/AddressNode;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;)Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$2 this
        start local 1 // org.graalvm.compiler.nodes.ValueNode read
        start local 2 // org.graalvm.compiler.nodes.memory.address.AddressNode location
        start local 3 // org.graalvm.compiler.nodes.ValueNode object
        start local 4 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
         0: .line 484
            aload 3 /* object */
            invokestatic org.graalvm.compiler.nodes.type.StampTool.typeReferenceOrNull:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/core/common/type/TypeReference;
            astore 5 /* constantType */
        start local 5 // org.graalvm.compiler.core.common.type.TypeReference constantType
         1: .line 485
            aload 5 /* constantType */
            ifnull 3
            aload 5 /* constantType */
            invokevirtual org.graalvm.compiler.core.common.type.TypeReference.isExact:()Z
            ifeq 3
         2: .line 486
            aload 1 /* read */
            getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            invokevirtual org.graalvm.compiler.nodes.ValueNode.stamp:(Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/core/common/type/Stamp;
            aload 4 /* tool */
            invokeinterface org.graalvm.compiler.graph.spi.CanonicalizerTool.getConstantReflection:()Ljdk/vm/ci/meta/ConstantReflectionProvider;
            aload 5 /* constantType */
            invokevirtual org.graalvm.compiler.core.common.type.TypeReference.getType:()Ljdk/vm/ci/meta/ResolvedJavaType;
            invokeinterface jdk.vm.ci.meta.ConstantReflectionProvider.asObjectHub:(Ljdk/vm/ci/meta/ResolvedJavaType;)Ljdk/vm/ci/meta/Constant;
            aload 4 /* tool */
            invokeinterface org.graalvm.compiler.graph.spi.CanonicalizerTool.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            invokestatic org.graalvm.compiler.nodes.ConstantNode.forConstant:(Lorg/graalvm/compiler/core/common/type/Stamp;Ljdk/vm/ci/meta/Constant;Ljdk/vm/ci/meta/MetaAccessProvider;)Lorg/graalvm/compiler/nodes/ConstantNode;
            areturn
         3: .line 488
      StackMap locals: org.graalvm.compiler.core.common.type.TypeReference
      StackMap stack:
            aload 1 /* read */
            areturn
        end local 5 // org.graalvm.compiler.core.common.type.TypeReference constantType
        end local 4 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
        end local 3 // org.graalvm.compiler.nodes.ValueNode object
        end local 2 // org.graalvm.compiler.nodes.memory.address.AddressNode location
        end local 1 // org.graalvm.compiler.nodes.ValueNode read
        end local 0 // org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/graalvm/compiler/hotspot/replacements/HotSpotReplacementsUtil$2;
            0    4     1          read  Lorg/graalvm/compiler/nodes/ValueNode;
            0    4     2      location  Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
            0    4     3        object  Lorg/graalvm/compiler/nodes/ValueNode;
            0    4     4          tool  Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;
            1    4     5  constantType  Lorg/graalvm/compiler/core/common/type/TypeReference;
    MethodParameters:
          Name  Flags
      read      
      location  
      object    
      tool      
}
SourceFile: "HotSpotReplacementsUtil.java"
EnclosingMethod: org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil
NestHost: org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil
InnerClasses:
  org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$2
  abstract HotSpotOptimizingLocationIdentity = org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil$HotSpotOptimizingLocationIdentity of org.graalvm.compiler.hotspot.replacements.HotSpotReplacementsUtil