Skip to main content

COMPUTE_FRAMES

Constant COMPUTE_FRAMES 

Source
pub const COMPUTE_FRAMES: u32 = 0x1;
Expand description

Flag to automatically compute the stack map frames.

When this flag is passed to the ClassWriter, it calculates the StackMapTable attribute based on the bytecode instructions. This requires the compute_maxs logic as well.