History log of /openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/ScriptFunction.java
Revision Date Author Comments
# 1870:c1792836521e 25-Jan-2017 hannesw

8166186: ClassCastException with arguments usage
Reviewed-by: attila, sundar


# 1772:925e7b26b363 07-Sep-2016 hannesw

8077149: __noSuchProperty__ and __noSuchMethod__ invocations are not properly guarded
Reviewed-by: jlaskey, mhaupt


# 1645:15d52fdd9168 15-Mar-2016 attila

8150218: Autoconversion SAM adapters sometimes don't get privileges
Reviewed-by: mhaupt, sundar


# 1626:d99fa86747ee 15-Feb-2016 hannesw

8147558: Add support for ES6 collections
Reviewed-by: attila, mhaupt


# 1612:0da44ab8c417 28-Jan-2016 mhaupt

8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code
Reviewed-by: hannesw, mhaupt, sundar
Contributed-by: srinivas.dama@oracle.com


# 1611:7125a33a7b83 26-Jan-2016 hannesw

8148214: Slow object allocation due to multiple synchronization
Reviewed-by: attila, mhaupt


# 1583:1b47169055e2 29-Dec-2015 sundar

8146251: Avoid annotation to specify documentation for JS builtin functions
Reviewed-by: attila


# 1577:b5a30a46e8d5 17-Dec-2015 sundar

8145669: apply2call optimized callsite fails after becoming megamorphic
Reviewed-by: jlaskey, hannesw


# 1574:1597de0e19e3 16-Dec-2015 sundar

8145486: jjs should support documentation key shortcut in interactive mode
Reviewed-by: mhaupt, hannesw


# 1551:f3b883bec2d0 24-Nov-2015 attila

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


# 1521:744c05874c23 18-Nov-2015 hannesw

8131929: Add option for debuggable scopes
Reviewed-by: attila, lagergren


# 1483:7cb19fa78763 21-Oct-2015 attila

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


# 1482:d35aa8beb997 21-Oct-2015 attila

8139919: Make CallSiteDescriptor a concrete class
Reviewed-by: hannesw, lagergren, sundar


# 1481:e6bb9489faac 21-Oct-2015 attila

8139905: Add a convenience AccessControlContext factory
Reviewed-by: hannesw, sundar


# 1477:dd36e980905b 20-Oct-2015 attila

8139761: Improve Dynalink class nomenclature and package organization
Reviewed-by: hannesw, sundar


# 1471:33f2143b60a3 19-Oct-2015 attila

8139435: Make sure CallSiteDescriptor.getLookup is subject to a security check
Reviewed-by: hannesw, sundar


# 1429:b4eb53200105 16-Sep-2015 hannesw

8134609: Allow constructors with same prototoype map to share the allocator map
Reviewed-by: attila, sundar


# 1426:751ada854e5a 14-Sep-2015 sundar

8055917: jdk.nashorn.internal.codegen.CompilationPhase$N should be renamed to proper classes
Reviewed-by: attila, hannesw


# 1422:882bbbfcaf03 10-Sep-2015 sundar

8135332: ScriptFunction constructor should use is bound and is strict check rather than checking for 'arguments' and 'caller'
Reviewed-by: attila, hannesw


# 1416:a750a66640e0 09-Sep-2015 sundar

8027137: Merge ScriptFunction and ScriptFunctionImpl
Reviewed-by: attila, hannesw, mhaupt


# 1208:3b5da5474965 11-Mar-2015 hannesw

8074693: Different instances of same function use same allocator map
Reviewed-by: attila, lagergren


# 1101:be3f5ca1edbf 12-Nov-2014 lagergren

8035312: Various array and ScriptObject length issues for non writable length fields
Reviewed-by: hannesw, attila


# 1040:cc3000241e57 26-Sep-2014 lagergren

8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this
Reviewed-by: attila, hannesw


# 1036:f0b5e3900a10 25-Sep-2014 lagergren

8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
Reviewed-by: attila, hannesw, sundar


# 1000:0b7b3bd3cc04 04-Sep-2014 lagergren

8057019: Various problems with extra arguments to applies
Reviewed-by: attila, hannesw, jlaskey


# 971:c93b6091b11e 18-Aug-2014 chegar

Merge


# 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