-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b67
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085670 | emb-9 | Attila Szegedi | P3 | Resolved | Fixed | team |
JDK-8087093 | 8u65 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8081303 | 8u60 | Attila Szegedi | P3 | Resolved | Fixed | b18 |
JDK-8138486 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8086246 | emb-8u60 | Attila Szegedi | P3 | Resolved | Fixed | team |
Since JDK-8027150, ListAdapter's wrapped "obj" field will always be a JSObject. We should take advantage of that to simplify the code. Namely, we no longer have to use InvokeByName to retrieve the invoked functions. (We still need to use a dynamic invoker to actually invoke them, as theoretically they can be something other than mirrored ScriptFunction objects.)
- backported by
-
JDK-8081303 ListAdapter should take advantage of JSObject
- Resolved
-
JDK-8085670 ListAdapter should take advantage of JSObject
- Resolved
-
JDK-8086246 ListAdapter should take advantage of JSObject
- Resolved
-
JDK-8087093 ListAdapter should take advantage of JSObject
- Resolved
-
JDK-8138486 ListAdapter should take advantage of JSObject
- Resolved
- relates to
-
JDK-8134302 jdk.nashorn.internal.runtime.JSObjectListAdapter no longer present
- Closed
(1 relates to)