History log of /openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java
Revision Date Author Comments
# 1888:d6ef419af865 10-Mar-2017 hannesw

8176511: JSObject property access is broken for numeric keys outside the int range
Reviewed-by: sundar


# 1831:ba05e6f3d85c 01-Dec-2016 sundar

8170565: JSObject call() is passed undefined for the argument 'thiz'
Reviewed-by: hannesw, jlaskey, attila


# 1805:7caf1f762f1d 01-Nov-2016 attila

8168005: Introduce namespaces for GET, SET Dynalink operations
Reviewed-by: hannesw, sundar


# 1678:58cac5dc254d 06-May-2016 sundar

8150731: Nashorn JSObject linker should be exposed as a service provider
Reviewed-by: jlaskey, hannesw


# 1627:221378857767 16-Feb-2016 mhaupt

8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
Reviewed-by: hannesw, sundar


# 1551:f3b883bec2d0 24-Nov-2015 attila

8141338: Move jdk.internal.dynalink package to jdk.dynalink
Reviewed-by: hannesw, sundar


# 1483:7cb19fa78763 21-Oct-2015 attila

8139931: Introduce Operation objects in Dynalink instead of string encoding
Reviewed-by: hannesw, sundar


# 1472:7dd80d7f47c3 19-Oct-2015 attila

8139588: Remove concept of runtime context arguments, call site tokens, and link counts
Reviewed-by: hannesw, sundar


# 1470:04ed602df062 19-Oct-2015 attila

8139304: Remove elaborate call site descriptor class hierarchy and factory for them. Remove AutoDiscovery, DefaultPrelinkFilter, and BottomGuardingDynamicLinker as they can be inlined into DynamicLinkerFactory. Remove CallerSensitiveDetector as it can be inlined into AbstractJavaLinker. Make ClassMap non-public.
Reviewed-by: hannesw, sundar


# 1445:8535274223d7 28-Sep-2015 sundar

8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
Reviewed-by: attila, hannesw


# 1196:d0efd099521a 02-Mar-2015 attila

8074031: Canonicalize is-a-JS-string tests
Reviewed-by: hannesw, lagergren


# 1190:2568a362d358 20-Feb-2015 attila

8072426: Can't compare Java objects to strings or numbers
Reviewed-by: hannesw, lagergren, sundar


# 1147:889c5b47de69 14-Dec-2014 hannesw

8062030: Nashorn bug retrieving array property after key string concatenation
Reviewed-by: sundar, lagergren, attila


# 1088:7e62d98d4625 03-Nov-2014 lagergren

8060204: Fix warnings in Joni and tests
Reviewed-by: hannesw, sundar, attila


# 979:ee00439d1d54 22-Aug-2014 sundar

8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly
Reviewed-by: attila, hannesw


# 953:221a84ef44c0 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com