nashorn/src/jdk/nashorn/internal/runtime/ScriptFunction.java
Thu, 11 Jul 2013 22:58:37 +0530 sundar 8012191: noSuchProperty can't cope with vararg functions
Mon, 24 Jun 2013 19:06:01 +0530 sundar 8015959: Can't call foreign constructor
Fri, 26 Apr 2013 17:35:40 +0200 hannesw 8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration
Tue, 12 Mar 2013 15:30:53 +0100 lagergren 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.
Sat, 09 Mar 2013 21:49:32 +0530 sundar 8009559: clean up method handle lookup code.
Fri, 22 Feb 2013 12:22:16 +0100 lagergren 8007002: Replace implicit exception throwing methods with explicit throws - simplify control flow and remove useless code
Thu, 14 Feb 2013 13:22:26 +0100 attila 8008085: Integrate Dynalink source code into Nashorn codebase
Thu, 14 Feb 2013 13:01:52 +0100 lagergren 8008199: Lazy compilation and trampoline implementation
Thu, 14 Feb 2013 14:16:58 +0530 sundar 8008197: Cross script engine function calls do not work as expected
Tue, 12 Feb 2013 12:47:51 +0100 attila 8007900: Function binding is inefficient
Mon, 11 Feb 2013 21:26:06 +0530 sundar 8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code
Sat, 09 Feb 2013 16:58:48 +0100 attila 8006943: Fix order of function method arguments to be (callee, thisObject)
Wed, 06 Feb 2013 10:31:58 +0100 hannesw 8007273: Creation of ScriptFunctions can be refactored
Mon, 04 Feb 2013 16:20:05 +0100 lagergren 8007215: Varargs broken for the case of passing more than the arg limit arguments.
Fri, 01 Feb 2013 02:24:15 +0100 hannesw 8007060: Primitive wrap filter throws ClassCastException in test262parallel
Thu, 31 Jan 2013 18:34:42 +0100 attila 8006529: Methods always get callee - it should be conditional
Wed, 30 Jan 2013 17:52:54 +0530 sundar 8007132: Java objects returned from constructor functions are lost
Fri, 25 Jan 2013 17:35:31 +0100 hannesw 8006766: Array-like access to characters of a string is slow
Tue, 22 Jan 2013 22:07:12 +0530 sundar 8006678: Avoid too many Context.getGlobal() calls
Tue, 22 Jan 2013 14:14:37 +0100 hannesw 8006570: This-value for non-strict functions should be converted to object
Tue, 15 Jan 2013 13:10:20 +0100 attila 8006293: Reduce ScriptObject.findCallMethodMethod
Fri, 04 Jan 2013 09:58:33 -0400 jlaskey 8005663: Update copyright year to 2013
Fri, 21 Dec 2012 16:36:24 -0400 jlaskey 8005403: Open-source Nashorn
less more (0) tip