public class sun.jvm.hotspot.utilities.soql.JSJavaFrame extends sun.jvm.hotspot.utilities.soql.DefaultScriptObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.soql.JSJavaFrame
  super_class: sun.jvm.hotspot.utilities.soql.DefaultScriptObject
{
  private static final int FIELD_METHOD;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int FIELD_BCI;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int FIELD_LINE_NUMBER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int FIELD_LOCALS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int FIELD_THIS_OBJECT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int FIELD_THREAD;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final int FIELD_UNDEFINED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static java.util.Map fields;
    descriptor: Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final sun.jvm.hotspot.runtime.JavaVFrame jvf;
    descriptor: Lsun/jvm/hotspot/runtime/JavaVFrame;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.jvm.hotspot.utilities.soql.JSJavaFactory factory;
    descriptor: Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private sun.jvm.hotspot.utilities.soql.JSMap localsCache;
    descriptor: Lsun/jvm/hotspot/utilities/soql/JSMap;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 103
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.fields:Ljava/util/Map;
         1: .line 114
            ldc "method"
            iconst_0
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.addField:(Ljava/lang/String;I)V
         2: .line 115
            ldc "bci"
            iconst_1
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.addField:(Ljava/lang/String;I)V
         3: .line 116
            ldc "line"
            iconst_2
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.addField:(Ljava/lang/String;I)V
         4: .line 117
            ldc "locals"
            iconst_3
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.addField:(Ljava/lang/String;I)V
         5: .line 118
            ldc "thisObject"
            iconst_4
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.addField:(Ljava/lang/String;I)V
         6: .line 119
            ldc "thread"
            iconst_5
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.addField:(Ljava/lang/String;I)V
         7: .line 120
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(sun.jvm.hotspot.runtime.JavaVFrame, sun.jvm.hotspot.utilities.soql.JSJavaFactory);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaVFrame;Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
        start local 1 // sun.jvm.hotspot.runtime.JavaVFrame jvf
        start local 2 // sun.jvm.hotspot.utilities.soql.JSJavaFactory fac
         0: .line 41
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.utilities.soql.DefaultScriptObject.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* jvf */
            putfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
         2: .line 43
            aload 0 /* this */
            aload 2 /* fac */
            putfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
         3: .line 44
            return
        end local 2 // sun.jvm.hotspot.utilities.soql.JSJavaFactory fac
        end local 1 // sun.jvm.hotspot.runtime.JavaVFrame jvf
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            0    4     1   jvf  Lsun/jvm/hotspot/runtime/JavaVFrame;
            0    4     2   fac  Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
    MethodParameters:
      Name  Flags
      jvf   
      fac   

  public java.lang.Object get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
        start local 1 // java.lang.String name
         0: .line 47
            aload 1 /* name */
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.getFieldID:(Ljava/lang/String;)I
            istore 2 /* fieldID */
        start local 2 // int fieldID
         1: .line 48
            iload 2 /* fieldID */
            tableswitch { // -1 - 5
                   -1: 8
                    0: 2
                    1: 3
                    2: 4
                    3: 5
                    4: 6
                    5: 7
              default: 8
          }
         2: .line 50
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getMethod:()Lsun/jvm/hotspot/utilities/soql/JSJavaMethod;
            areturn
         3: .line 52
      StackMap locals:
      StackMap stack:
            new java.lang.Integer
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getBCI:()I
            invokespecial java.lang.Integer.<init>:(I)V
            areturn
         4: .line 54
      StackMap locals:
      StackMap stack:
            new java.lang.Integer
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getLineNumber:()I
            invokespecial java.lang.Integer.<init>:(I)V
            areturn
         5: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getLocals:()Lsun/jvm/hotspot/utilities/soql/JSMap;
            areturn
         6: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getThisObject:()Lsun/jvm/hotspot/utilities/soql/JSJavaObject;
            areturn
         7: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getThread:()Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            areturn
         8: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.jvm.hotspot.utilities.soql.DefaultScriptObject.get:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 2 // int fieldID
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            0    9     1     name  Ljava/lang/String;
            1    9     2  fieldID  I
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object[] getIds();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 68
            getstatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.fields:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 1 /* fieldNames */
        start local 1 // java.lang.Object[] fieldNames
         1: .line 69
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.utilities.soql.DefaultScriptObject.getIds:()[Ljava/lang/Object;
            astore 2 /* superFields */
        start local 2 // java.lang.Object[] superFields
         2: .line 70
            aload 1 /* fieldNames */
            arraylength
            aload 2 /* superFields */
            arraylength
            iadd
            anewarray java.lang.Object
            astore 3 /* res */
        start local 3 // java.lang.Object[] res
         3: .line 71
            aload 1 /* fieldNames */
            iconst_0
            aload 3 /* res */
            iconst_0
            aload 1 /* fieldNames */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 72
            aload 2 /* superFields */
            iconst_0
            aload 3 /* res */
            aload 1 /* fieldNames */
            arraylength
            aload 2 /* superFields */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 73
            aload 3 /* res */
            areturn
        end local 3 // java.lang.Object[] res
        end local 2 // java.lang.Object[] superFields
        end local 1 // java.lang.Object[] fieldNames
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            1    6     1   fieldNames  [Ljava/lang/Object;
            2    6     2  superFields  [Ljava/lang/Object;
            3    6     3          res  [Ljava/lang/Object;

  public boolean has(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
        start local 1 // java.lang.String name
         0: .line 77
            aload 1 /* name */
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.getFieldID:(Ljava/lang/String;)I
            iconst_m1
            if_icmpeq 2
         1: .line 78
            iconst_1
            ireturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.jvm.hotspot.utilities.soql.DefaultScriptObject.has:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void put(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 85
            aload 1 /* name */
            invokestatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.getFieldID:(Ljava/lang/String;)I
            iconst_m1
            if_icmpne 2
         1: .line 86
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            invokespecial sun.jvm.hotspot.utilities.soql.DefaultScriptObject.put:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 88
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 91
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 92
            aload 1 /* buf */
            ldc "Frame (method="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 93
            aload 1 /* buf */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.externalNameAndSignature:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 94
            aload 1 /* buf */
            ldc ", bci="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 95
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getBCI:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         5: .line 96
            aload 1 /* buf */
            ldc ", line="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 97
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getLineNumber:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         7: .line 98
            aload 1 /* buf */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         8: .line 99
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buf
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            1    9     1   buf  Ljava/lang/StringBuffer;

  private static void addField(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // int fieldId
         0: .line 105
            getstatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.fields:Ljava/util/Map;
            aload 0 /* name */
            new java.lang.Integer
            dup
            iload 1 /* fieldId */
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 106
            return
        end local 1 // int fieldId
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     name  Ljava/lang/String;
            0    2     1  fieldId  I
    MethodParameters:
         Name  Flags
      name     
      fieldId  

  private static int getFieldID(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 109
            getstatic sun.jvm.hotspot.utilities.soql.JSJavaFrame.fields:Ljava/util/Map;
            aload 0 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 1 /* res */
        start local 1 // java.lang.Integer res
         1: .line 110
            aload 1 /* res */
            ifnull 2
            aload 1 /* res */
            invokevirtual java.lang.Integer.intValue:()I
            goto 3
      StackMap locals: java.lang.Integer
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.lang.Integer res
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  name  Ljava/lang/String;
            1    4     1   res  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      name  

  private sun.jvm.hotspot.utilities.soql.JSJavaMethod getMethod();
    descriptor: ()Lsun/jvm/hotspot/utilities/soql/JSJavaMethod;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 123
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            invokeinterface sun.jvm.hotspot.utilities.soql.JSJavaFactory.newJSJavaMethod:(Lsun/jvm/hotspot/oops/Method;)Lsun/jvm/hotspot/utilities/soql/JSJavaMethod;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;

  private int getBCI();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 127
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getBCI:()I
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;

  private int getLineNumber();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 131
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getBCI:()I
            istore 1 /* bci */
        start local 1 // int bci
         1: .line 132
            iload 1 /* bci */
            iconst_m1
            if_icmpne 3
         2: .line 133
            iconst_0
            ireturn
         3: .line 135
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            iload 1 /* bci */
            invokevirtual sun.jvm.hotspot.oops.Method.getLineNumberFromBCI:(I)I
            istore 2 /* lineNum */
        start local 2 // int lineNum
         4: .line 136
            iload 2 /* lineNum */
            ifgt 5
            iconst_0
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iload 2 /* lineNum */
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 2 // int lineNum
        end local 1 // int bci
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            1    7     1      bci  I
            4    7     2  lineNum  I

  private synchronized sun.jvm.hotspot.utilities.soql.JSMap getLocals();
    descriptor: ()Lsun/jvm/hotspot/utilities/soql/JSMap;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=16, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 141
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.localsCache:Lsun/jvm/hotspot/utilities/soql/JSMap;
            ifnonnull 59
         1: .line 142
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* map */
        start local 1 // java.util.Map map
         2: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
            aload 1 /* map */
            invokeinterface sun.jvm.hotspot.utilities.soql.JSJavaFactory.newJSMap:(Ljava/util/Map;)Lsun/jvm/hotspot/utilities/soql/JSMap;
            putfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.localsCache:Lsun/jvm/hotspot/utilities/soql/JSMap;
         3: .line 144
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getLocals:()Lsun/jvm/hotspot/runtime/StackValueCollection;
            astore 2 /* values */
        start local 2 // sun.jvm.hotspot.runtime.StackValueCollection values
         4: .line 145
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            astore 3 /* method */
        start local 3 // sun.jvm.hotspot.oops.Method method
         5: .line 146
            aload 3 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.isNative:()Z
            ifne 7
            aload 3 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.hasLocalVariableTable:()Z
            ifeq 7
         6: .line 147
            aload 2 /* values */
            ifnonnull 8
         7: .line 148
      StackMap locals: java.util.Map sun.jvm.hotspot.runtime.StackValueCollection sun.jvm.hotspot.oops.Method
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.localsCache:Lsun/jvm/hotspot/utilities/soql/JSMap;
            areturn
         8: .line 151
      StackMap locals:
      StackMap stack:
            aload 3 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getLocalVariableTable:()[Lsun/jvm/hotspot/oops/LocalVariableTableElement;
            astore 4 /* localVars */
        start local 4 // sun.jvm.hotspot.oops.LocalVariableTableElement[] localVars
         9: .line 152
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaFrame.getBCI:()I
            istore 5 /* bci */
        start local 5 // int bci
        10: .line 153
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 6 /* visibleVars */
        start local 6 // java.util.List visibleVars
        11: .line 154
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: goto 18
        13: .line 155
      StackMap locals: sun.jvm.hotspot.utilities.soql.JSJavaFrame java.util.Map sun.jvm.hotspot.runtime.StackValueCollection sun.jvm.hotspot.oops.Method sun.jvm.hotspot.oops.LocalVariableTableElement[] int java.util.List int
      StackMap stack:
            aload 4 /* localVars */
            iload 7 /* i */
            aaload
            astore 8 /* cur */
        start local 8 // sun.jvm.hotspot.oops.LocalVariableTableElement cur
        14: .line 156
            aload 8 /* cur */
            invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getStartBCI:()I
            istore 9 /* startBCI */
        start local 9 // int startBCI
        15: .line 157
            iload 9 /* startBCI */
            iload 5 /* bci */
            if_icmpgt 17
            iload 5 /* bci */
            iload 9 /* startBCI */
            aload 8 /* cur */
            invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getLength:()I
            iadd
            if_icmpge 17
        16: .line 158
            aload 6 /* visibleVars */
            aload 8 /* cur */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // int startBCI
        end local 8 // sun.jvm.hotspot.oops.LocalVariableTableElement cur
        17: .line 154
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 7 /* i */
            aload 4 /* localVars */
            arraylength
            if_icmplt 13
        end local 7 // int i
        19: .line 162
            aconst_null
            astore 7 /* handle */
        start local 7 // sun.jvm.hotspot.debugger.OopHandle handle
        20: .line 163
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            astore 8 /* heap */
        start local 8 // sun.jvm.hotspot.oops.ObjectHeap heap
        21: .line 164
            aload 6 /* visibleVars */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9 /* varItr */
        start local 9 // java.util.Iterator varItr
        22: goto 58
        23: .line 165
      StackMap locals: sun.jvm.hotspot.utilities.soql.JSJavaFrame java.util.Map sun.jvm.hotspot.runtime.StackValueCollection sun.jvm.hotspot.oops.Method sun.jvm.hotspot.oops.LocalVariableTableElement[] int java.util.List sun.jvm.hotspot.debugger.OopHandle sun.jvm.hotspot.oops.ObjectHeap java.util.Iterator
      StackMap stack:
            aload 9 /* varItr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.oops.LocalVariableTableElement
            astore 10 /* cur */
        start local 10 // sun.jvm.hotspot.oops.LocalVariableTableElement cur
        24: .line 166
            aload 3 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            aload 10 /* cur */
            invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getNameCPIndex:()I
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            astore 11 /* name */
        start local 11 // java.lang.String name
        25: .line 167
            aload 10 /* cur */
            invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getSlot:()I
            istore 12 /* slot */
        start local 12 // int slot
        26: .line 169
            aload 3 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            aload 10 /* cur */
            invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getDescriptorCPIndex:()I
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            astore 13 /* signature */
        start local 13 // java.lang.String signature
        27: .line 170
            aload 13 /* signature */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic sun.jvm.hotspot.runtime.BasicType.charToBasicType:(C)Lsun/jvm/hotspot/runtime/BasicType;
            astore 14 /* variableType */
        start local 14 // sun.jvm.hotspot.runtime.BasicType variableType
        28: .line 171
            aconst_null
            astore 15 /* value */
        start local 15 // java.lang.Object value
        29: .line 172
            aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BOOLEAN:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 32
        30: .line 173
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.booleanAt:(I)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            astore 15 /* value */
        31: .line 174
            goto 57
      StackMap locals: sun.jvm.hotspot.utilities.soql.JSJavaFrame java.util.Map sun.jvm.hotspot.runtime.StackValueCollection sun.jvm.hotspot.oops.Method sun.jvm.hotspot.oops.LocalVariableTableElement[] int java.util.List sun.jvm.hotspot.debugger.OopHandle sun.jvm.hotspot.oops.ObjectHeap java.util.Iterator sun.jvm.hotspot.oops.LocalVariableTableElement java.lang.String int java.lang.String sun.jvm.hotspot.runtime.BasicType java.lang.Object
      StackMap stack:
        32: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_CHAR:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 35
        33: .line 175
            new java.lang.Character
            dup
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.charAt:(I)C
            invokespecial java.lang.Character.<init>:(C)V
            astore 15 /* value */
        34: .line 176
            goto 57
      StackMap locals:
      StackMap stack:
        35: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 38
        36: .line 177
            new java.lang.Float
            dup
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.floatAt:(I)F
            invokespecial java.lang.Float.<init>:(F)V
            astore 15 /* value */
        37: .line 178
            goto 57
      StackMap locals:
      StackMap stack:
        38: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 41
        39: .line 179
            new java.lang.Double
            dup
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.doubleAt:(I)D
            invokespecial java.lang.Double.<init>:(D)V
            astore 15 /* value */
        40: .line 180
            goto 57
      StackMap locals:
      StackMap stack:
        41: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_BYTE:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 44
        42: .line 181
            new java.lang.Byte
            dup
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.byteAt:(I)B
            invokespecial java.lang.Byte.<init>:(B)V
            astore 15 /* value */
        43: .line 182
            goto 57
      StackMap locals:
      StackMap stack:
        44: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_SHORT:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 47
        45: .line 183
            new java.lang.Short
            dup
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.shortAt:(I)S
            invokespecial java.lang.Short.<init>:(S)V
            astore 15 /* value */
        46: .line 184
            goto 57
      StackMap locals:
      StackMap stack:
        47: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 50
        48: .line 185
            new java.lang.Integer
            dup
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.intAt:(I)I
            invokespecial java.lang.Integer.<init>:(I)V
            astore 15 /* value */
        49: .line 186
            goto 57
      StackMap locals:
      StackMap stack:
        50: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 53
        51: .line 187
            new java.lang.Long
            dup
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.longAt:(I)J
            invokespecial java.lang.Long.<init>:(J)V
            astore 15 /* value */
        52: .line 188
            goto 57
      StackMap locals:
      StackMap stack:
        53: aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpeq 55
        54: .line 189
            aload 14 /* variableType */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_ARRAY:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpne 57
        55: .line 190
      StackMap locals:
      StackMap stack:
            aload 2 /* values */
            iload 12 /* slot */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.oopHandleAt:(I)Lsun/jvm/hotspot/debugger/OopHandle;
            astore 7 /* handle */
        56: .line 191
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
            aload 8 /* heap */
            aload 7 /* handle */
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            invokeinterface sun.jvm.hotspot.utilities.soql.JSJavaFactory.newJSJavaObject:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/utilities/soql/JSJavaObject;
            astore 15 /* value */
        57: .line 195
      StackMap locals:
      StackMap stack:
            aload 1 /* map */
            aload 11 /* name */
            aload 15 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 15 // java.lang.Object value
        end local 14 // sun.jvm.hotspot.runtime.BasicType variableType
        end local 13 // java.lang.String signature
        end local 12 // int slot
        end local 11 // java.lang.String name
        end local 10 // sun.jvm.hotspot.oops.LocalVariableTableElement cur
        58: .line 164
      StackMap locals: sun.jvm.hotspot.utilities.soql.JSJavaFrame java.util.Map sun.jvm.hotspot.runtime.StackValueCollection sun.jvm.hotspot.oops.Method sun.jvm.hotspot.oops.LocalVariableTableElement[] int java.util.List sun.jvm.hotspot.debugger.OopHandle sun.jvm.hotspot.oops.ObjectHeap java.util.Iterator
      StackMap stack:
            aload 9 /* varItr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 23
        end local 9 // java.util.Iterator varItr
        end local 8 // sun.jvm.hotspot.oops.ObjectHeap heap
        end local 7 // sun.jvm.hotspot.debugger.OopHandle handle
        end local 6 // java.util.List visibleVars
        end local 5 // int bci
        end local 4 // sun.jvm.hotspot.oops.LocalVariableTableElement[] localVars
        end local 3 // sun.jvm.hotspot.oops.Method method
        end local 2 // sun.jvm.hotspot.runtime.StackValueCollection values
        end local 1 // java.util.Map map
        59: .line 198
      StackMap locals: sun.jvm.hotspot.utilities.soql.JSJavaFrame
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.localsCache:Lsun/jvm/hotspot/utilities/soql/JSMap;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   60     0          this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            2   59     1           map  Ljava/util/Map;
            4   59     2        values  Lsun/jvm/hotspot/runtime/StackValueCollection;
            5   59     3        method  Lsun/jvm/hotspot/oops/Method;
            9   59     4     localVars  [Lsun/jvm/hotspot/oops/LocalVariableTableElement;
           10   59     5           bci  I
           11   59     6   visibleVars  Ljava/util/List;
           12   19     7             i  I
           14   17     8           cur  Lsun/jvm/hotspot/oops/LocalVariableTableElement;
           15   17     9      startBCI  I
           20   59     7        handle  Lsun/jvm/hotspot/debugger/OopHandle;
           21   59     8          heap  Lsun/jvm/hotspot/oops/ObjectHeap;
           22   59     9        varItr  Ljava/util/Iterator;
           24   58    10           cur  Lsun/jvm/hotspot/oops/LocalVariableTableElement;
           25   58    11          name  Ljava/lang/String;
           26   58    12          slot  I
           27   58    13     signature  Ljava/lang/String;
           28   58    14  variableType  Lsun/jvm/hotspot/runtime/BasicType;
           29   58    15         value  Ljava/lang/Object;

  private sun.jvm.hotspot.utilities.soql.JSJavaObject getThisObject();
    descriptor: ()Lsun/jvm/hotspot/utilities/soql/JSJavaObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 202
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            astore 1 /* method */
        start local 1 // sun.jvm.hotspot.oops.Method method
         1: .line 203
            aload 1 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.isStatic:()Z
            ifeq 3
         2: .line 204
            aconst_null
            areturn
         3: .line 206
      StackMap locals: sun.jvm.hotspot.oops.Method
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getLocals:()Lsun/jvm/hotspot/runtime/StackValueCollection;
            astore 2 /* values */
        start local 2 // sun.jvm.hotspot.runtime.StackValueCollection values
         4: .line 207
            aload 2 /* values */
            ifnull 8
         5: .line 209
            aload 2 /* values */
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.oopHandleAt:(I)Lsun/jvm/hotspot/debugger/OopHandle;
            astore 3 /* handle */
        start local 3 // sun.jvm.hotspot.debugger.OopHandle handle
         6: .line 210
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            astore 4 /* heap */
        start local 4 // sun.jvm.hotspot.oops.ObjectHeap heap
         7: .line 211
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
            aload 4 /* heap */
            aload 3 /* handle */
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            invokeinterface sun.jvm.hotspot.utilities.soql.JSJavaFactory.newJSJavaObject:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/utilities/soql/JSJavaObject;
            areturn
        end local 4 // sun.jvm.hotspot.oops.ObjectHeap heap
        end local 3 // sun.jvm.hotspot.debugger.OopHandle handle
         8: .line 214
      StackMap locals: sun.jvm.hotspot.runtime.StackValueCollection
      StackMap stack:
            aconst_null
            areturn
        end local 2 // sun.jvm.hotspot.runtime.StackValueCollection values
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
            1    9     1  method  Lsun/jvm/hotspot/oops/Method;
            4    9     2  values  Lsun/jvm/hotspot/runtime/StackValueCollection;
            6    8     3  handle  Lsun/jvm/hotspot/debugger/OopHandle;
            7    8     4    heap  Lsun/jvm/hotspot/oops/ObjectHeap;

  private sun.jvm.hotspot.utilities.soql.JSJavaThread getThread();
    descriptor: ()Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
         0: .line 219
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.factory:Lsun/jvm/hotspot/utilities/soql/JSJavaFactory;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.JSJavaFrame.jvf:Lsun/jvm/hotspot/runtime/JavaVFrame;
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.getThread:()Lsun/jvm/hotspot/runtime/JavaThread;
            invokeinterface sun.jvm.hotspot.utilities.soql.JSJavaFactory.newJSJavaThread:(Lsun/jvm/hotspot/runtime/JavaThread;)Lsun/jvm/hotspot/utilities/soql/JSJavaThread;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.soql.JSJavaFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/soql/JSJavaFrame;
}
SourceFile: "JSJavaFrame.java"