spring-framework / org.springframework.asm / ClassWriter / COMPUTE_MAXS

COMPUTE_MAXS

static val COMPUTE_MAXS: Int

Flag to automatically compute the maximum stack size and the maximum number of local variables of methods. If this flag is set, then the arguments of the visitMaxs method of the MethodVisitor returned by the visitMethod method will be ignored, and computed automatically from the signature and the bytecode of each method.

See Also
#ClassWriter(int)