public class sun.jvm.hotspot.debugger.windbg.DLL implements sun.jvm.hotspot.debugger.cdbg.LoadObject
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.debugger.windbg.DLL
super_class: java.lang.Object
{
private sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg;
descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
flags: (0x0002) ACC_PRIVATE
private java.lang.String fullPathName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private long size;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.utilities.memo.MemoizedObject file;
descriptor: Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.debugger.Address addr;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase db;
descriptor: Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger, java.lang.String, long, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Ljava/lang/String;JLsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
2: aload 0
aload 2
putfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
3: aload 0
lload 3
putfield sun.jvm.hotspot.debugger.windbg.DLL.size:J
4: aload 0
new sun.jvm.hotspot.debugger.windbg.DLL$1
dup
aload 0
invokespecial sun.jvm.hotspot.debugger.windbg.DLL$1.<init>:(Lsun/jvm/hotspot/debugger/windbg/DLL;)V
putfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
5: aload 0
aload 5
putfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
6: return
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
0 7 1 dbg Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
0 7 2 filename Ljava/lang/String;
0 7 3 size J
0 7 5 relocation Lsun/jvm/hotspot/debugger/Address;
Exceptions:
throws sun.jvm.hotspot.debugger.win32.coff.COFFException
MethodParameters:
Name Flags
dbg
filename
size
relocation
public void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
2: aload 0
new sun.jvm.hotspot.debugger.windbg.DLL$2
dup
aload 0
invokespecial sun.jvm.hotspot.debugger.windbg.DLL$2.<init>:(Lsun/jvm/hotspot/debugger/windbg/DLL;)V
putfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
0 4 1 base Lsun/jvm/hotspot/debugger/Address;
Exceptions:
throws sun.jvm.hotspot.debugger.win32.coff.COFFException
MethodParameters:
Name Flags
base
public boolean isDLL();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getFile:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.getHeader:()Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
sipush 8192
invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFHeader.hasCharacteristic:(S)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
public sun.jvm.hotspot.debugger.Address lookupSymbol(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.isDLL:()Z
ifne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getExportDirectoryTable:()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
astore 2
start local 2 3: aload 0
aload 1
aload 2
4: iconst_0
aload 2
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getNumberOfNamePointers:()I
iconst_1
isub
5: invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.lookupSymbol:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;II)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
0 6 1 symbol Ljava/lang/String;
3 6 2 exports Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
Exceptions:
throws sun.jvm.hotspot.debugger.win32.coff.COFFException
MethodParameters:
Name Flags
symbol
public sun.jvm.hotspot.debugger.Address getBase();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
public long getSize();
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.windbg.DLL.size:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
public sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase getDebugInfoDataBase();
descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
ifnull 2
1: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
ifnonnull 4
3: aconst_null
areturn
4: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 8
5: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
ifnull 6
iconst_1
goto 7
StackMap locals:
StackMap stack:
6: iconst_0
StackMap locals:
StackMap stack: int
7: ldc "Need full path name to build debug info database"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
8: StackMap locals:
StackMap stack:
aload 0
new sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder
dup
aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
invokespecial sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;)V
aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.buildDataBase:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
putfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
9: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public sun.jvm.hotspot.debugger.cdbg.BlockSym debugInfoForPC(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getDebugInfoDataBase:()Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
astore 2
start local 2 1: aload 2
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase
StackMap stack:
aload 2
aload 1
invokeinterface sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase.debugInfoForPC:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
0 4 1 pc Lsun/jvm/hotspot/debugger/Address;
1 4 2 db Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
pc
public sun.jvm.hotspot.debugger.cdbg.ClosestSymbol closestSymbolToPC(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=13, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getExportDirectoryTable:()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
astore 2
start local 2 1: aload 2
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable
StackMap stack:
aconst_null
astore 3
start local 3 4: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
aload 1
invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
lstore 4
start local 4 5: ldc 9223372036854775807
lstore 6
start local 6 6: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
lstore 8
start local 8 7: iconst_0
istore 10
start local 10 8: goto 15
9: StackMap locals: sun.jvm.hotspot.debugger.windbg.DLL sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable java.lang.String long long long int
StackMap stack:
aload 2
aload 2
iload 10
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportOrdinal:(I)S
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.isExportAddressForwarder:(S)Z
ifne 14
10: lload 8
aload 2
aload 2
iload 10
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportOrdinal:(I)S
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportAddress:(S)I
iconst_m1
iand
i2l
ladd
lstore 11
start local 11 11: lload 11
lload 4
lcmp
ifgt 14
lload 4
lload 11
lsub
lload 6
lcmp
ifge 14
12: lload 4
lload 11
lsub
lstore 6
13: aload 2
iload 10
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportName:(I)Ljava/lang/String;
astore 3
end local 11 14: StackMap locals:
StackMap stack:
iinc 10 1
StackMap locals:
StackMap stack:
15: iload 10
aload 2
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getNumberOfNamePointers:()I
if_icmplt 9
end local 10 16: aload 3
ifnonnull 18
17: aconst_null
areturn
18: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.debugger.cdbg.ClosestSymbol
dup
aload 3
lload 6
invokespecial sun.jvm.hotspot.debugger.cdbg.ClosestSymbol.<init>:(Ljava/lang/String;J)V
areturn
end local 8 end local 6 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
0 19 1 pcAsAddr Lsun/jvm/hotspot/debugger/Address;
1 19 2 exports Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
4 19 3 name Ljava/lang/String;
5 19 4 pc J
6 19 6 diff J
7 19 8 base J
8 16 10 i I
11 14 11 tmp J
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
pcAsAddr
public sun.jvm.hotspot.debugger.cdbg.LineNumberInfo lineNumberForPC(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LineNumberInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getDebugInfoDataBase:()Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
astore 2
start local 2 1: aload 2
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase
StackMap stack:
aload 2
aload 1
invokeinterface sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase.lineNumberForPC:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LineNumberInfo;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
0 4 1 pc Lsun/jvm/hotspot/debugger/Address;
1 4 2 db Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
pc
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getFile:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.close:()V
1: aload 0
aconst_null
putfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
private sun.jvm.hotspot.debugger.win32.coff.COFFFile getFile();
descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
invokevirtual sun.jvm.hotspot.utilities.memo.MemoizedObject.getValue:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.debugger.win32.coff.COFFFile
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
private sun.jvm.hotspot.debugger.Address lookupSymbol(java.lang.String, sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable, int, int);
descriptor: (Ljava/lang/String;Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;II)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: StackMap locals:
StackMap stack:
iload 3
iload 4
iadd
iconst_1
ishr
istore 5
start local 5 1: aload 2
iload 5
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportName:(I)Ljava/lang/String;
astore 6
start local 6 2: aload 1
aload 6
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 6
3: aload 0
getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
4: aload 2
aload 2
iload 5
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportOrdinal:(I)S
invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportAddress:(S)I
i2l
ldc 4294967295
land
5: invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
6: StackMap locals: int java.lang.String
StackMap stack:
aload 1
aload 6
invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
ifge 12
7: iload 4
iload 5
if_icmpne 10
8: iload 5
iconst_1
isub
istore 4
9: goto 16
10: StackMap locals:
StackMap stack:
iload 5
istore 4
11: goto 16
12: StackMap locals:
StackMap stack:
iload 3
iload 5
if_icmpne 15
13: iload 5
iconst_1
iadd
istore 3
14: goto 16
15: StackMap locals:
StackMap stack:
iload 5
istore 3
end local 6 end local 5 16: StackMap locals:
StackMap stack:
iload 3
iload 4
17: if_icmple 0
18: aconst_null
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
0 19 1 symbol Ljava/lang/String;
0 19 2 exports Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
0 19 3 loIdx I
0 19 4 hiIdx I
1 16 5 curIdx I
2 16 6 cur Ljava/lang/String;
MethodParameters:
Name Flags
symbol
exports
loIdx
hiIdx
private sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable getExportDirectoryTable();
descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getFile:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.getHeader:()Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFHeader.getOptionalHeader:()Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeader;
invokeinterface sun.jvm.hotspot.debugger.win32.coff.OptionalHeader.getDataDirectories:()Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories;
invokeinterface sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories.getExportDirectoryTable:()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
1: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/debugger/windbg/DLL;
}
SourceFile: "DLL.java"
NestMembers:
sun.jvm.hotspot.debugger.windbg.DLL$1 sun.jvm.hotspot.debugger.windbg.DLL$2
InnerClasses:
sun.jvm.hotspot.debugger.windbg.DLL$1
sun.jvm.hotspot.debugger.windbg.DLL$2