public class com.sun.tools.jdi.DoubleValueImpl extends com.sun.tools.jdi.PrimitiveValueImpl implements com.sun.jdi.DoubleValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.DoubleValueImpl
  super_class: com.sun.tools.jdi.PrimitiveValueImpl
{
  private double value;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.jdi.VirtualMachine, double);
    descriptor: (Lcom/sun/jdi/VirtualMachine;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // double aValue
         0: .line 38
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 39
            aload 0 /* this */
            dload 2 /* aValue */
            putfield com.sun.tools.jdi.DoubleValueImpl.value:D
         2: .line 40
            return
        end local 2 // double aValue
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/jdi/DoubleValueImpl;
            0    3     1     aVm  Lcom/sun/jdi/VirtualMachine;
            0    3     2  aValue  D
    MethodParameters:
        Name  Flags
      aVm     
      aValue  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
        start local 1 // java.lang.Object obj
         0: .line 43
            aload 1 /* obj */
            ifnull 5
            aload 1 /* obj */
            instanceof com.sun.jdi.DoubleValue
            ifeq 5
         1: .line 44
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            aload 1 /* obj */
            checkcast com.sun.jdi.DoubleValue
            invokeinterface com.sun.jdi.DoubleValue.value:()D
            dcmpl
            ifne 4
         2: .line 45
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 44
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 47
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;
            0    6     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int compareTo(com.sun.jdi.DoubleValue);
    descriptor: (Lcom/sun/jdi/DoubleValue;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
        start local 1 // com.sun.jdi.DoubleValue obj
         0: .line 52
            aload 1 /* obj */
            invokeinterface com.sun.jdi.DoubleValue.value:()D
            dstore 2 /* other */
        start local 2 // double other
         1: .line 53
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.DoubleValueImpl.value:()D
            dload 2 /* other */
            dcmpg
            ifge 3
         2: .line 54
            iconst_m1
            ireturn
         3: .line 55
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.DoubleValueImpl.value:()D
            dload 2 /* other */
            dcmpl
            ifne 5
         4: .line 56
            iconst_0
            ireturn
         5: .line 58
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // double other
        end local 1 // com.sun.jdi.DoubleValue obj
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/tools/jdi/DoubleValueImpl;
            0    6     1    obj  Lcom/sun/jdi/DoubleValue;
            1    6     2  other  D
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 66
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.DoubleValueImpl.intValue:()I
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public com.sun.jdi.Type type();
    descriptor: ()Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 70
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theDoubleType:()Lcom/sun/jdi/DoubleType;
            areturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public double value();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 74
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            dreturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public boolean booleanValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 78
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            dconst_0
            dcmpl
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 82
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2i
            i2b
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public char charValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 86
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2i
            i2c
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public short shortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 90
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2i
            i2s
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 94
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2i
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 98
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2l
            lreturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 102
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2f
            freturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            dreturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  byte checkedByteValue();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 110
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            ldc 127.0
            dcmpl
            ifgt 1
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            ldc -128.0
            dcmpg
            ifge 2
         1: .line 111
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " to byte"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedByteValue:()B
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  char checkedCharValue();
    descriptor: ()C
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 118
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            ldc 65535.0
            dcmpl
            ifgt 1
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            dconst_0
            dcmpg
            ifge 2
         1: .line 119
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " to char"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedCharValue:()C
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  short checkedShortValue();
    descriptor: ()S
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 126
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            ldc 32767.0
            dcmpl
            ifgt 1
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            ldc -32768.0
            dcmpg
            ifge 2
         1: .line 127
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " to short"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedShortValue:()S
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  int checkedIntValue();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 134
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            ldc 2.147483647E9
            dcmpl
            ifgt 1
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            ldc -2.147483648E9
            dcmpg
            ifge 2
         1: .line 135
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " to int"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedIntValue:()I
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  long checkedLongValue();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 142
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2l
            lstore 1 /* longValue */
        start local 1 // long longValue
         1: .line 143
            lload 1 /* longValue */
            l2d
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            dcmpl
            ifeq 3
         2: .line 144
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " to long"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 146
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedLongValue:()J
            lreturn
        end local 1 // long longValue
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/tools/jdi/DoubleValueImpl;
            1    4     1  longValue  J
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  float checkedFloatValue();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 151
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            d2f
            fstore 1 /* floatValue */
        start local 1 // float floatValue
         1: .line 152
            fload 1 /* floatValue */
            f2d
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            dcmpl
            ifeq 3
         2: .line 153
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " to float"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 155
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedFloatValue:()F
            freturn
        end local 1 // float floatValue
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/tools/jdi/DoubleValueImpl;
            1    4     1  floatValue  F
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 160
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield com.sun.tools.jdi.DoubleValueImpl.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  byte typeValueKey();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.DoubleValueImpl this
         0: .line 164
            bipush 68
            ireturn
        end local 0 // com.sun.tools.jdi.DoubleValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/DoubleValueImpl;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.jdi.DoubleValue
            invokevirtual com.sun.tools.jdi.DoubleValueImpl.compareTo:(Lcom/sun/jdi/DoubleValue;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DoubleValueImpl.java"