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 inStrongGlobalJNIHandleBlock;
    descriptor: Z
    flags: (0x0000) 

  boolean inWeakGlobalJNIHandleBlock;
    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) 

  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 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* addr */
            putfield sun.jvm.hotspot.utilities.PointerLocation.addr:Lsun/jvm/hotspot/debugger/Address;
         2: .line 80
            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 83
            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 87
            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 91
            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 95
            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 100
            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 105
            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 110
            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 115
            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 119
            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 124
            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 128
            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 133
            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 137
            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 141
            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 145
            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 149
            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 isInStrongGlobalJNIHandleBlock();
    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 153
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inStrongGlobalJNIHandleBlock: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 isInWeakGlobalJNIHandleBlock();
    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 157
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.inWeakGlobalJNIHandleBlock: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 161
            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=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 167
            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    1     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=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.PointerLocation this
         0: .line 172
            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    1     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 176
            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 177
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInStrongGlobalJNIHandleBlock:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInWeakGlobalJNIHandleBlock:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInLocalJNIHandleBlock:()Z
            ifeq 3
         2: .line 176
      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 181
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 1 /* bos */
        start local 1 // java.io.ByteArrayOutputStream bos
         1: .line 182
            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 183
            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 187
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.printOn:(Ljava/io/PrintStream;)V
         1: .line 188
            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 191
            aload 1 /* tty */
            ldc "Address "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 192
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.addr:Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 4
         2: .line 193
            aload 1 /* tty */
            ldc "0x0"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 194
            goto 5
         4: .line 195
      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 197
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc ": "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 198
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInHeap:()Z
            ifeq 25
         7: .line 199
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInTLAB:()Z
            ifeq 15
         8: .line 200
            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 201
            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 200
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        11: .line 202
            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 203
            aload 1 /* tty */
            ldc ") "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        13: .line 204
            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 205
            goto 69
        15: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInNewGen:()Z
            ifeq 18
        16: .line 207
            aload 1 /* tty */
            ldc "In new generation "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        17: .line 208
            goto 22
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInOldGen:()Z
            ifeq 21
        19: .line 209
            aload 1 /* tty */
            ldc "In old generation "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        20: .line 210
            goto 22
        21: .line 211
      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 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.getGeneration:()Lsun/jvm/hotspot/gc/shared/Generation;
            ifnull 69
        23: .line 214
            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 217
            goto 69
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInInterpreter:()Z
            ifeq 29
        26: .line 218
            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 219
            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 220
            goto 69
      StackMap locals:
      StackMap stack:
        29: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInCodeCache:()Z
            ifeq 47
        30: .line 221
            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 222
            aload 1 /* tty */
            ldc "In "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        32: .line 223
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInBlobCode:()Z
            ifeq 35
        33: .line 224
            aload 1 /* tty */
            ldc "code"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        34: .line 225
            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 226
            aload 1 /* tty */
            ldc "data"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        37: .line 227
            goto 44
      StackMap locals:
      StackMap stack:
        38: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInBlobOops:()Z
            ifeq 41
        39: .line 228
            aload 1 /* tty */
            ldc "oops"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        40: .line 229
            goto 44
        41: .line 230
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 43
        42: .line 231
            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 233
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "unknown location"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        44: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc " in "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        45: .line 236
            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 239
            goto 69
      StackMap locals:
      StackMap stack:
        47: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInStrongGlobalJNIHandleBlock:()Z
            ifne 50
        48: .line 240
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInWeakGlobalJNIHandleBlock:()Z
            ifne 50
        49: .line 241
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInLocalJNIHandleBlock:()Z
            ifeq 66
        50: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "In "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        51: .line 243
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInStrongGlobalJNIHandleBlock:()Z
            ifeq 54
        52: .line 244
            aload 1 /* tty */
            ldc "strong global"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        53: .line 245
            goto 58
      StackMap locals:
      StackMap stack:
        54: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInWeakGlobalJNIHandleBlock:()Z
            ifeq 57
        55: .line 246
            aload 1 /* tty */
            ldc "weak global"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        56: .line 247
            goto 58
        57: .line 248
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "thread-local"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        58: .line 250
      StackMap locals:
      StackMap stack:
            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
        59: .line 251
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.PointerLocation.isInLocalJNIHandleBlock:()Z
            ifeq 69
        60: .line 252
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.PointerLocation.handleThread:Lsun/jvm/hotspot/runtime/Thread;
            invokevirtual sun.jvm.hotspot.runtime.Thread.isJavaThread:()Z
            ifeq 64
        61: .line 253
            aload 1 /* tty */
            ldc " for JavaThread "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        62: .line 254
            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
        63: .line 255
            goto 69
        64: .line 256
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "for a non-Java Thread"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        65: .line 259
            goto 69
        66: .line 261
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 68
        67: .line 262
            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
        68: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            ldc "In unknown location"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        69: .line 266
      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   70     0  this  Lsun/jvm/hotspot/utilities/PointerLocation;
            0   70     1   tty  Ljava/io/PrintStream;
           31   46     2     b  Lsun/jvm/hotspot/code/CodeBlob;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "PointerLocation.java"