log

age author description
Mon, 18 Feb 2013 10:36:18 +0100 hannesw 8008351: Avoid using String.replace(String, String) in codegen
Mon, 18 Feb 2013 14:41:58 +0530 sundar 8008305: ScriptEngine.eval should offer the ability to provide a codebase
Fri, 15 Feb 2013 20:40:05 +0530 sundar 8008298: Add tests to cover specialized versions of Math functions.
Fri, 15 Feb 2013 18:30:19 +0530 sundar 8008291: Add more tests for better coverage of objects, scripting and parser packages
Fri, 15 Feb 2013 09:44:15 +0100 lagergren 8008239: Unpublicized parts of the code generator package that were only package internal.
Fri, 15 Feb 2013 09:18:05 +0100 hannesw 8008215: break in catch clause causes java.lang.VerifyError: Inconsistent stackmap
Thu, 14 Feb 2013 11:32:49 -0400 jlaskey 8008231: Fix build system to accommodate integration of dynalink
Thu, 14 Feb 2013 14:07:53 +0100 hannesw 8008198: java.lang.AssertionError: Invalid break target class jdk.nashorn.internal.ir.TryNode
Thu, 14 Feb 2013 13:51:54 +0100 attila 8007990: No access to interface methods on a restricted class
Thu, 14 Feb 2013 13:52:12 +0100 lagergren 8008206: The allInteger case for SwitchNode generation in CodeGenerator assumes integer LITERALS only.
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
Thu, 14 Feb 2013 09:14:31 +0530 sundar 8008193: test262 tests should be run with security manager enabled
Wed, 13 Feb 2013 19:59:30 +0530 sundar 8008103: Source object should maintain URL of the script source as a private field
Wed, 13 Feb 2013 13:30:21 +0100 hannesw 8008096: TokenStream buffer should grow exponentially
Tue, 12 Feb 2013 12:47:51 +0100 attila 8007900: Function binding is inefficient
Tue, 12 Feb 2013 13:55:05 +0100 hannesw 8007956: Wrong or obsolete system properties in docs/DEVELOPER_README
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)
Fri, 08 Feb 2013 09:19:38 -0400 jlaskey 8006222: Move slot from SpillProperty to Property
Thu, 07 Feb 2013 15:33:17 +0100 hannesw 8007718: Make static RegExp properties fully compatible to other engines
Thu, 07 Feb 2013 14:58:41 +0100 hannesw 8007627: Support @Getter annotation on constructor
Thu, 07 Feb 2013 17:17:29 +0530 sundar 8007715: Make sure that not all tests run with AllPermission
Wed, 06 Feb 2013 12:51:09 -0400 jlaskey 8007643: Add testing for quit and exit
Wed, 06 Feb 2013 11:57:51 -0400 jlaskey 8007629: Remove extraneous quit from shell.js
Wed, 06 Feb 2013 08:42:19 -0400 jlaskey 8007545: jjs input evalinput need to be NOT_ENUMERABLE
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 22:07:04 +0530 sundar 8007523: VerifyError on script that uses regular expression literals with ternary operator
Tue, 05 Feb 2013 21:00:04 +0530 sundar 8007522: IllegalStateException thrown from String.prototype.search function
Tue, 05 Feb 2013 18:44:54 +0530 sundar 8007521: $ENV should be undefined when security manager is present
Tue, 05 Feb 2013 09:11:03 +0530 sundar 8007452: add scripting programmers doc changes for nashorn
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.
Mon, 04 Feb 2013 15:59:44 +0100 attila 8007460: var assignment to a parameter in a varargs method causes compilation error
Mon, 04 Feb 2013 08:13:05 -0400 jlaskey 8007455: Extraneous $(ECHO) in make/Makefile
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
Thu, 31 Jan 2013 20:07:40 +0530 sundar 8007286: Add JavaAdapter and importPackage to compatibility script
Wed, 30 Jan 2013 21:15:14 +0530 sundar 8007140: Java.extend crashes when attempting to extend java.lang.Object
Wed, 30 Jan 2013 14:57:19 +0100 hannesw 8007109: Regression: String(ConsString) does not flatten argument to String
Wed, 30 Jan 2013 17:52:54 +0530 sundar 8007132: Java objects returned from constructor functions are lost
Wed, 30 Jan 2013 12:26:45 +0100 lagergren 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes.
Tue, 29 Jan 2013 14:25:39 -0400 jlaskey 8007094: Apply version to nashorn.jar manifest
Tue, 29 Jan 2013 19:57:25 +0530 sundar 8007091: Provide private API to pass application class loader for nashorn script engine
Mon, 28 Jan 2013 16:22:03 -0400 jlaskey 8006676: Integrate Nashorn into new build system
Mon, 28 Jan 2013 21:29:05 +0530 sundar 8007004: nashorn script engine should not use thread context class loader as script 'application loader'
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
Thu, 24 Jan 2013 22:38:58 +0530 sundar 8006857: ClassCastException when interface implementing function uses arguments object
Thu, 24 Jan 2013 12:15:29 -0400 jlaskey 8006852: Move tests from JIRA for prepopulated map failures
Thu, 24 Jan 2013 14:55:57 +0100 hannesw 8006408: Clean up and specialize NativeString
Thu, 24 Jan 2013 17:49:03 +0530 sundar 8006755: Functions inside with statements dont get correct scope
Thu, 24 Jan 2013 16:21:32 +0530 sundar 8006575: Error in codegen for element access on primitive value
Wed, 23 Jan 2013 17:04:02 +0530 sundar 8006736: nashorn script engine should support the usage multiple global objects with same engine instance
Tue, 22 Jan 2013 22:07:12 +0530 sundar 8006678: Avoid too many Context.getGlobal() calls
Tue, 22 Jan 2013 14:36:28 +0100 attila 8006677: Remove unused FunctionNode flags
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