-
Task
-
Resolution: Fixed
-
P3
-
8
-
None
-
generic
-
generic
Array creation is currently very slow in Nashorn.
A quick test shows that part of it due to lookup of the global Array prototype, but most of the time seems to be spent in ScriptObject.setProto().
This needs to be investigated and improved.
A quick test shows that part of it due to lookup of the global Array prototype, but most of the time seems to be spent in ScriptObject.setProto().
This needs to be investigated and improved.
- is blocked by
-
JDK-8007914 Move proto out of maps
- Resolved