class org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl implements org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterface
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl
super_class: java.lang.Object
{
int counter;
descriptor: I
flags: (0x0000)
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;
public org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl increment(long);
descriptor: (J)Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl.counter:I
iconst_1
iadd
putfield org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl.counter:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;
0 2 1 offset J
MethodParameters:
Name Flags
offset
static void init();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=0, locals=0, args_size=0
0: return
LocalVariableTable:
Start End Slot Name Signature
public org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterface increment(long);
descriptor: (J)Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterface;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokevirtual org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl.increment:(J)Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PEGraphDecoderTest.java"
NestHost: org.graalvm.compiler.replacements.test.PEGraphDecoderTest
InnerClasses:
public abstract SingleInterface = org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterface of org.graalvm.compiler.replacements.test.PEGraphDecoderTest
SingleInterfaceImpl = org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl of org.graalvm.compiler.replacements.test.PEGraphDecoderTest