Relates :
|
JVMS states that num_parameters is the same as the number of parameters given by the method descriptor. Perhaps we'd better add a special case in the spec here. Because there's no point to list the synthetic parameters in this attribute (the content is always empty). We don't want to waste a few bytes simply to list something useless. Besides, num_parameters will no longer be duplicated.
|