-
Task
-
Resolution: Fixed
-
P4
-
None
-
None
-
b82
Currently script functions are compiled to methods that take (Object thisObject, ScriptFunction callee) as first two arguments. However, actual callsites have these arguments in reverse order and we need to permute MethodHandle arguments for function that expect both this-object and callee arguments.
Parameters of generated methods should be changed to match callsite arguments.
Parameters of generated methods should be changed to match callsite arguments.
- duplicates
-
JDK-8007381 Reverse the order of "this" and "callee" parameters in generated functions
- Closed