Thu, 24 May 2018 16:39:31 +0800 Merge file | diff | annotate
Thu, 02 Jun 2016 14:56:20 +0530 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null file | diff | annotate
Wed, 01 Jun 2016 18:59:33 +0530 8158338: Nashorn's ScriptLoader split delegation has to be adjusted file | diff | annotate
Mon, 09 Nov 2015 14:03:37 +0100 8141541: Simplify Nashorn's Context class loader handling file | diff | annotate
Thu, 01 Oct 2015 21:27:30 +0530 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE file | diff | annotate
Thu, 10 Sep 2015 14:00:27 +0200 8135262: Sanitize CodeInstaller API file | diff | annotate
Sat, 19 Sep 2015 16:04:28 +0200 8135190: Method code too large in Babel browser.js script file | diff | annotate
Fri, 11 Sep 2015 21:08:07 +0530 8136349: Typos patch for nashorn sources submitted on Sep 10, 2015 file | diff | annotate
Mon, 16 Oct 2017 16:09:22 +0800 merge file | diff | annotate
Wed, 17 Jun 2015 13:56:53 +0200 8098808: Convert Scope from interface to class file | diff | annotate
Tue, 16 Jun 2015 18:26:25 +0530 8098578: Global scope is not accessible with indirect load call file | diff | annotate
Tue, 16 Jun 2015 13:25:41 +0200 8098807: Strict eval throws ClassCastException with large scripts file | diff | annotate
Fri, 12 Jun 2015 16:55:20 +0530 8087211: Indirect evals should be strict with -strict option file | diff | annotate
Tue, 02 Jun 2015 14:53:05 +0530 8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used. file | diff | annotate
Thu, 15 Jan 2015 10:18:31 +0530 8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object file | diff | annotate
Tue, 12 May 2015 12:40:33 +0530 8080090: -d option should dump script source as well file | diff | annotate
Tue, 05 May 2015 14:30:00 +0200 8078612: Persistent code cache should support more configurations file | diff | annotate
Mon, 27 Apr 2015 12:50:21 +0200 8053905: Eager code generation fails for earley boyer with split threshold set to 1000 file | diff | annotate
Fri, 10 Apr 2015 14:18:31 +0200 8067215: Disable dual fields when not using optimistic types file | diff | annotate
Thu, 05 Feb 2015 19:08:00 +0530 8072595: nashorn should not use obj.getClass() for null checks file | diff | annotate
Thu, 12 Oct 2017 19:52:15 +0800 merge file | diff | annotate
Fri, 21 Nov 2014 20:17:02 +0100 8064789: Nashorn should just warn on code store instantiation error file | diff | annotate
Thu, 06 Nov 2014 17:06:56 +0100 8062308: Incorrect constant linkage with multiple Globals in a Context file | diff | annotate
Wed, 05 Nov 2014 17:07:26 +0100 8062386: Different versions of nashorn use same code cache directory file | diff | annotate
Mon, 20 Oct 2014 14:09:17 +0200 8060724: ant test262parallel in Nashorn spends a significant amount of time after almost all the tests are run file | diff | annotate
Thu, 09 Oct 2014 10:19:24 +0200 8059811: Turn off optimistic typing by default and add both ant test-pessimistic and ant test-optimistic sub-test suites. file | diff | annotate
Thu, 09 Oct 2014 11:56:42 +0200 8059938: NPE restoring cached script with optimistic types disabled file | diff | annotate
Thu, 02 Oct 2014 16:30:49 +0200 8059346: Single class loader is used to load compiled bytecode file | diff | annotate
Thu, 25 Sep 2014 15:53:47 +0200 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt file | diff | annotate
Fri, 19 Sep 2014 13:13:20 +0200 8046202: Make persistent code store more flexible file | diff | annotate
Thu, 11 Sep 2014 18:04:54 +0200 8057021: UserAccessorProperty guards fail with multiple globals file | diff | annotate
Tue, 09 Sep 2014 15:33:58 +0200 8057930: remove eval ID file | diff | annotate
Thu, 04 Sep 2014 18:47:18 +0200 8051889: Implement block scoping in symbol assignment and scope computation file | diff | annotate
Tue, 26 Aug 2014 15:04:20 +0200 8055954: Do not parallelize class installation file | diff | annotate
Wed, 20 Aug 2014 18:59:11 +0530 8050078: Nashorn ClassFilter Support file | diff | annotate
Wed, 20 Aug 2014 10:26:01 +0200 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not. file | diff | annotate
Wed, 20 Aug 2014 10:25:28 +0200 8044638: Tidy up Nashorn codebase for code standards file | diff | annotate
Thu, 31 Aug 2017 15:30:47 +0800 merge file | diff | annotate
Wed, 07 May 2014 14:07:19 +0530 8041697: CompiledScript slower when eval with binding file | diff | annotate
Fri, 25 Apr 2014 16:34:17 +0200 8040078: Avoid repeated reading of source for cached loads file | diff | annotate
Wed, 02 Apr 2014 18:26:57 +0200 8038638: Persistent store for compiled scripts file | diff | annotate
Mon, 17 Mar 2014 18:02:00 +0530 8037400: Remove getInitialMap getters and GlobalObject interface file | diff | annotate
Thu, 13 Mar 2014 15:58:24 +0530 8015958: DataView constructor is not defined file | diff | annotate
Wed, 12 Mar 2014 11:26:00 +0100 8021350: Share script classes between threads/globals within context file | diff | annotate
Fri, 07 Feb 2014 18:47:46 +0530 8033924: Default permissions are not given for eval code file | diff | annotate
Fri, 17 Jan 2014 20:09:47 +0530 8032060: PropertyMap of Error objects is not stable file | diff | annotate
Thu, 30 Jan 2014 20:14:29 +0100 8032681: Issues with Nashorn file | diff | annotate
Thu, 10 Oct 2013 16:16:20 +0200 8026250: Logging nullpointer bugfix and javadoc warnings file | diff | annotate
Thu, 10 Oct 2013 11:48:56 +0200 8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases. file | diff | annotate
Wed, 09 Oct 2013 17:53:22 +0200 8026137: Fix Issues with Binary Evaluation Order file | diff | annotate
Fri, 04 Oct 2013 16:21:29 +0530 8025771: Enhance Nashorn Contexts file | diff | annotate
Mon, 30 Sep 2013 21:33:38 +0530 8025629: load function should support a way to load scripts from classpath file | diff | annotate
Fri, 13 Sep 2013 16:45:11 +0530 8024619: JDBC java.sql.DriverManager is not usable from JS script file | diff | annotate
Mon, 09 Sep 2013 20:10:41 +0530 8024180: Incorrect handling of expression and parent scope in 'with' statements file | diff | annotate
Fri, 23 Aug 2013 14:16:16 +0200 8023550: -d option was broken for any dir but '.'. Fixed Java warnings. file | diff | annotate
Thu, 22 Aug 2013 13:51:24 -0300 8023228: Debugger information gather is too slow. file | diff | annotate
Fri, 16 Aug 2013 18:51:53 +0200 8023017: SUB missing for widest op == number for BinaryNode file | diff | annotate
Fri, 09 Aug 2013 20:48:44 +0530 8022707: Revisit all doPrivileged blocks file | diff | annotate
Wed, 24 Jul 2013 21:01:22 +0530 8021294: --verify-code option results in AnalyzerException file | diff | annotate
Wed, 24 Jul 2013 20:28:03 +0530 8021262: Make nashorn access checks consistent with underlying dynalink file | diff | annotate
(0)-100-60tip

mercurial