Classfile /tmp/JavapTest.class Last modified 7 Dec 2025; size 402 bytes SHA-256 checksum bf0585ad3238b25087c7bc548dce0661b6d09d7f7753be75f8ea83259c66ac91 Compiled from "JavapTest.java" public class JavapTest minor version: 0 major version: 69 flags: (0x0021) ACC_PUBLIC, ACC_SUPER this_class: #8 // JavapTest super_class: #2 // java/lang/Object interfaces: 0, fields: 1, methods: 2, attributes: 1 Constant pool: #1 = Methodref #2.#3 // java/lang/Object."":()V #2 = Class #4 // java/lang/Object #3 = NameAndType #5:#6 // "":()V #4 = Utf8 java/lang/Object #5 = Utf8 #6 = Utf8 ()V #7 = Fieldref #8.#9 // JavapTest.i:I #8 = Class #10 // JavapTest #9 = NameAndType #11:#12 // i:I #10 = Utf8 JavapTest #11 = Utf8 i #12 = Utf8 I #13 = Fieldref #14.#15 // java/lang/System.out:Ljava/io/PrintStream; #14 = Class #16 // java/lang/System #15 = NameAndType #17:#18 // out:Ljava/io/PrintStream; #16 = Utf8 java/lang/System #17 = Utf8 out #18 = Utf8 Ljava/io/PrintStream; #19 = Methodref #20.#21 // java/io/PrintStream.println:(I)V #20 = Class #22 // java/io/PrintStream #21 = NameAndType #23:#24 // println:(I)V #22 = Utf8 java/io/PrintStream #23 = Utf8 println #24 = Utf8 (I)V #25 = Utf8 Code #26 = Utf8 LineNumberTable #27 = Utf8 main #28 = Utf8 SourceFile #29 = Utf8 JavapTest.java { public JavapTest(); descriptor: ()V flags: (0x0001) ACC_PUBLIC Code: stack=1, locals=1, args_size=1 0: aload_0 1: invokespecial #1 // Method java/lang/Object."":()V 4: return LineNumberTable: line 1: 0 void main(); descriptor: ()V flags: (0x0000) Code: stack=2, locals=1, args_size=1 0: aload_0 1: bipush 123 3: putfield #7 // Field i:I 6: getstatic #13 // Field java/lang/System.out:Ljava/io/PrintStream; 9: aload_0 10: getfield #7 // Field i:I 13: invokevirtual #19 // Method java/io/PrintStream.println:(I)V 16: return LineNumberTable: line 4: 0 line 5: 6 line 6: 16 } SourceFile: "JavapTest.java"