public class org.graalvm.compiler.hotspot.replacements.ObjectSnippets 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.ObjectSnippets
  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.ObjectSnippets this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.replacements.ObjectSnippets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/replacements/ObjectSnippets;

  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           

  public static void fastNotify(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 64
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotHostForeignCallsProvider.NOTIFY:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.hotspot.replacements.ObjectSnippets.fastNotifyStub:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 65
            return
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.nodes.SnippetAnchorNode.anchor:()Lorg/graalvm/compiler/nodes/extended/GuardingNode;
            invokestatic org.graalvm.compiler.nodes.PiNode.piCastNonNull:(Ljava/lang/Object;Lorg/graalvm/compiler/nodes/extended/GuardingNode;)Ljava/lang/Object;
            invokevirtual java.lang.Object.notify:()V
         3: .line 69
            return
        end local 0 // java.lang.Object thisObj
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  thisObj  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    MethodParameters:
         Name  Flags
      thisObj  

  public static void fastNotifyAll(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 73
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotHostForeignCallsProvider.NOTIFY_ALL:Lorg/graalvm/compiler/hotspot/meta/HotSpotForeignCallDescriptor;
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.hotspot.replacements.ObjectSnippets.fastNotifyStub:(Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 74
            return
         2: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* thisObj */
            invokestatic org.graalvm.compiler.nodes.SnippetAnchorNode.anchor:()Lorg/graalvm/compiler/nodes/extended/GuardingNode;
            invokestatic org.graalvm.compiler.nodes.PiNode.piCastNonNull:(Ljava/lang/Object;Lorg/graalvm/compiler/nodes/extended/GuardingNode;)Ljava/lang/Object;
            invokevirtual java.lang.Object.notifyAll:()V
         3: .line 78
            return
        end local 0 // java.lang.Object thisObj
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  thisObj  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    MethodParameters:
         Name  Flags
      thisObj  
}
SourceFile: "ObjectSnippets.java"
NestMembers:
  org.graalvm.compiler.hotspot.replacements.ObjectSnippets$Templates
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
  public Templates = org.graalvm.compiler.hotspot.replacements.ObjectSnippets$Templates of org.graalvm.compiler.hotspot.replacements.ObjectSnippets