sundar [Tue, 26 Mar 2013 18:26:19 +0530] rev 16534
8010720: Linkage problem with java.lang.String.length()
Reviewed-by: hannesw, lagergren
lagergren [Tue, 26 Mar 2013 08:42:35 +0100] rev 16533
8010706: -Dnashorn.args system property to create command lines to wrapped nashorn.jar:s
Reviewed-by: hannesw, sundar
sundar [Mon, 25 Mar 2013 18:20:16 +0530] rev 16532
8010709: org on the top level doesn't resolve
Reviewed-by: lagergren, hannesw
lagergren [Mon, 25 Mar 2013 12:01:06 +0100] rev 16531
8017010: index evaluation to a temporary location for index operator much change temporaries to slots, but never scoped vars
Reviewed-by: hannesw, sundar
attila [Sat, 23 Mar 2013 00:58:39 +0100] rev 16530
8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable
Reviewed-by: jlaskey, lagergren
jlaskey [Tue, 19 Mar 2013 11:03:24 -0300] rev 16529
8009969: CodeCoverage should use template
Reviewed-by: jlaskey, sundar
Contributed-by: pavel.stepanov@oracle.com
sundar [Mon, 18 Mar 2013 21:03:11 +0530] rev 16528
8010199: javax.script.Invocable implementation for nashorn does not return null when matching functions are missing
Reviewed-by: lagergren, jlaskey
sundar [Fri, 15 Mar 2013 21:52:40 +0530] rev 16527
8010145: removed workaround "init.js" in nashorn repo
Reviewed-by: jlaskey, lagergren
lagergren [Fri, 15 Mar 2013 16:07:13 +0100] rev 16526
8010147: Forgot to add EXPECTED files for lazy and eager sunspider test
Reviewed-by: sundar, jlaskey
lagergren [Thu, 14 Mar 2013 14:49:55 +0100] rev 16525
8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings
Reviewed-by: sundar, jlaskey
sundar [Tue, 12 Mar 2013 21:17:47 +0530] rev 16524
8009868: For loop with "true" as condition results in AssertionError in codegen
Reviewed-by: jlaskey, hannesw, lagergren
lagergren [Tue, 12 Mar 2013 15:30:53 +0100] rev 16523
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.
Reviewed-by: attila, jlaskey
sundar [Tue, 12 Mar 2013 18:12:42 +0530] rev 16522
8009757: Package access clean up and refactoring
Reviewed-by: jlaskey, lagergren, attila
katleman [Thu, 28 Mar 2013 10:55:17 -0700] rev 16521
Added tag jdk8-b83 for changeset 4f4788d62566
duke [Wed, 05 Jul 2017 18:47:43 +0200] rev 16520
Merge