History log of /openjdk9/nashorn/test/script/trusted/JDK-8006529.js
Revision Date Author Comments
# 1777:987ce060a647 20-Sep-2016 sundar

8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
Reviewed-by: hannesw, mhaupt


# 1420:c62b95b20e60 10-Sep-2015 attila

8135336: Fix broken build after JDK-8135262
Reviewed-by: hannesw, sundar


# 1419:e7d479909bc5 10-Sep-2015 attila

8135262: Sanitize CodeInstaller API
Reviewed-by: hannesw, sundar


# 1002:2f0161551858 04-Sep-2014 hannesw

8051889: Implement block scoping in symbol assignment and scope computation
Reviewed-by: attila, lagergren


# 958:19795e6f1ecf 07-Aug-2014 hannesw

8043956: Make code caching work with optimistic typing and lazy compilation
Reviewed-by: attila, lagergren


# 877:cf4d2252d444 04-Jun-2014 attila

8044638: Tidy up Nashorn codebase for code standards
Reviewed-by: lagergren, sundar


# 868:f44ec6545b9a 28-May-2014 attila

Merge


# 858:d509e7ba47dd 19-May-2014 lagergren

8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.
Reviewed-by: hannesw, attila


# 850:c61d579dd5a8 13-May-2014 attila

8042118: Separate types from symbols
Reviewed-by: hannesw, lagergren


# 830:03b2757e2eba 27-Mar-2014 lagergren

8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output.
Reviewed-by: attila, hannesw, sundar


# 818:26a5fdb90de2 26-Feb-2014 attila

8035820: Optimistic recompilation
Reviewed-by: hannesw, jlaskey, sundar
Contributed-by: attila.szegedi@oracle.com, marcus.lagergren@oracle.com


# 795:e88f1df9b412 25-Apr-2014 hannesw

8040078: Avoid repeated reading of source for cached loads
Reviewed-by: jlaskey, lagergren


# 467:dc54df348a58 24-Jul-2013 sundar

8021262: Make nashorn access checks consistent with underlying dynalink
Reviewed-by: jlaskey, lagergren, attila


# 464:e4efb3ce97b2 23-Jul-2013 attila

8021246: Fix regression for 8021189
Reviewed-by: lagergren, sundar


# 463:a58a07a00122 24-Jul-2013 attila

8021189: Prevent access to constructors of restricted classes
Reviewed-by: lagergren, sundar


# 429:2c007a8bb0e7 11-Jul-2013 attila

8013925: Remove symbol fields from nodes that don't need them
Reviewed-by: jlaskey, lagergren


# 427:798e3aa19718 11-Jul-2013 sundar

8020325: static property does not work on accessible, public classes
Reviewed-by: attila, hannesw, lagergren


# 421:d3f4e5dea634 09-Jul-2013 attila

8009758: reactivate the 8006529 test.
Reviewed-by: jlaskey, sundar


# 132:5759f600fcf7 09-Mar-2013 sundar

8009559: clean up method handle lookup code.
Reviewed-by: ahgross, jlaskey, attila, sundar


# 117:927fba6785b0 25-Feb-2013 sundar

8008731: Separate configuration environment (options, error/output writer etc.) from Context
Reviewed-by: hannesw, lagergren


# 107:a971adb68f38 21-Feb-2013 lagergren

8008648: Lazy JIT scope and callee semantics bugfixes. Broke out wallclock timer.
Reviewed-by: attila, hannesw


# 88:43e32b36153c 14-Feb-2013 lagergren

8008199: Lazy compilation and trampoline implementation
Summary: The code pipeline now supports lazy compilation, which can be used to only compile certain FunctionNodes and leave others be, saving startup time. When these uncompiled nodes are hit, a trampoline will force them to be recompiled. This can also be used to specialize compilation fixing parameter types and return types to a callsite specific compilation. This will give performance.
Reviewed-by: attila, sundar


# 81:abea4ba28901 11-Feb-2013 sundar

8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code
Reviewed-by: lagergren, jlaskey, attila


# 76:d7e83be6e7aa 07-Feb-2013 sundar

8007715: Make sure that not all tests run with AllPermission
Reviewed-by: lagergren, attila