public abstract class org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode extends org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode
  super_class: org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;>;

  protected int freqLog;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  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 33
            ldc Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;
            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.nodes.profiling.ProfileWithNotificationNode.$assertionsDisabled:Z
         3: .line 34
            ldc Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.graalvm.compiler.graph.NodeClass<? extends org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode>, jdk.vm.ci.meta.ResolvedJavaMethod, int, );
    descriptor: (Lorg/graalvm/compiler/graph/NodeClass;Ljdk/vm/ci/meta/ResolvedJavaMethod;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
        start local 1 // org.graalvm.compiler.graph.NodeClass c
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 3 // int freqLog
        start local 4 // int probabilityLog
         0: .line 39
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* method */
            iload 4 /* probabilityLog */
            invokespecial org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Ljdk/vm/ci/meta/ResolvedJavaMethod;I)V
         1: .line 40
            aload 0 /* this */
            iload 3 /* freqLog */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.freqLog:I
         2: .line 41
            return
        end local 4 // int probabilityLog
        end local 3 // int freqLog
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 1 // org.graalvm.compiler.graph.NodeClass c
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;
            0    3     1               c  Lorg/graalvm/compiler/graph/NodeClass<+Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileNode;>;
            0    3     2          method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    3     3         freqLog  I
            0    3     4  probabilityLog  I
    Signature: (Lorg/graalvm/compiler/graph/NodeClass<+Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileNode;>;Ljdk/vm/ci/meta/ResolvedJavaMethod;II)V
    MethodParameters:
                Name  Flags
      c               
      method          
      freqLog         
      probabilityLog  

  public void <init>(jdk.vm.ci.meta.ResolvedJavaMethod, int, int);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // int freqLog
        start local 3 // int probabilityLog
         0: .line 44
            aload 0 /* this */
            getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            aload 1 /* method */
            iload 3 /* probabilityLog */
            invokespecial org.graalvm.compiler.hotspot.nodes.profiling.ProfileNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Ljdk/vm/ci/meta/ResolvedJavaMethod;I)V
         1: .line 45
            aload 0 /* this */
            iload 2 /* freqLog */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.freqLog:I
         2: .line 46
            return
        end local 3 // int probabilityLog
        end local 2 // int freqLog
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;
            0    3     1          method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    3     2         freqLog  I
            0    3     3  probabilityLog  I
    MethodParameters:
                Name  Flags
      method          
      freqLog         
      probabilityLog  

  public int getNotificationFreqLog();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
         0: .line 52
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.freqLog:I
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;

  public void setNotificationFreqLog(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
        start local 1 // int freqLog
         0: .line 59
            getstatic org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.$assertionsDisabled:Z
            ifne 1
            iload 1 /* freqLog */
            bipush 32
            if_icmplt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* freqLog */
            putfield org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.freqLog:I
         2: .line 61
            return
        end local 1 // int freqLog
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;
            0    3     1  freqLog  I
    MethodParameters:
         Name  Flags
      freqLog  

  public void setNotificationOff();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
         0: .line 64
            aload 0 /* this */
            iconst_m1
            invokevirtual org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode.setNotificationFreqLog:(I)V
         1: .line 65
            return
        end local 0 // org.graalvm.compiler.hotspot.nodes.profiling.ProfileWithNotificationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/nodes/profiling/ProfileWithNotificationNode;
}
SourceFile: "ProfileWithNotificationNode.java"
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo()