public class sun.jvm.hotspot.code.CodeCache
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.code.CodeCache
  super_class: java.lang.Object
{
  private static sun.jvm.hotspot.utilities.GrowableArray<sun.jvm.hotspot.memory.CodeHeap> heapArray;
    descriptor: Lsun/jvm/hotspot/utilities/GrowableArray;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/memory/CodeHeap;>;

  private static sun.jvm.hotspot.runtime.VirtualConstructor virtualConstructor;
    descriptor: Lsun/jvm/hotspot/runtime/VirtualConstructor;
    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.code.CodeCache$1
            dup
            invokespecial sun.jvm.hotspot.code.CodeCache$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

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

  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=6, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 49
            aload 0 /* db */
            ldc "CodeCache"
            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 53
            aload 0 /* db */
            ldc "CodeHeap"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 2 /* codeHeapType */
        start local 2 // sun.jvm.hotspot.types.Type codeHeapType
         2: .line 55
            new sun.jvm.hotspot.runtime.VirtualBaseConstructor
            dup
            aload 0 /* db */
            aload 2 /* codeHeapType */
            ldc "sun.jvm.hotspot.memory"
            ldc Lsun/jvm/hotspot/memory/CodeHeap;
            invokespecial sun.jvm.hotspot.runtime.VirtualBaseConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;Lsun/jvm/hotspot/types/Type;Ljava/lang/String;Ljava/lang/Class;)V
         3: .line 54
            astore 3 /* heapConstructor */
        start local 3 // sun.jvm.hotspot.runtime.VirtualBaseConstructor heapConstructor
         4: .line 57
            aload 1 /* type */
            ldc "_heaps"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            astore 4 /* heapsField */
        start local 4 // sun.jvm.hotspot.types.AddressField heapsField
         5: .line 58
            aload 4 /* heapsField */
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            aload 3 /* heapConstructor */
            invokestatic sun.jvm.hotspot.utilities.GrowableArray.create:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/runtime/InstanceConstructor;)Lsun/jvm/hotspot/utilities/GrowableArray;
            putstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
         6: .line 60
            new sun.jvm.hotspot.runtime.VirtualConstructor
            dup
            aload 0 /* db */
            invokespecial sun.jvm.hotspot.runtime.VirtualConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;)V
            putstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
         7: .line 62
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "BufferBlob"
            ldc Lsun/jvm/hotspot/code/BufferBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
         8: .line 63
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "nmethod"
            ldc Lsun/jvm/hotspot/code/NMethod;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
         9: .line 64
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "RuntimeStub"
            ldc Lsun/jvm/hotspot/code/RuntimeStub;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        10: .line 65
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "AdapterBlob"
            ldc Lsun/jvm/hotspot/code/AdapterBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        11: .line 66
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "MethodHandlesAdapterBlob"
            ldc Lsun/jvm/hotspot/code/MethodHandlesAdapterBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        12: .line 67
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "VtableBlob"
            ldc Lsun/jvm/hotspot/code/VtableBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        13: .line 68
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "SafepointBlob"
            ldc Lsun/jvm/hotspot/code/SafepointBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        14: .line 69
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "DeoptimizationBlob"
            ldc Lsun/jvm/hotspot/code/DeoptimizationBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        15: .line 70
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
            ifeq 18
        16: .line 71
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "ExceptionBlob"
            ldc Lsun/jvm/hotspot/code/ExceptionBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        17: .line 72
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            ldc "UncommonTrapBlob"
            ldc Lsun/jvm/hotspot/code/UncommonTrapBlob;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
        18: .line 74
      StackMap locals: sun.jvm.hotspot.types.TypeDataBase sun.jvm.hotspot.types.Type sun.jvm.hotspot.types.Type sun.jvm.hotspot.runtime.VirtualBaseConstructor sun.jvm.hotspot.types.AddressField
      StackMap stack:
            return
        end local 4 // sun.jvm.hotspot.types.AddressField heapsField
        end local 3 // sun.jvm.hotspot.runtime.VirtualBaseConstructor heapConstructor
        end local 2 // sun.jvm.hotspot.types.Type codeHeapType
        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   19     0               db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   19     1             type  Lsun/jvm/hotspot/types/Type;
            2   19     2     codeHeapType  Lsun/jvm/hotspot/types/Type;
            4   19     3  heapConstructor  Lsun/jvm/hotspot/runtime/VirtualBaseConstructor<Lsun/jvm/hotspot/memory/CodeHeap;>;
            5   19     4       heapsField  Lsun/jvm/hotspot/types/AddressField;
    MethodParameters:
      Name  Flags
      db    

  public boolean contains(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.code.CodeCache this
        start local 1 // sun.jvm.hotspot.debugger.Address p
         0: .line 77
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 78
      StackMap locals: int
      StackMap stack:
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            aload 1 /* p */
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 4
         3: .line 79
            iconst_1
            ireturn
         4: .line 77
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 2
        end local 2 // int i
         6: .line 82
            iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address p
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/code/CodeCache;
            0    7     1     p  Lsun/jvm/hotspot/debugger/Address;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      p     

  public sun.jvm.hotspot.code.CodeBlob findBlob(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.code.CodeCache this
        start local 1 // sun.jvm.hotspot.debugger.Address start
         0: .line 88
            aload 0 /* this */
            aload 1 /* start */
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlobUnsafe:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 2 /* result */
        start local 2 // sun.jvm.hotspot.code.CodeBlob result
         1: .line 89
            aload 2 /* result */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 90
      StackMap locals: sun.jvm.hotspot.code.CodeBlob
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifeq 4
         3: .line 91
            aload 2 /* result */
            areturn
         4: .line 95
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 9
         5: .line 96
            aload 2 /* result */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.isZombie:()Z
            ifne 6
            aload 2 /* result */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.isLockedByVM:()Z
            ifeq 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: ldc "unsafe access to zombie method"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         9: .line 98
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // sun.jvm.hotspot.code.CodeBlob result
        end local 1 // sun.jvm.hotspot.debugger.Address start
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/jvm/hotspot/code/CodeCache;
            0   10     1   start  Lsun/jvm/hotspot/debugger/Address;
            1   10     2  result  Lsun/jvm/hotspot/code/CodeBlob;
    MethodParameters:
       Name  Flags
      start  

  public sun.jvm.hotspot.code.CodeBlob findBlobUnsafe(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // sun.jvm.hotspot.code.CodeCache this
        start local 1 // sun.jvm.hotspot.debugger.Address start
         0: .line 102
            aconst_null
            astore 2 /* result */
        start local 2 // sun.jvm.hotspot.code.CodeBlob result
         1: .line 103
            aconst_null
            astore 3 /* containing_heap */
        start local 3 // sun.jvm.hotspot.memory.CodeHeap containing_heap
         2: .line 104
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 8
         4: .line 105
      StackMap locals: sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.memory.CodeHeap int
      StackMap stack:
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            aload 1 /* start */
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 7
         5: .line 106
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            astore 3 /* containing_heap */
         6: .line 107
            goto 9
         7: .line 104
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 4
        end local 4 // int i
         9: .line 110
      StackMap locals:
      StackMap stack:
            aload 3 /* containing_heap */
            ifnonnull 11
        10: .line 111
            aconst_null
            areturn
        11: .line 115
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            aload 3 /* containing_heap */
            aload 1 /* start */
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.findStart:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/VMObject;
            checkcast sun.jvm.hotspot.code.CodeBlob
            astore 2 /* result */
        12: .line 116
            goto 24
        13: .line 117
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.types.WrongTypeException
            astore 4 /* wte */
        start local 4 // sun.jvm.hotspot.types.WrongTypeException wte
        14: .line 118
            aconst_null
            astore 5 /* cbAddr */
        start local 5 // sun.jvm.hotspot.debugger.Address cbAddr
        15: .line 120
            aload 3 /* containing_heap */
            aload 1 /* start */
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.findStart:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* cbAddr */
        16: .line 121
            goto 19
        17: .line 122
      StackMap locals: sun.jvm.hotspot.code.CodeCache sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.memory.CodeHeap sun.jvm.hotspot.types.WrongTypeException sun.jvm.hotspot.debugger.Address
      StackMap stack: java.lang.Exception
            astore 6 /* findEx */
        start local 6 // java.lang.Exception findEx
        18: .line 123
            aload 6 /* findEx */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 6 // java.lang.Exception findEx
        19: .line 126
      StackMap locals:
      StackMap stack:
            ldc "Couldn't deduce type of CodeBlob "
            astore 6 /* message */
        start local 6 // java.lang.String message
        20: .line 127
            aload 5 /* cbAddr */
            ifnull 22
        21: .line 128
            new java.lang.StringBuilder
            dup
            aload 6 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "@"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* cbAddr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* message */
        22: .line 130
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 6 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "for PC="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* start */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* message */
        23: .line 132
            new java.lang.RuntimeException
            dup
            aload 6 /* message */
            aload 4 /* wte */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.String message
        end local 5 // sun.jvm.hotspot.debugger.Address cbAddr
        end local 4 // sun.jvm.hotspot.types.WrongTypeException wte
        24: .line 134
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            ifnonnull 25
            aconst_null
            areturn
        25: .line 135
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 31
        26: .line 140
            aload 2 /* result */
            aload 1 /* start */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.blobContains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 28
        27: .line 141
            aload 2 /* result */
            aload 1 /* start */
            ldc 2
            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.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeBlob.blobContains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 28
            iconst_0
            goto 29
      StackMap locals:
      StackMap stack:
        28: iconst_1
        29: .line 142
      StackMap locals:
      StackMap stack: int
            ldc "found wrong CodeBlob"
        30: .line 140
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        31: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 3 // sun.jvm.hotspot.memory.CodeHeap containing_heap
        end local 2 // sun.jvm.hotspot.code.CodeBlob result
        end local 1 // sun.jvm.hotspot.debugger.Address start
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   32     0             this  Lsun/jvm/hotspot/code/CodeCache;
            0   32     1            start  Lsun/jvm/hotspot/debugger/Address;
            1   32     2           result  Lsun/jvm/hotspot/code/CodeBlob;
            2   32     3  containing_heap  Lsun/jvm/hotspot/memory/CodeHeap;
            3    9     4                i  I
           14   24     4              wte  Lsun/jvm/hotspot/types/WrongTypeException;
           15   24     5           cbAddr  Lsun/jvm/hotspot/debugger/Address;
           18   19     6           findEx  Ljava/lang/Exception;
           20   24     6          message  Ljava/lang/String;
      Exception table:
        from    to  target  type
          11    12      13  Class sun.jvm.hotspot.types.WrongTypeException
          15    16      17  Class java.lang.Exception
    MethodParameters:
       Name  Flags
      start  

  public sun.jvm.hotspot.code.NMethod findNMethod(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/NMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.code.CodeCache this
        start local 1 // sun.jvm.hotspot.debugger.Address start
         0: .line 148
            aload 0 /* this */
            aload 1 /* start */
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 2 /* cb */
        start local 2 // sun.jvm.hotspot.code.CodeBlob cb
         1: .line 149
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 150
            aload 2 /* cb */
            ifnull 3
            aload 2 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.isNMethod:()Z
            ifne 3
            iconst_0
            goto 4
      StackMap locals: sun.jvm.hotspot.code.CodeBlob
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ldc "did not find an nmethod"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 152
      StackMap locals:
      StackMap stack:
            aload 2 /* cb */
            checkcast sun.jvm.hotspot.code.NMethod
            areturn
        end local 2 // sun.jvm.hotspot.code.CodeBlob cb
        end local 1 // sun.jvm.hotspot.debugger.Address start
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/code/CodeCache;
            0    6     1  start  Lsun/jvm/hotspot/debugger/Address;
            1    6     2     cb  Lsun/jvm/hotspot/code/CodeBlob;
    MethodParameters:
       Name  Flags
      start  

  public sun.jvm.hotspot.code.NMethod findNMethodUnsafe(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/NMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.code.CodeCache this
        start local 1 // sun.jvm.hotspot.debugger.Address start
         0: .line 156
            aload 0 /* this */
            aload 1 /* start */
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlobUnsafe:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 2 /* cb */
        start local 2 // sun.jvm.hotspot.code.CodeBlob cb
         1: .line 157
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 158
            aload 2 /* cb */
            ifnull 3
            aload 2 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.isNMethod:()Z
            ifne 3
            iconst_0
            goto 4
      StackMap locals: sun.jvm.hotspot.code.CodeBlob
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ldc "did not find an nmethod"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 160
      StackMap locals:
      StackMap stack:
            aload 2 /* cb */
            checkcast sun.jvm.hotspot.code.NMethod
            areturn
        end local 2 // sun.jvm.hotspot.code.CodeBlob cb
        end local 1 // sun.jvm.hotspot.debugger.Address start
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/code/CodeCache;
            0    6     1  start  Lsun/jvm/hotspot/debugger/Address;
            1    6     2     cb  Lsun/jvm/hotspot/code/CodeBlob;
    MethodParameters:
       Name  Flags
      start  

  public sun.jvm.hotspot.code.CodeBlob createCodeBlobWrapper(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.code.CodeCache this
        start local 1 // sun.jvm.hotspot.debugger.Address codeBlobAddr
         0: .line 167
            getstatic sun.jvm.hotspot.code.CodeCache.virtualConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            aload 1 /* codeBlobAddr */
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/VMObject;
            checkcast sun.jvm.hotspot.code.CodeBlob
         1: areturn
         2: .line 169
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 170
            new java.lang.StringBuilder
            dup
            ldc "Unable to deduce type of CodeBlob from address "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* codeBlobAddr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 171
            ldc " (expected type nmethod, RuntimeStub, VtableBlob, "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 170
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* message */
        start local 2 // java.lang.String message
         6: .line 172
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
            ifeq 8
         7: .line 173
            new java.lang.StringBuilder
            dup
            aload 2 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " or "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* message */
         8: .line 175
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 2 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "SafepointBlob"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* message */
         9: .line 176
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
            ifeq 11
        10: .line 177
            new java.lang.StringBuilder
            dup
            aload 2 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", DeoptimizationBlob, or ExceptionBlob"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* message */
        11: .line 179
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 2 /* message */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* message */
        12: .line 180
            new java.lang.RuntimeException
            dup
            aload 2 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String message
        end local 1 // sun.jvm.hotspot.debugger.Address codeBlobAddr
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lsun/jvm/hotspot/code/CodeCache;
            0   13     1  codeBlobAddr  Lsun/jvm/hotspot/debugger/Address;
            6   13     2       message  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
              Name  Flags
      codeBlobAddr  

  public void iterate(sun.jvm.hotspot.code.CodeCacheVisitor);
    descriptor: (Lsun/jvm/hotspot/code/CodeCacheVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.code.CodeCache this
        start local 1 // sun.jvm.hotspot.code.CodeCacheVisitor visitor
         0: .line 185
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.CodeCache.lowBound:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.code.CodeCache.highBound:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.code.CodeCacheVisitor.prologue:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 186
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 187
      StackMap locals: int
      StackMap stack:
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            astore 3 /* current_heap */
        start local 3 // sun.jvm.hotspot.memory.CodeHeap current_heap
         4: .line 188
            aload 3 /* current_heap */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.iterate:(Lsun/jvm/hotspot/code/CodeCacheVisitor;Lsun/jvm/hotspot/code/CodeCache;)V
        end local 3 // sun.jvm.hotspot.memory.CodeHeap current_heap
         5: .line 186
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 190
            aload 1 /* visitor */
            invokeinterface sun.jvm.hotspot.code.CodeCacheVisitor.epilogue:()V
         8: .line 191
            return
        end local 1 // sun.jvm.hotspot.code.CodeCacheVisitor visitor
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lsun/jvm/hotspot/code/CodeCache;
            0    9     1       visitor  Lsun/jvm/hotspot/code/CodeCacheVisitor;
            2    7     2             i  I
            4    5     3  current_heap  Lsun/jvm/hotspot/memory/CodeHeap;
    MethodParameters:
         Name  Flags
      visitor  

  private sun.jvm.hotspot.debugger.Address lowBound();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.code.CodeCache this
         0: .line 198
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iconst_0
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.begin:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* low */
        start local 1 // sun.jvm.hotspot.debugger.Address low
         1: .line 199
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 200
      StackMap locals: sun.jvm.hotspot.debugger.Address int
      StackMap stack:
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.begin:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* low */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 5
         4: .line 201
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.begin:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* low */
         5: .line 199
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 204
            aload 1 /* low */
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address low
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/jvm/hotspot/code/CodeCache;
            1    8     1   low  Lsun/jvm/hotspot/debugger/Address;
            2    7     2     i  I

  private sun.jvm.hotspot.debugger.Address highBound();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.code.CodeCache this
         0: .line 208
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iconst_0
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.end:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* high */
        start local 1 // sun.jvm.hotspot.debugger.Address high
         1: .line 209
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 210
      StackMap locals: sun.jvm.hotspot.debugger.Address int
      StackMap stack:
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.end:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* high */
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 5
         4: .line 211
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.CodeHeap
            invokevirtual sun.jvm.hotspot.memory.CodeHeap.end:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* high */
         5: .line 209
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            getstatic sun.jvm.hotspot.code.CodeCache.heapArray:Lsun/jvm/hotspot/utilities/GrowableArray;
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 214
            aload 1 /* high */
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address high
        end local 0 // sun.jvm.hotspot.code.CodeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/jvm/hotspot/code/CodeCache;
            1    8     1  high  Lsun/jvm/hotspot/debugger/Address;
            2    7     2     i  I
}
SourceFile: "CodeCache.java"
NestMembers:
  sun.jvm.hotspot.code.CodeCache$1
InnerClasses:
  sun.jvm.hotspot.code.CodeCache$1