-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
6
-
None
-
generic
-
generic
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.
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.
- relates to
-
JDK-8067975 4.7.18: Specify a mapping from Signature and *Annotations attributes to method descriptors
-
- Closed
-