class sun.jvm.hotspot.ui.MemoryPanel$12 extends sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.MemoryPanel$12
super_class: sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper
{
final sun.jvm.hotspot.ui.MemoryPanel this$0;
descriptor: Lsun/jvm/hotspot/ui/MemoryPanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.ui.MemoryPanel, sun.jvm.hotspot.ui.MemoryPanel);
descriptor: (Lsun/jvm/hotspot/ui/MemoryPanel;Lsun/jvm/hotspot/ui/MemoryPanel;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // sun.jvm.hotspot.ui.MemoryPanel$12 this
0: .line 376
aload 0 /* this */
aload 2
putfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
aload 0 /* this */
aload 1
invokespecial sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper.<init>:(Lsun/jvm/hotspot/ui/MemoryPanel;)V
return
end local 0 // sun.jvm.hotspot.ui.MemoryPanel$12 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/MemoryPanel$12;
MethodParameters:
Name Flags
this$0 final
this$1 final
public void actionPerformed(java.awt.event.ActionEvent);
descriptor: (Ljava/awt/event/ActionEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 // sun.jvm.hotspot.ui.MemoryPanel$12 this
start local 1 // java.awt.event.ActionEvent e
0: .line 378
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.beginUpdate:()V
1: .line 379
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.haveAnchor:()Z
ifne 4
2: .line 380
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.setAnchorFromTable:()V
3: .line 381
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.setLeadFromTable:()V
4: .line 385
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getRowLead:()I
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.numUsableRows:I
iadd
istore 2 /* newLead */
start local 2 // int newLead
5: .line 386
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getRowAnchor:()I
istore 3 /* newAnchor */
start local 3 // int newAnchor
6: .line 387
iload 2 /* newLead */
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.numUsableRows:I
if_icmple 10
7: .line 388
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.pageDownOrRight:()V
8: .line 389
iload 2 /* newLead */
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.numUsableRows:I
isub
istore 2 /* newLead */
9: .line 390
iload 3 /* newAnchor */
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.numUsableRows:I
isub
istore 3 /* newAnchor */
10: .line 392
StackMap locals: int int
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
iload 3 /* newAnchor */
iload 2 /* newLead */
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getColAnchor:()I
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getColLead:()I
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.setSelection:(IIII)V
11: .line 394
aload 0 /* this */
getfield sun.jvm.hotspot.ui.MemoryPanel$12.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.endUpdate:()V
12: .line 395
return
end local 3 // int newAnchor
end local 2 // int newLead
end local 1 // java.awt.event.ActionEvent e
end local 0 // sun.jvm.hotspot.ui.MemoryPanel$12 this
LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/ui/MemoryPanel$12;
0 13 1 e Ljava/awt/event/ActionEvent;
5 13 2 newLead I
6 13 3 newAnchor I
MethodParameters:
Name Flags
e
}
SourceFile: "MemoryPanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.MemoryPanel.<init>:(Lsun/jvm/hotspot/debugger/Debugger;Z)V
NestHost: sun.jvm.hotspot.ui.MemoryPanel
InnerClasses:
sun.jvm.hotspot.ui.MemoryPanel$12
abstract ActionWrapper = sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper of sun.jvm.hotspot.ui.MemoryPanel