maximum size of java class / exception table

§ 4.8.1 Static Constraints of the JVM spec says:

The value of the code_length item must be less than 65536.

So although it is a 4 byte value, it must not exceed 64k.

Leave a Comment