class sun.jvm.hotspot.debugger.posix.AddressDataSource implements sun.jvm.hotspot.debugger.DataSource
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.debugger.posix.AddressDataSource
super_class: java.lang.Object
{
private sun.jvm.hotspot.debugger.Address addr;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
private long offset;
descriptor: J
flags: (0x0002) ACC_PRIVATE
void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.posix.AddressDataSource.addr:Lsun/jvm/hotspot/debugger/Address;
2: aload 0
lconst_0
putfield sun.jvm.hotspot.debugger.posix.AddressDataSource.offset:J
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
0 4 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public byte readByte();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.posix.AddressDataSource.addr:Lsun/jvm/hotspot/debugger/Address;
aload 0
getfield sun.jvm.hotspot.debugger.posix.AddressDataSource.offset:J
lconst_1
iconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
l2i
i2b
istore 1
start local 1 1: aload 0
dup
getfield sun.jvm.hotspot.debugger.posix.AddressDataSource.offset:J
lconst_1
ladd
putfield sun.jvm.hotspot.debugger.posix.AddressDataSource.offset:J
2: iload 1
3: ireturn
end local 1 4: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.UnmappedAddressException
astore 1
start local 1 5: new java.io.IOException
dup
new java.lang.StringBuilder
dup
ldc "Unmapped address at 0x"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
6: aload 1
invokevirtual sun.jvm.hotspot.debugger.UnmappedAddressException.getAddress:()J
invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
7: invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
8: aload 1
invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
9: checkcast java.io.IOException
athrow
end local 1 10: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.DebuggerException
astore 1
start local 1 11: new java.io.IOException
dup
invokespecial java.io.IOException.<init>:()V
aload 1
invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
checkcast java.io.IOException
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
1 4 1 res B
5 10 1 e Lsun/jvm/hotspot/debugger/UnmappedAddressException;
11 12 1 e Lsun/jvm/hotspot/debugger/DebuggerException;
Exception table:
from to target type
0 3 4 Class sun.jvm.hotspot.debugger.UnmappedAddressException
0 3 10 Class sun.jvm.hotspot.debugger.DebuggerException
Exceptions:
throws java.io.IOException
public short readShort();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
sipush 255
iand
istore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
sipush 255
iand
istore 2
start local 2 2: iload 1
bipush 8
ishl
iload 2
ior
i2s
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
1 3 1 b1 I
2 3 2 b2 I
Exceptions:
throws java.io.IOException
public int readInt();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
sipush 255
iand
istore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
sipush 255
iand
istore 2
start local 2 2: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
sipush 255
iand
istore 3
start local 3 3: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
sipush 255
iand
istore 4
start local 4 4: iload 1
bipush 24
ishl
iload 2
bipush 16
ishl
ior
iload 3
bipush 8
ishl
ior
iload 4
ior
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
1 5 1 b1 I
2 5 2 b2 I
3 5 3 b3 I
4 5 4 b4 I
Exceptions:
throws java.io.IOException
public long readLong();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=17, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 3
start local 3 2: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 5
start local 5 3: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 7
start local 7 4: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 9
start local 9 5: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 11
start local 11 6: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 13
start local 13 7: aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
i2l
ldc 255
land
lstore 15
start local 15 8: lload 1
bipush 24
lshl
lload 3
bipush 16
lshl
lor
lload 5
bipush 8
lshl
lor
lload 7
lor
bipush 32
lshl
9: lload 9
bipush 24
lshl
lload 11
bipush 16
lshl
lor
lload 13
bipush 8
lshl
lor
lload 15
lor
10: lor
lreturn
end local 15 end local 13 end local 11 end local 9 end local 7 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
1 11 1 b1 J
2 11 3 b2 J
3 11 5 b3 J
4 11 7 b4 J
5 11 9 b5 J
6 11 11 b6 J
7 11 13 b7 J
8 11 15 b8 J
Exceptions:
throws java.io.IOException
public int read(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: goto 4
2: StackMap locals: int
StackMap stack:
aload 1
iload 2
aload 0
invokevirtual sun.jvm.hotspot.debugger.posix.AddressDataSource.readByte:()B
bastore
3: iinc 2 1
StackMap locals:
StackMap stack:
4: iload 2
aload 1
arraylength
if_icmplt 2
end local 2 5: aload 1
arraylength
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
0 6 1 b [B
1 5 2 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public void seek(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
putfield sun.jvm.hotspot.debugger.posix.AddressDataSource.offset:J
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
0 2 1 pos J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
pos
public long getFilePointer();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.posix.AddressDataSource.offset:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
Exceptions:
throws java.io.IOException
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/posix/AddressDataSource;
Exceptions:
throws java.io.IOException
}
SourceFile: "AddressDataSource.java"