-
Bug
-
Resolution: Fixed
-
P3
-
21
-
b22
-
Verified
FunctionDescriptor::toMethodType should not be too opinionated on whether sequence layouts might sense or not as "by-value" parameters (even though the native linker does not support them).
Conversely, we should eagerly reject function descriptors created with padding layouts arguments/return, as they are most surely incorrect.
Conversely, we should eagerly reject function descriptors created with padding layouts arguments/return, as they are most surely incorrect.
- clones
-
JDK-8307253 Make FunctionDescriptor::toMethodType an instance method of Linker
- Resolved
- csr for
-
JDK-8307630 FunctionDescriptor::toMethodType should allow sequence layouts (mainline)
- Closed