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
Tue, 23 Jul 2013 18:17:25 +0530 8021122: Not all callables are handled for toString and other function valued properties file | diff | annotate
Thu, 18 Jul 2013 18:08:26 +0530 8020731: Revisit checkPermission calls in Context class file | diff | annotate
Fri, 12 Jul 2013 20:06:41 +0530 8020463: Input argument array wrapping in loadWithNewGlobal is wrong file | diff | annotate
Thu, 11 Jul 2013 16:34:55 +0530 8020325: static property does not work on accessible, public classes file | diff | annotate
Wed, 10 Jul 2013 19:08:04 +0530 8020276: interface checks in Invocable.getInterface implementation file | diff | annotate
Wed, 10 Jul 2013 13:25:07 +0530 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false file | diff | annotate
Tue, 09 Jul 2013 17:37:46 +0530 8014785: Ability to extend global instance by binding properties of another object file | diff | annotate
Mon, 08 Jul 2013 16:33:50 +0530 8020015: shared PropertyMaps should not be used without duplication file | diff | annotate
Fri, 05 Jul 2013 14:38:04 +0530 8019947: inherited property invalidation does not work with two globals in same context file | diff | annotate
Wed, 26 Jun 2013 15:40:52 +0200 8019157: Avoid calling ScriptObject.setProto() if possible file | diff | annotate
Fri, 14 Jun 2013 21:16:14 +0530 8016618: script mirror object access should be improved file | diff | annotate
Thu, 13 Jun 2013 16:08:35 +0530 8015355: Array.prototype functions don't honour non-writable length and / or index properties file | diff | annotate
Mon, 10 Jun 2013 19:54:07 +0530 8016239: loadWithNewGlobal should support user supplied arguments from the caller file | diff | annotate
Wed, 05 Jun 2013 12:17:10 +0200 8015961: Several small code-gardening fixes file | diff | annotate
Wed, 05 Jun 2013 12:08:49 +0530 8015945: loadWithNewGlobal return value has to be properly wrapped file | diff | annotate
Mon, 03 Jun 2013 12:57:53 -0300 8015814: loadWithNewGlobal needs to wrap createGlobal in AccessController.doPrivileged file | diff | annotate
Mon, 03 Jun 2013 08:34:29 -0300 8015741: Need a global.load function that starts with a new global scope. file | diff | annotate
Tue, 07 May 2013 14:43:17 +0200 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes. file | diff | annotate
Fri, 03 May 2013 16:01:33 +0200 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used file | diff | annotate
Fri, 03 May 2013 15:33:54 +0200 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now] file | diff | annotate
Tue, 30 Apr 2013 10:05:42 -0300 8006220: Simplify PropertyMaps file | diff | annotate
Wed, 24 Apr 2013 14:25:28 -0300 8012251: jjs should support -fx option file | diff | annotate
Fri, 19 Apr 2013 16:11:16 +0200 8010701: Immutable nodes - final iteration file | diff | annotate
Fri, 19 Apr 2013 17:46:01 +0530 8012612: Compile failed file | diff | annotate
Tue, 16 Apr 2013 22:11:33 -0700 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive file | diff | annotate
Sat, 23 Mar 2013 00:58:39 +0100 8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable file | diff | annotate
Thu, 14 Mar 2013 14:49:55 +0100 8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings file | diff | annotate
Tue, 12 Mar 2013 15:30:53 +0100 8009718: Lazy execution architecture continued - ScriptFunctionData is either final or recompilable. Moved ScriptFunctionData creation logic away from runtime to compile time. Prepared for method generation/specialization. Got rid of ScriptFunctionImplTrampoline whose semantics could be done as part of the relinking anyway. Merge with the lookup package change. file | diff | annotate
Tue, 12 Mar 2013 18:12:42 +0530 8009757: Package access clean up and refactoring file | diff | annotate
Sat, 09 Mar 2013 21:49:32 +0530 8009559: clean up method handle lookup code. file | diff | annotate
Mon, 04 Mar 2013 11:01:26 -0400 8009379: Remove $ from generated class names file | diff | annotate
Fri, 01 Mar 2013 15:58:29 +0530 8009263: Fix all javadoc errors in nashorn code file | diff | annotate
Mon, 25 Feb 2013 16:58:31 +0530 8008731: Separate configuration environment (options, error/output writer etc.) from Context file | diff | annotate
Fri, 22 Feb 2013 12:22:16 +0100 8007002: Replace implicit exception throwing methods with explicit throws - simplify control flow and remove useless code file | diff | annotate
Fri, 22 Feb 2013 08:57:22 +0100 8008554: load was broken for URLs file | diff | annotate
Wed, 20 Feb 2013 16:43:21 +0100 8008166: URL handling was broken on windows, causing "load" to malfunction file | diff | annotate
Mon, 18 Feb 2013 16:00:15 +0100 8008371: Fix Dynalink compiler warnings and whitespace file | diff | annotate
Fri, 15 Feb 2013 18:30:19 +0530 8008291: Add more tests for better coverage of objects, scripting and parser packages file | diff | annotate
Fri, 15 Feb 2013 09:44:15 +0100 8008239: Unpublicized parts of the code generator package that were only package internal. file | diff | annotate
(0)-60tip

mercurial