class sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure implements sun.jvm.hotspot.interpreter.OffsetClosure
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.interpreter.OopMapCacheEntry entry;
    descriptor: Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
    flags: (0x0002) ACC_PRIVATE

  private boolean failed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.jvm.hotspot.interpreter.OopMapCacheEntry);
    descriptor: (Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure this
        start local 1 // sun.jvm.hotspot.interpreter.OopMapCacheEntry entry
         0: .line 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            aload 1 /* entry */
            putfield sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure.entry:Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
            return
        end local 1 // sun.jvm.hotspot.interpreter.OopMapCacheEntry entry
        end local 0 // sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/interpreter/OopMapCacheEntry$VerifyClosure;
            0    1     1  entry  Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
    MethodParameters:
       Name  Flags
      entry  

  public void offsetDo(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure this
        start local 1 // int offset
         0: .line 128
            aload 0 /* this */
            getfield sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure.entry:Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
            iload 1 /* offset */
            invokevirtual sun.jvm.hotspot.interpreter.OopMapCacheEntry.isOop:(I)Z
            ifne 1
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure.failed:Z
      StackMap locals:
      StackMap stack:
         1: return
        end local 1 // int offset
        end local 0 // sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/OopMapCacheEntry$VerifyClosure;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  boolean failed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure this
         0: .line 129
            aload 0 /* this */
            getfield sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure.failed:Z
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/OopMapCacheEntry$VerifyClosure;
}
SourceFile: "OopMapCacheEntry.java"
NestHost: sun.jvm.hotspot.interpreter.OopMapCacheEntry
InnerClasses:
  VerifyClosure = sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure of sun.jvm.hotspot.interpreter.OopMapCacheEntry