A DESCRIPTION OF THE PROBLEM :
Checking for 'Stack size mismatch' is currently done in 'java.base/jdk.internal.classfile.impl.StackMapGenerator'.
It would have been nice if this was tested earlier by Codebuilder when the instructions was created.
For example, by keeping track of the stack size curing code building.
It is good programming practice to catch errors as early as possible.
Checking for 'Stack size mismatch' is currently done in 'java.base/jdk.internal.classfile.impl.StackMapGenerator'.
It would have been nice if this was tested earlier by Codebuilder when the instructions was created.
For example, by keeping track of the stack size curing code building.
It is good programming practice to catch errors as early as possible.