public abstract class com.oracle.truffle.api.profiles.Profile extends com.oracle.truffle.api.nodes.NodeCloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.profiles.Profile
  super_class: com.oracle.truffle.api.nodes.NodeCloneable
{
  static boolean isProfilingEnabled();
    descriptor: ()Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 115
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            invokeinterface com.oracle.truffle.api.TruffleRuntime.isProfilingEnabled:()Z
            istore 0 /* enabled */
        start local 0 // boolean enabled
         1: .line 116
            goto 4
        end local 0 // boolean enabled
      StackMap locals:
      StackMap stack: java.lang.LinkageError
         2: pop
         3: .line 118
            iconst_1
            istore 0 /* enabled */
        start local 0 // boolean enabled
         4: .line 120
      StackMap locals: int
      StackMap stack:
            iload 0 /* enabled */
            ireturn
        end local 0 // boolean enabled
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1    2     0  enabled  Z
            4    5     0  enabled  Z
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.LinkageError

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.Profile this
         0: .line 123
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.NodeCloneable.<init>:()V
         1: .line 125
            return
        end local 0 // com.oracle.truffle.api.profiles.Profile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/Profile;

  java.lang.String toStringDisabled(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.Profile this
        start local 1 // java.lang.Class profileClass
         0: .line 128
            ldc "%s(DISABLED)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* profileClass */
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Class profileClass
        end local 0 // com.oracle.truffle.api.profiles.Profile this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/api/profiles/Profile;
            0    1     1  profileClass  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/String;
    MethodParameters:
              Name  Flags
      profileClass  

  java.lang.String toString(java.lang.Class<?>, boolean, boolean, java.lang.String);
    descriptor: (Ljava/lang/Class;ZZLjava/lang/String;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.oracle.truffle.api.profiles.Profile this
        start local 1 // java.lang.Class profileClass
        start local 2 // boolean uninitialized
        start local 3 // boolean generic
        start local 4 // java.lang.String specialization
         0: .line 133
            iload 2 /* uninitialized */
            ifeq 3
         1: .line 134
            ldc "UNINITIALIZED"
            astore 5 /* s */
        start local 5 // java.lang.String s
         2: .line 135
            goto 9
        end local 5 // java.lang.String s
      StackMap locals:
      StackMap stack:
         3: iload 3 /* generic */
            ifeq 6
         4: .line 136
            ldc "GENERIC"
            astore 5 /* s */
        start local 5 // java.lang.String s
         5: .line 137
            goto 9
        end local 5 // java.lang.String s
         6: .line 138
      StackMap locals:
      StackMap stack:
            aload 4 /* specialization */
            ifnonnull 7
            ldc ""
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 4 /* specialization */
      StackMap locals:
      StackMap stack: java.lang.String
         8: astore 5 /* s */
        start local 5 // java.lang.String s
         9: .line 140
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "%s(%s)@%s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* profileClass */
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 5 /* s */
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 5 // java.lang.String s
        end local 4 // java.lang.String specialization
        end local 3 // boolean generic
        end local 2 // boolean uninitialized
        end local 1 // java.lang.Class profileClass
        end local 0 // com.oracle.truffle.api.profiles.Profile this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/oracle/truffle/api/profiles/Profile;
            0   10     1    profileClass  Ljava/lang/Class<*>;
            0   10     2   uninitialized  Z
            0   10     3         generic  Z
            0   10     4  specialization  Ljava/lang/String;
            2    3     5               s  Ljava/lang/String;
            5    6     5               s  Ljava/lang/String;
            9   10     5               s  Ljava/lang/String;
    Signature: (Ljava/lang/Class<*>;ZZLjava/lang/String;)Ljava/lang/String;
    MethodParameters:
                Name  Flags
      profileClass    
      uninitialized   
      generic         
      specialization  
}
SourceFile: "Profile.java"