1 reading small-class.txt... 2 begin classfile 3 magic: cafebabe 4 minor_version: 0000 5 major_version: 002e 6 constant_pool_count: 000a 7 8 constant_pool: 9 0001: method{java.lang.Object.<init>:()V} 10 0002: type{Small} 11 0003: type{java.lang.Object} 12 0004: utf8{"<init>"} 13 0005: utf8{"()V"} 14 0006: utf8{"Code"} 15 0007: nat{<init>:()V} 16 0008: utf8{"Small"} 17 0009: utf8{"java/lang/Object"} 18 end constant_pool 19 access_flags: public|super 20 this_class: type{Small} 21 super_class: type{java.lang.Object} 22 interfaces_count: 0000 23 fields_count: 0000 24 methods_count: 0001 25 26 methods[0]: 27 access_flags: public 28 name: <init> 29 descriptor: ()V 30 attributes_count: 0001 31 32 attributes[0]: 33 name: Code 34 length: 00000011 35 max_stack: 0001 36 max_locals: 0001 37 code_length: 00000005 38 0000: aload_0 // 00 39 0001: invokespecial method{java.lang.Object.<init>:()V} 40 0004: return 41 exception_table_length: 0000 42 attributes_count: 0000 43 end attributes[0] 44 end methods[0] 45 attributes_count: 0000 46 end classfile 47