Home | History | Annotate | Download | only in 007-no-superclass
      1 #
      2 # sample small-but-valid classfile
      3 #
      4 
      5 cafe babe  # magic
      6 0000       # minor_version
      7 002e       # major_version
      8 0003       # constant_pool_count
      9 
     10 #
     11 # constant_pool
     12 #
     13 01 0010 "java/lang/Object" # 0001: utf8["java/lang/Object"]
     14 07 0001                    # 0002: class[java/lang/Object]
     15 
     16 0001  # access_flags
     17 0002  # this_class
     18 0000  # super_class
     19 0000  # interfaces_count
     20 
     21 0000  # fields_count
     22 0000  # methods_count
     23 
     24 0000  # attributes_count
     25