public class sun.jvm.hotspot.ci.ciMethod extends sun.jvm.hotspot.ci.ciMetadata
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ci.ciMethod
  super_class: sun.jvm.hotspot.ci.ciMetadata
{
  private static sun.jvm.hotspot.oops.CIntField interpreterThrowoutCountField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField interpreterInvocationCountField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField instructionsSizeField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 37
            new sun.jvm.hotspot.ci.ciMethod$1
            dup
            invokespecial sun.jvm.hotspot.ci.ciMethod$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 57
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 45
            aload 0 /* db */
            ldc "ciMethod"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 46
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_interpreter_throwout_count"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethod.interpreterThrowoutCountField:Lsun/jvm/hotspot/oops/CIntField;
         2: .line 47
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_interpreter_invocation_count"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethod.interpreterInvocationCountField:Lsun/jvm/hotspot/oops/CIntField;
         3: .line 50
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_instructions_size"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethod.instructionsSizeField:Lsun/jvm/hotspot/oops/CIntField;
         4: .line 51
            goto 6
      StackMap locals: sun.jvm.hotspot.types.TypeDataBase sun.jvm.hotspot.types.Type
      StackMap stack: java.lang.Exception
         5: pop
         6: .line 53
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    7     1  type  Lsun/jvm/hotspot/types/Type;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Exception
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 60
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.ci.ciMetadata.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 61
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ci/ciMethod;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.oops.Method method();
    descriptor: ()Lsun/jvm/hotspot/oops/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
         0: .line 64
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getMetadata:()Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Method
            areturn
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethod;

  public int interpreterThrowoutCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
         0: .line 68
            getstatic sun.jvm.hotspot.ci.ciMethod.interpreterThrowoutCountField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethod;

  public int interpreterInvocationCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
         0: .line 72
            getstatic sun.jvm.hotspot.ci.ciMethod.interpreterInvocationCountField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethod;

  public int instructionsSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
         0: .line 76
            getstatic sun.jvm.hotspot.ci.ciMethod.instructionsSizeField:Lsun/jvm/hotspot/oops/CIntField;
            ifnonnull 5
         1: .line 78
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.method:()Lsun/jvm/hotspot/oops/Method;
            astore 1 /* method */
        start local 1 // sun.jvm.hotspot.oops.Method method
         2: .line 79
            aload 1 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getNativeMethod:()Lsun/jvm/hotspot/code/NMethod;
            astore 2 /* nm */
        start local 2 // sun.jvm.hotspot.code.NMethod nm
         3: .line 80
            aload 2 /* nm */
            ifnull 4
            aload 2 /* nm */
            invokevirtual sun.jvm.hotspot.code.NMethod.codeEnd:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* nm */
            invokevirtual sun.jvm.hotspot.code.NMethod.getVerifiedEntryPoint:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
         4: .line 81
      StackMap locals: sun.jvm.hotspot.oops.Method sun.jvm.hotspot.code.NMethod
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // sun.jvm.hotspot.code.NMethod nm
        end local 1 // sun.jvm.hotspot.oops.Method method
         5: .line 83
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.ci.ciMethod.instructionsSizeField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/jvm/hotspot/ci/ciMethod;
            2    5     1  method  Lsun/jvm/hotspot/oops/Method;
            3    5     2      nm  Lsun/jvm/hotspot/code/NMethod;

  public void printShortName(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
        start local 1 // java.io.PrintStream st
         0: .line 87
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.method:()Lsun/jvm/hotspot/oops/Method;
            astore 2 /* method */
        start local 2 // sun.jvm.hotspot.oops.Method method
         1: .line 88
            aload 1 /* st */
            ldc " %s::%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 89
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            aastore
         3: .line 88
            invokevirtual java.io.PrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;
            pop
         4: .line 90
            return
        end local 2 // sun.jvm.hotspot.oops.Method method
        end local 1 // java.io.PrintStream st
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/jvm/hotspot/ci/ciMethod;
            0    5     1      st  Ljava/io/PrintStream;
            1    5     2  method  Lsun/jvm/hotspot/oops/Method;
    MethodParameters:
      Name  Flags
      st    

  public void dumpReplayData(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
        start local 1 // java.io.PrintStream out
         0: .line 93
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getMetadata:()Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Method
            astore 2 /* method */
        start local 2 // sun.jvm.hotspot.oops.Method method
         1: .line 94
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getNativeMethod:()Lsun/jvm/hotspot/code/NMethod;
            pop
         2: .line 95
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc "ciMethod "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 96
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.nameAsAscii:()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;
         4: .line 97
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getInvocationCount:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 98
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getBackedgeCount:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 99
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.interpreterInvocationCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 100
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.interpreterThrowoutCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 101
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.instructionsSize:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 95
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        10: .line 102
            return
        end local 2 // sun.jvm.hotspot.oops.Method method
        end local 1 // java.io.PrintStream out
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/jvm/hotspot/ci/ciMethod;
            0   11     1     out  Ljava/io/PrintStream;
            1   11     2  method  Lsun/jvm/hotspot/oops/Method;
    MethodParameters:
      Name  Flags
      out   

  public void printValueOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
        start local 1 // java.io.PrintStream tty
         0: .line 105
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "ciMethod "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.method:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.method:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getSignature:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()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 */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 106
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ci/ciMethod;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public java.lang.String nameAsAscii();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethod this
         0: .line 109
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getMetadata:()Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Method
            astore 1 /* method */
        start local 1 // sun.jvm.hotspot.oops.Method method
         1: .line 110
            aload 1 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.nameAsAscii:()Ljava/lang/String;
            areturn
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.ci.ciMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/ci/ciMethod;
            1    2     1  method  Lsun/jvm/hotspot/oops/Method;
}
SourceFile: "ciMethod.java"
NestMembers:
  sun.jvm.hotspot.ci.ciMethod$1
InnerClasses:
  sun.jvm.hotspot.ci.ciMethod$1