Discussion:
RFR: 8199443: Nashorn multithread bottleneck with "use strict"
Hannes Wallnöfer
2018-03-15 13:30:34 UTC
Permalink
Please review:

Bug: https://bugs.openjdk.java.net/browse/JDK-8199443
Webrev: http://cr.openjdk.java.net/~hannesw/8199443/webrev/

If we make sure the property maps for strict functions and arguments are set up correctly (they weren’t before) we can skip setting the property in ScriptObject#initUserAccessors.

Thanks,
Hannes
Jim Laskey
2018-03-15 13:41:41 UTC
Permalink
+1
Post by Hannes Wallnöfer
Bug: https://bugs.openjdk.java.net/browse/JDK-8199443
Webrev: http://cr.openjdk.java.net/~hannesw/8199443/webrev/
If we make sure the property maps for strict functions and arguments are set up correctly (they weren’t before) we can skip setting the property in ScriptObject#initUserAccessors.
Thanks,
Hannes
Sundararajan Athijegannathan
2018-03-16 13:44:25 UTC
Permalink
+1

-Sundar
Post by Hannes Wallnöfer
Bug: https://bugs.openjdk.java.net/browse/JDK-8199443
Webrev: http://cr.openjdk.java.net/~hannesw/8199443/webrev/
If we make sure the property maps for strict functions and arguments are set up correctly (they weren’t before) we can skip setting the property in ScriptObject#initUserAccessors.
Thanks,
Hannes
Loading...