log

age author description
Thu, 11 Apr 2013 09:40:24 -0700 katleman Added tag jdk8-b85 for changeset e0378f0a50da
Thu, 04 Apr 2013 19:05:46 -0700 katleman Added tag jdk8-b84 for changeset 999cc1bf5520 jdk8-b85
Mon, 01 Apr 2013 21:42:31 -0700 lana Merge jdk8-b84
Tue, 26 Mar 2013 12:08:00 -0700 lana Merge
Tue, 26 Mar 2013 18:26:19 +0530 sundar 8010720: Linkage problem with java.lang.String.length()
Tue, 26 Mar 2013 08:42:35 +0100 lagergren 8010706: -Dnashorn.args system property to create command lines to wrapped nashorn.jar:s
Mon, 25 Mar 2013 18:20:16 +0530 sundar 8010709: org on the top level doesn't resolve
Mon, 25 Mar 2013 12:01:06 +0100 lagergren 8017010: index evaluation to a temporary location for index operator much change temporaries to slots, but never scoped vars
Sat, 23 Mar 2013 00:58:39 +0100 attila 8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable
Tue, 19 Mar 2013 11:03:24 -0300 jlaskey 8009969: CodeCoverage should use template
Mon, 18 Mar 2013 21:03:11 +0530 sundar 8010199: javax.script.Invocable implementation for nashorn does not return null when matching functions are missing
Fri, 15 Mar 2013 21:52:40 +0530 sundar 8010145: removed workaround "init.js" in nashorn repo
Fri, 15 Mar 2013 16:07:13 +0100 lagergren 8010147: Forgot to add EXPECTED files for lazy and eager sunspider test
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 21:17:47 +0530 sundar 8009868: For loop with "true" as condition results in AssertionError in codegen
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.
Tue, 12 Mar 2013 18:12:42 +0530 sundar 8009757: Package access clean up and refactoring
Thu, 28 Mar 2013 10:55:17 -0700 katleman Added tag jdk8-b83 for changeset 053d7c55dc82
Thu, 21 Mar 2013 10:43:41 -0700 katleman Added tag jdk8-b82 for changeset 5759f600fcf7 jdk8-b83
Sat, 09 Mar 2013 21:49:32 +0530 sundar 8009559: clean up method handle lookup code. jdk8-b82
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, 04 Mar 2013 11:44:54 +0100 hannesw 8008370: coffee script compiler doesn't work with Nashorn
Sat, 02 Mar 2013 11:26:47 -0400 jlaskey Merge
Fri, 01 Mar 2013 15:58:29 +0530 sundar 8009263: Fix all javadoc errors in nashorn code
Thu, 28 Feb 2013 22:59:31 +0100 hannesw 8009240: RegExpScanner code is inefficient and too complex
Thu, 28 Feb 2013 20:31:30 +0530 sundar 8009229: ant makefile default target should be "test"
Wed, 27 Feb 2013 16:25:15 +0100 attila 8009150: Previous dead code elimination was incomplete
Wed, 27 Feb 2013 15:49:05 +0100 attila 8009146: Eliminate some dead code in preparation for immutable AST
Wed, 27 Feb 2013 15:20:26 +0100 attila 8009143: Eliminate Dynalink dependency on java.beans
Wed, 27 Feb 2013 14:12:45 +0000 alanb 8008950: jdk8/tl failing with SetupJavaCompilation BUILD_NASGEN contains missing directory -c on Windows
Tue, 26 Feb 2013 22:57:51 +0530 sundar 8009021: nasgen should be run on boot jdk rather than currenly built jdk
Mon, 25 Feb 2013 16:51:04 +0100 attila 8006984: Introducing local into a function inside with statement confuses its scope
Mon, 25 Feb 2013 18:13:23 +0530 sundar 8008789: Enable java access and nashorn runtime tests for jtreg
Mon, 25 Feb 2013 16:58:31 +0530 sundar 8008731: Separate configuration environment (options, error/output writer etc.) from Context
Fri, 22 Feb 2013 23:33:46 -0400 jlaskey 8008776: Revise BuildNashorn.gmk for changes in new build system
Fri, 22 Feb 2013 22:39:23 +0530 sundar 8008729: Make sure that we can run basic jsr223 tests using jtreg
Fri, 22 Feb 2013 17:00:22 +0100 hannesw 8006028: Integrate Joni regexp engine with Nashorn
Fri, 22 Feb 2013 16:31:10 +0100 hannesw 8008093: Make RegExp engine pluggable
Fri, 22 Feb 2013 10:39:00 -0400 jlaskey 8008721: Tweaks to make all NEWBUILD=false round 4
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
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