History log of /openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/SparseArrayData.java
Revision Date Author Comments
# 1852:90d7af04408c 22-Dec-2016 hannesw

8170977: SparseArrayData should not grow its underlying dense array data
Reviewed-by: jlaskey, attila


# 1844:9c7526916609 15-Dec-2016 hannesw

8171219: Missing checks in sparse array shift() implementation
Reviewed-by: jlaskey, attila, sundar


# 1571:fd97b9047199 14-Dec-2015 hannesw

8144020: Remove long as an internal numeric type
Reviewed-by: attila, sundar, lagergren


# 1450:68a026de1201 02-Oct-2015 hannesw

8137281: OutOfMemoryError with large numeric keys in JSON.parse
Reviewed-by: attila, mhaupt


# 1448:6adb23130ed6 01-Oct-2015 hannesw

8138632: Sparse array does not handle growth of underlying dense array
Reviewed-by: attila, sundar


# 1350:3cb11f4d617e 08-Jul-2015 sundar

8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
Reviewed-by: hannesw, jlaskey, mhaupt


# 1179:2b9af466a49d 05-Feb-2015 hannesw

8068872: Nashorn JSON.parse drops numeric keys
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


# 1092:569b6de2d343 04-Nov-2014 lagergren

8057825: Bug in apply specialization - if an apply specialization that is available doesn't fit, a new one wouldn't be installed, if the new code generated as a specialization didn't manage to do the apply specialization. Basically changing a conditional to an unconditional.
Reviewed-by: attila, hannesw


# 1091:07755ae06bc9 03-Nov-2014 lagergren

8062490: Out of memory problems, as untouched array datas didn't go directly to SparseArrayDatas, but dragged very large int arrays around.
Reviewed-by: attila, sundar


# 1056:e0b9b2ef8442 13-Oct-2014 hannesw

8060011: Concatenating an array and converting it to Java gives wrong result
Reviewed-by: lagergren, 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


# 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