log

age author description
Fri, 22 Feb 2013 11:27:40 +0100 lagergren 8008575: Re-integrate code coverage
Fri, 22 Feb 2013 08:57:22 +0100 lagergren 8008554: load was broken for URLs
Thu, 21 Feb 2013 15:24:31 -0400 jlaskey 8008447: Tweaks to make all NEWBUILD=false round 3
Thu, 21 Feb 2013 16:57:21 +0100 lagergren 8008648: Lazy JIT scope and callee semantics bugfixes. Broke out wallclock timer.
Wed, 20 Feb 2013 16:43:21 +0100 lagergren 8008166: URL handling was broken on windows, causing "load" to malfunction
Wed, 20 Feb 2013 17:08:32 +0530 sundar 8008207: Make constants array and source fields private
Tue, 19 Feb 2013 20:33:07 +0530 sundar 8008448: Add coverage test for jdk.nashorn.internal.ir.debug.JSONWriter
Tue, 19 Feb 2013 09:47:02 -0400 jlaskey Merge
Tue, 19 Feb 2013 09:46:28 -0400 jlaskey 8008420: Tweaks to make all NEWBUILD=false round 2
Mon, 18 Feb 2013 20:41:12 +0530 sundar 8008387: Improve code coverage tests for JSObjectLinker and NashornBottomLinker
Mon, 18 Feb 2013 16:00:15 +0100 attila 8008371: Fix Dynalink compiler warnings and whitespace
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