public class jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod extends jdk.vm.ci.meta.AbstractProfiledItem<jdk.vm.ci.meta.ResolvedJavaMethod>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod
  super_class: jdk.vm.ci.meta.AbstractProfiledItem
{
  public void <init>(jdk.vm.ci.meta.ResolvedJavaMethod, double);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // double probability
         0: .line 45
            aload 0 /* this */
            aload 1 /* method */
            dload 2 /* probability */
            invokespecial jdk.vm.ci.meta.AbstractProfiledItem.<init>:(Ljava/lang/Object;D)V
         1: .line 46
            return
        end local 2 // double probability
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljdk/vm/ci/meta/JavaMethodProfile$ProfiledMethod;
            0    2     1       method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    2     2  probability  D
    MethodParameters:
             Name  Flags
      method       
      probability  

  public jdk.vm.ci.meta.ResolvedJavaMethod getMethod();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod this
         0: .line 52
            aload 0 /* this */
            invokevirtual jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod.getItem:()Ljava/lang/Object;
            checkcast jdk.vm.ci.meta.ResolvedJavaMethod
            areturn
        end local 0 // jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/meta/JavaMethodProfile$ProfiledMethod;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod this
         0: .line 57
            new java.lang.StringBuilder
            dup
            ldc "{"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod.item:Ljava/lang/Object;
            checkcast jdk.vm.ci.meta.ResolvedJavaMethod
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod.probability:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/meta/JavaMethodProfile$ProfiledMethod;
}
Signature: Ljdk/vm/ci/meta/AbstractProfiledItem<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;
SourceFile: "JavaMethodProfile.java"
NestHost: jdk.vm.ci.meta.JavaMethodProfile
InnerClasses:
  public ProfiledMethod = jdk.vm.ci.meta.JavaMethodProfile$ProfiledMethod of jdk.vm.ci.meta.JavaMethodProfile