lagergren [Tue, 14 Oct 2014 16:11:07 +0200] rev 27103
8060471: DynamicLinker.getLinkedCallSiteLocation() is called even when logger is disabled, and it creates a stacktrace. This contributes unnecessarily to compile time.
Reviewed-by: lagergren, attila
Contributed-by: andreas.gabrielsson@oracle.com
lagergren [Tue, 14 Oct 2014 15:28:24 +0200] rev 27102
8012518: Reengineer Parser.java to make it play well with the copy-on-write IR.
Summary: Remove the kludges introduced to make the parser work with the copy on write IR. Now everything is done bottom up, finshing node children completely before node parents. The repeated non-functional pattern 'node = node.setSomething(something);' is gone. Resulting code is much more readable, and extensible for future work. The parser is now also consistent with the rest of the stateless copy-on-write world in code generation.
Reviewed-by: lagergren, attila, hannesw, shade
Contributed-by: andreas.gabrielsson@oracle.com
attila [Tue, 14 Oct 2014 13:04:56 +0200] rev 27101
8060238: Reports for optimistic test run overwrite those for pessimistic run
Reviewed-by: hannesw, lagergren, sundar
attila [Mon, 13 Oct 2014 20:10:14 +0200] rev 27100
8059842: Creating symbols for declared functions shouldn't be a special case
Reviewed-by: hannesw, lagergren
sundar [Mon, 13 Oct 2014 23:38:49 +0530] rev 27099
8050977: Java8 Javascript Nashorn exception: no current Global instance for nashorn
Reviewed-by: attila, lagergren, hannesw
hannesw [Mon, 13 Oct 2014 17:16:32 +0200] rev 27098
8060011: Concatenating an array and converting it to Java gives wrong result
Reviewed-by: lagergren, attila
sundar [Fri, 10 Oct 2014 17:59:22 +0530] rev 27097
8060101: AssertionError: __noSuchProperty__ placeholder called from NativeJavaImporter
Reviewed-by: attila, jlaskey