History log of /openjdk9/nashorn/test/script/trusted/event_queue.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


# 1643:133ea8746b37 17-Mar-2016 alanb

8142968: Module System implementation
Summary: Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Reviewed-by: mhaupt, hannesw
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, sundararajan.athijegannathan@oracle.com, erik.joelsson@oracle.com


# 949:fca4db1360f7 06-Aug-2014 attila

8044786: Some tests fail with non-optimistic compilation
Reviewed-by: hannesw, jlaskey


# 878:8d35928f8db5 04-Jun-2014 attila

8044502: Get rid of global optimistic flag
Reviewed-by: lagergren, sundar


# 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


# 841:e8c0262bafdd 18-Apr-2014 lagergren

8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that.
Reviewed-by: attila, lagergren
Contributed-by: matherey.nunez@oracle.com


# 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