public class org.graalvm.compiler.hotspot.replacements.ObjectSubstitutions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.replacements.ObjectSubstitutions
  super_class: java.lang.Object
{
  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.ObjectSubstitutions this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.replacements.ObjectSubstitutions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/ObjectSubstitutions;

  public static int hashCode(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object thisObj
         0: .line 45
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.hotspot.replacements.IdentityHashCodeNode.identityHashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // java.lang.Object thisObj
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  thisObj  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.MethodSubstitution(isStatic = false)
    MethodParameters:
         Name  Flags
      thisObj  final

  public static void notify(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object thisObj
         0: .line 50
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotHostForeignCallsProvider.NOTIFY:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.hotspot.replacements.ObjectSubstitutions.fastNotifyStub:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;)Z
            ifne 2
         1: .line 51
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.hotspot.replacements.ObjectSubstitutions.notify:(Ljava/lang/Object;)V
         2: .line 53
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.Object thisObj
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  thisObj  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.MethodSubstitution(isStatic = false)
    MethodParameters:
         Name  Flags
      thisObj  final

  public static void notifyAll(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object thisObj
         0: .line 57
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotHostForeignCallsProvider.NOTIFY_ALL:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.hotspot.replacements.ObjectSubstitutions.fastNotifyStub:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;)Z
            ifne 2
         1: .line 58
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.hotspot.replacements.ObjectSubstitutions.notifyAll:(Ljava/lang/Object;)V
         2: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.Object thisObj
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  thisObj  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.MethodSubstitution(isStatic = false)
    MethodParameters:
         Name  Flags
      thisObj  final

  public static native boolean fastNotifyStub(org.graalvm.compiler.core.common.spi.ForeignCallDescriptor, java.lang.Object);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;)Z
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic(value = Lorg/graalvm/compiler/nodes/extended/ForeignCallNode;)
    RuntimeVisibleParameterAnnotations: 
      0:
        org.graalvm.compiler.graph.Node$ConstantNodeParameter()
      1:
    MethodParameters:
            Name  Flags
      descriptor  
      o           
}
SourceFile: "ObjectSubstitutions.java"
InnerClasses:
  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
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.ClassSubstitution(value = Ljava/lang/Object;)