public class sun.jvm.hotspot.c1.Runtime1
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.c1.Runtime1
  super_class: java.lang.Object
{
  private static sun.jvm.hotspot.types.Field blobsField;
    descriptor: Lsun/jvm/hotspot/types/Field;
    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 41
            new sun.jvm.hotspot.c1.Runtime1$1
            dup
            invokespecial sun.jvm.hotspot.c1.Runtime1$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 46
            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=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 49
            aload 0 /* db */
            ldc "Runtime1"
            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 51
            aload 1 /* type */
            ldc "_blobs"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            putstatic sun.jvm.hotspot.c1.Runtime1.blobsField:Lsun/jvm/hotspot/types/Field;
         2: .line 52
            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    3     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    3     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.c1.Runtime1 this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            return
        end local 0 // sun.jvm.hotspot.c1.Runtime1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/c1/Runtime1;

  public sun.jvm.hotspot.debugger.Address entryFor(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.c1.Runtime1 this
        start local 1 // int id
         0: .line 59
            aload 0 /* this */
            iload 1 /* id */
            invokevirtual sun.jvm.hotspot.c1.Runtime1.blobFor:(I)Lsun/jvm/hotspot/code/CodeBlob;
            invokevirtual sun.jvm.hotspot.code.CodeBlob.codeBegin:()Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // int id
        end local 0 // sun.jvm.hotspot.c1.Runtime1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/c1/Runtime1;
            0    1     1    id  I
    MethodParameters:
      Name  Flags
      id    

  public sun.jvm.hotspot.code.CodeBlob blobFor(int);
    descriptor: (I)Lsun/jvm/hotspot/code/CodeBlob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.c1.Runtime1 this
        start local 1 // int id
         0: .line 64
            getstatic sun.jvm.hotspot.c1.Runtime1.blobsField:Lsun/jvm/hotspot/types/Field;
            invokeinterface sun.jvm.hotspot.types.Field.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
            iload 1 /* id */
            i2l
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* blobAddr */
        start local 2 // sun.jvm.hotspot.debugger.Address blobAddr
         1: .line 65
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
            aload 2 /* blobAddr */
            invokevirtual sun.jvm.hotspot.code.CodeCache.createCodeBlobWrapper:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            areturn
        end local 2 // sun.jvm.hotspot.debugger.Address blobAddr
        end local 1 // int id
        end local 0 // sun.jvm.hotspot.c1.Runtime1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/c1/Runtime1;
            0    2     1        id  I
            1    2     2  blobAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "Runtime1.java"
NestMembers:
  sun.jvm.hotspot.c1.Runtime1$1
InnerClasses:
  sun.jvm.hotspot.c1.Runtime1$1