public class sun.jvm.hotspot.utilities.PointerLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.PointerLocation
  super_class: java.lang.Object
{
  sun.jvm.hotspot.debugger.Address addr;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0000) 

  sun.jvm.hotspot.gc.shared.CollectedHeap heap;
    descriptor: Lsun/jvm/hotspot/gc/shared/CollectedHeap;
    flags: (0x0000) 

  sun.jvm.hotspot.gc.shared.Generation gen;
    descriptor: Lsun/jvm/hotspot/gc/shared/Generation;
    flags: (0x0000) 

  boolean inTLAB;
    descriptor: Z
    flags: (0x0000) 

  sun.jvm.hotspot.runtime.JavaThread tlabThread;
    descriptor: Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0000) 

  sun.jvm.hotspot.runtime.ThreadLocalAllocBuffer tlab;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadLocalAllocBuffer;
    flags: (0x0000) 

  boolean inInterpreter;
    descriptor: Z
    flags: (0x0000) 

  boolean inCodeCache;
    descriptor: Z
    flags: (0x0000) 

  sun.jvm.hotspot.interpreter.InterpreterCodelet interpreterCodelet;
    descriptor: Lsun/jvm/hotspot/interpreter/InterpreterCodelet;
    flags: (0x0000) 

  sun.jvm.hotspot.code.CodeBlob blob;
    descriptor: Lsun/jvm/hotspot/code/CodeBlob;
    flags: (0x0000) 

  boolean inBlobCode;
    descriptor: Z
    flags: (0x0000) 

  boolean inBlobData;
    descriptor: Z
    flags: (0x0000) 

  boolean inBlobOops;
    descriptor: Z
    flags: (0x0000) 

  boolean inBlobUnknownLocation;
    descriptor: Z
    flags: (0x0000) 

  boolean inStrongGlobalJNIHandles;
    descriptor: Z
    flags: (0x0000) 

  boolean inWeakGlobalJNIHandles;
    descriptor: Z
    flags: (0x0000) 

  boolean inLocalJNIHandleBlock;
    descriptor: Z
    flags: (0x0000) 

  sun.jvm.hotspot.runtime.JNIHandleBlock handleBlock;
    descriptor: Lsun/jvm/hotspot/runtime/JNIHandleBlock;
    flags: (0x0000) 

  sun.jvm.hotspot.runtime.Thread handleThread;
    descriptor: Lsun/jvm/hotspot/runtime/Thread;
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            ldc Lsun/jvm/hotspot/utilities/PointerLocation;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.jvm.hotspot.utilities.PointerLocation.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.utilities.PointerLocation this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* addr */
            putfield sun.jvm.hotspot.utilities.PointerLocation.addr:Lsun/jvm/hotspot/debugger/Address;
         2: .line 81
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;
            0    3     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public boolean isInHeap();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.heap:Lsun/jvm/hotspot/gc/shared/CollectedHeap;
            ifnonnull 1
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.gen:Lsun/jvm/hotspot/gc/shared/Generation;
            ifnonnull 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInNewGen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 88
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.gen:Lsun/jvm/hotspot/gc/shared/Generation;
            ifnull 1
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.gen:Lsun/jvm/hotspot/gc/shared/Generation;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.heap:Lsun/jvm/hotspot/gc/shared/CollectedHeap;
            checkcast sun.jvm.hotspot.gc.shared.GenCollectedHeap
            iconst_0
            invokevirtual sun.jvm.hotspot.gc.shared.GenCollectedHeap.getGen:(I)Lsun/jvm/hotspot/gc/shared/Generation;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInOldGen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 92
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.gen:Lsun/jvm/hotspot/gc/shared/Generation;
            ifnull 1
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.gen:Lsun/jvm/hotspot/gc/shared/Generation;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.heap:Lsun/jvm/hotspot/gc/shared/CollectedHeap;
            checkcast sun.jvm.hotspot.gc.shared.GenCollectedHeap
            iconst_1
            invokevirtual sun.jvm.hotspot.gc.shared.GenCollectedHeap.getGen:(I)Lsun/jvm/hotspot/gc/shared/Generation;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean inOtherGen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 96
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInNewGen:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInOldGen:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public sun.jvm.hotspot.gc.shared.Generation getGeneration();
    descriptor: ()Lsun/jvm/hotspot/gc/shared/Generation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 101
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.gen:Lsun/jvm/hotspot/gc/shared/Generation;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInTLAB();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 106
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inTLAB:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public sun.jvm.hotspot.runtime.JavaThread getTLABThread();
    descriptor: ()Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 111
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.tlabThread:Lsun/jvm/hotspot/runtime/JavaThread;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public sun.jvm.hotspot.runtime.ThreadLocalAllocBuffer getTLAB();
    descriptor: ()Lsun/jvm/hotspot/runtime/ThreadLocalAllocBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 116
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.tlab:Lsun/jvm/hotspot/runtime/ThreadLocalAllocBuffer;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInInterpreter();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 120
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inInterpreter:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public sun.jvm.hotspot.interpreter.InterpreterCodelet getInterpreterCodelet();
    descriptor: ()Lsun/jvm/hotspot/interpreter/InterpreterCodelet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 125
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.interpreterCodelet:Lsun/jvm/hotspot/interpreter/InterpreterCodelet;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInCodeCache();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 129
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inCodeCache:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public sun.jvm.hotspot.code.CodeBlob getCodeBlob();
    descriptor: ()Lsun/jvm/hotspot/code/CodeBlob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 134
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.blob:Lsun/jvm/hotspot/code/CodeBlob;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInBlobCode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 138
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inBlobCode:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInBlobData();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 142
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inBlobData:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInBlobOops();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 146
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inBlobOops:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInBlobUnknownLocation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 150
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inBlobUnknownLocation:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInStrongGlobalJNIHandles();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 154
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inStrongGlobalJNIHandles:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInWeakGlobalJNIHandles();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 158
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inWeakGlobalJNIHandles:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isInLocalJNIHandleBlock();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 162
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inLocalJNIHandleBlock:Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public sun.jvm.hotspot.runtime.JNIHandleBlock getJNIHandleBlock();
    descriptor: ()Lsun/jvm/hotspot/runtime/JNIHandleBlock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 167
            getstatic sun.jvm.hotspot.utilities.PointerLocation.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInLocalJNIHandleBlock:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.handleBlock:Lsun/jvm/hotspot/runtime/JNIHandleBlock;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public sun.jvm.hotspot.runtime.Thread getJNIHandleThread();
    descriptor: ()Lsun/jvm/hotspot/runtime/Thread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 173
            getstatic sun.jvm.hotspot.utilities.PointerLocation.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInLocalJNIHandleBlock:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.handleThread:Lsun/jvm/hotspot/runtime/Thread;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public boolean isUnknown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 178
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInHeap:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInInterpreter:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInCodeCache:()Z
            ifne 2
         1: .line 179
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInStrongGlobalJNIHandles:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInWeakGlobalJNIHandles:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInLocalJNIHandleBlock:()Z
            ifeq 3
         2: .line 178
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 183
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 1 /* bos */
        start local 1 // java.io.ByteArrayOutputStream bos
         1: .line 184
            aload 0 /* this */
            new java.io.PrintStream
            dup
            aload 1 /* bos */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.printOn:(Ljava/io/PrintStream;)V
         2: .line 185
            aload 1 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.io.ByteArrayOutputStream bos
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;
            1    3     1   bos  Ljava/io/ByteArrayOutputStream;

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 189
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.printOn:(Ljava/io/PrintStream;)V
         1: .line 190
            return
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;

  public void printOn(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.utilities.PointerLocation this
        start local 1 // java.io.PrintStream tty
         0: .line 193
            aload 1 /* tty */
            ldc "Address "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 194
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.addr:Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 4
         2: .line 195
            aload 1 /* tty */
            ldc "0x0"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 196
            goto 5
         4: .line 197
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.addr:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 199
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc ": "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 200
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInHeap:()Z
            ifeq 25
         7: .line 201
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInTLAB:()Z
            ifeq 15
         8: .line 202
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "In thread-local allocation buffer for thread \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 203
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.getTLABThread:()Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getThreadName:()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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 202
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        11: .line 204
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.getTLABThread:()Lsun/jvm/hotspot/runtime/JavaThread;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
        12: .line 205
            aload 1 /* tty */
            ldc ") "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        13: .line 206
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.getTLAB:()Lsun/jvm/hotspot/runtime/ThreadLocalAllocBuffer;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.runtime.ThreadLocalAllocBuffer.printOn:(Ljava/io/PrintStream;)V
        14: .line 207
            goto 65
        15: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInNewGen:()Z
            ifeq 18
        16: .line 209
            aload 1 /* tty */
            ldc "In new generation "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        17: .line 210
            goto 22
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInOldGen:()Z
            ifeq 21
        19: .line 211
            aload 1 /* tty */
            ldc "In old generation "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        20: .line 212
            goto 22
        21: .line 213
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "In unknown section of Java heap"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        22: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.getGeneration:()Lsun/jvm/hotspot/gc/shared/Generation;
            ifnull 65
        23: .line 216
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.getGeneration:()Lsun/jvm/hotspot/gc/shared/Generation;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.gc.shared.Generation.printOn:(Ljava/io/PrintStream;)V
        24: .line 219
            goto 65
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInInterpreter:()Z
            ifeq 29
        26: .line 220
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "In interpreter codelet \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.interpreterCodelet:Lsun/jvm/hotspot/interpreter/InterpreterCodelet;
            invokevirtual sun.jvm.hotspot.interpreter.InterpreterCodelet.getDescription:()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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        27: .line 221
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.interpreterCodelet:Lsun/jvm/hotspot/interpreter/InterpreterCodelet;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.interpreter.InterpreterCodelet.printOn:(Ljava/io/PrintStream;)V
        28: .line 222
            goto 65
      StackMap locals:
      StackMap stack:
        29: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInCodeCache:()Z
            ifeq 47
        30: .line 223
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.getCodeBlob:()Lsun/jvm/hotspot/code/CodeBlob;
            astore 2 /* b */
        start local 2 // sun.jvm.hotspot.code.CodeBlob b
        31: .line 224
            aload 1 /* tty */
            ldc "In "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        32: .line 225
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInBlobCode:()Z
            ifeq 35
        33: .line 226
            aload 1 /* tty */
            ldc "code"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        34: .line 227
            goto 44
      StackMap locals: sun.jvm.hotspot.code.CodeBlob
      StackMap stack:
        35: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInBlobData:()Z
            ifeq 38
        36: .line 228
            aload 1 /* tty */
            ldc "data"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        37: .line 229
            goto 44
      StackMap locals:
      StackMap stack:
        38: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInBlobOops:()Z
            ifeq 41
        39: .line 230
            aload 1 /* tty */
            ldc "oops"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        40: .line 231
            goto 44
        41: .line 232
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 43
        42: .line 233
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInBlobUnknownLocation:()Z
            ldc "Should have known location in CodeBlob"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        43: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "unknown location"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        44: .line 237
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc " in "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        45: .line 238
            aload 2 /* b */
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.printOn:(Ljava/io/PrintStream;)V
        end local 2 // sun.jvm.hotspot.code.CodeBlob b
        46: .line 241
            goto 65
      StackMap locals:
      StackMap stack:
        47: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInStrongGlobalJNIHandles:()Z
            ifeq 50
        48: .line 242
            aload 1 /* tty */
            ldc "In JNI strong global"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        49: .line 243
            goto 65
      StackMap locals:
      StackMap stack:
        50: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInWeakGlobalJNIHandles:()Z
            ifeq 53
        51: .line 244
            aload 1 /* tty */
            ldc "In JNI weak global"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        52: .line 245
            goto 65
      StackMap locals:
      StackMap stack:
        53: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInLocalJNIHandleBlock:()Z
            ifeq 62
        54: .line 246
            aload 1 /* tty */
            ldc "In thread-local"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        55: .line 247
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc " JNI handle block ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.handleBlock:Lsun/jvm/hotspot/runtime/JNIHandleBlock;
            invokevirtual sun.jvm.hotspot.runtime.JNIHandleBlock.top:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " handle slots present)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        56: .line 248
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.handleThread:Lsun/jvm/hotspot/runtime/Thread;
            invokevirtual sun.jvm.hotspot.runtime.Thread.isJavaThread:()Z
            ifeq 60
        57: .line 249
            aload 1 /* tty */
            ldc " for JavaThread "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        58: .line 250
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.handleThread:Lsun/jvm/hotspot/runtime/Thread;
            checkcast sun.jvm.hotspot.runtime.JavaThread
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
        59: .line 251
            goto 65
        60: .line 252
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc " for a non-Java Thread"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        61: .line 254
            goto 65
        62: .line 256
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 64
        63: .line 257
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isUnknown:()Z
            ldc "Should have unknown location"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        64: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "In unknown location"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        65: .line 261
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.utilities.PointerLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   66     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;
            0   66     1   tty  Ljava/io/PrintStream;
           31   46     2     b  Lsun/jvm/hotspot/code/CodeBlob;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "PointerLocation.java"