nashorn/src/jdk/nashorn/internal/objects/Global.java
Mon, 08 Jul 2013 16:33:50 +0530 sundar 8020015: shared PropertyMaps should not be used without duplication
Fri, 05 Jul 2013 14:38:04 +0530 sundar 8019947: inherited property invalidation does not work with two globals in same context
Wed, 03 Jul 2013 13:03:36 +0200 lagergren 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
Wed, 26 Jun 2013 15:40:52 +0200 hannesw 8019157: Avoid calling ScriptObject.setProto() if possible
Fri, 21 Jun 2013 16:55:18 +0530 sundar 8017260: adjust lookup code in objects.* classes
Thu, 13 Jun 2013 16:08:35 +0530 sundar 8015355: Array.prototype functions don't honour non-writable length and / or index properties
Wed, 12 Jun 2013 11:22:06 -0300 jlaskey 8016453: loadWithNewGlobal does not allow apply operation
Mon, 10 Jun 2013 19:54:07 +0530 sundar 8016239: loadWithNewGlobal should support user supplied arguments from the caller
Mon, 03 Jun 2013 08:34:29 -0300 jlaskey 8015741: Need a global.load function that starts with a new global scope.
Fri, 31 May 2013 13:04:55 -0300 jlaskey 8015727: Thread safe print function
Tue, 07 May 2013 14:43:17 +0200 lagergren 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.
Fri, 03 May 2013 16:01:33 +0200 lagergren 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
Mon, 25 Mar 2013 18:20:16 +0530 sundar 8010709: org on the top level doesn't resolve
Thu, 14 Mar 2013 14:49:55 +0100 lagergren 8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings
Tue, 12 Mar 2013 18:12:42 +0530 sundar 8009757: Package access clean up and refactoring
Sat, 09 Mar 2013 21:49:32 +0530 sundar 8009559: clean up method handle lookup code.
Wed, 06 Mar 2013 22:38:18 +0530 sundar 8009553: Object.create(Array.prototype) doesn't respect reset length
Mon, 04 Mar 2013 11:01:26 -0400 jlaskey 8009379: Remove $ from generated class names
Mon, 25 Feb 2013 16:58:31 +0530 sundar 8008731: Separate configuration environment (options, error/output writer etc.) from Context
Fri, 22 Feb 2013 16:31:10 +0100 hannesw 8008093: Make RegExp engine pluggable
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
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
Thu, 07 Feb 2013 15:33:17 +0100 hannesw 8007718: Make static RegExp properties fully compatible to other engines
Wed, 06 Feb 2013 11:57:51 -0400 jlaskey 8007629: Remove extraneous quit from shell.js
Wed, 06 Feb 2013 17:56:12 +0530 sundar 8007619: Add support for deprecated properties of RegExp constructor
Wed, 06 Feb 2013 10:31:58 +0100 hannesw 8007273: Creation of ScriptFunctions can be refactored
Tue, 05 Feb 2013 18:44:54 +0530 sundar 8007521: $ENV should be undefined when security manager is present
Mon, 04 Feb 2013 14:48:35 -0400 jlaskey 8006191: `cmd` -> exec("cmd") in script mode
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
Mon, 28 Jan 2013 18:10:16 +0530 sundar 8006983: Introduce a command line option to switch off syntactic extensions of nashorn
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
Mon, 21 Jan 2013 21:17:38 +0530 sundar 8006635: Reduce access levels as much as possible
Fri, 18 Jan 2013 17:55:04 +0530 sundar 8006562: findOwnMH in nashorn "objects" package should be cleaned up
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