
320 An Introduction to Compiler Construction in a Java World
Attribute Description
magic A magic number (0xCAFEBABE) identifying the
class file format.
minor_version, major_version Together, a major and minor version number de-
termine the version of the class file format. A
JVM implementation can support a class file for-
mat of version v if and only if v lies in some con-
tiguous range of versions. Only Oracle specifies
the range of versions a JVM implementation may
support.
constant_pool_count Number of entries in the constant_pool table
plus one.
constant_pool[] A table of structures representing various string
constants, class and interface names, field