attila [Wed, 14 May 2014 10:51:39 +0200] rev 24753
8043003: Use strongly referenced generic invokers
Reviewed-by: lagergren, sundar
attila [Tue, 13 May 2014 14:54:21 +0200] rev 24752
8043002: Improve performance of Nashorn equality operators
Reviewed-by: lagergren, sundar
attila [Tue, 13 May 2014 11:30:40 +0200] rev 24751
8042118: Separate types from symbols
Reviewed-by: hannesw, lagergren
mnunez [Mon, 05 May 2014 14:17:20 +0200] rev 24750
8037572: Add more test cases to check static types
Reviewed-by: attila, lagergren
lagergren [Fri, 02 May 2014 18:22:29 +0200] rev 24749
8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
Reviewed-by: jlaskey, attila
mnunez [Tue, 29 Apr 2014 16:00:53 +0200] rev 24748
8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
Reviewed-by: attila, lagergren
lagergren [Mon, 28 Apr 2014 16:37:36 +0200] rev 24747
8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
Reviewed-by: jlaskey, attila
lagergren [Fri, 25 Apr 2014 14:26:07 +0200] rev 24746
8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
Reviewed-by: attila, hannesw
lagergren [Wed, 23 Apr 2014 17:37:41 +0200] rev 24745
8041434: Add synchronization to the common global constants structure
Reviewed-by: attila, hannesw
lagergren [Wed, 23 Apr 2014 16:13:47 +0200] rev 24744
8038426: Move all loggers from process wide scope into Global scope
Reviewed-by: attila, hannesw
lagergren [Tue, 22 Apr 2014 14:09:46 +0200] rev 24743
8033105: Make sure Nashorn test harness can run zlib benchmark
Reviewed-by: attila, hannesw
lagergren [Fri, 18 Apr 2014 21:24:34 +0200] rev 24742
8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that.
Reviewed-by: attila, lagergren
Contributed-by: matherey.nunez@oracle.com
lagergren [Fri, 18 Apr 2014 20:12:21 +0200] rev 24741
8040102: Remove all references to Unsafe and definition of anonymous clases from the code
Summary: As the catch combinator optimization is now part of java.lang.invoke we don't need to put our own in the boot class path in any configuration anymore. Furthermore, with the completion of the array performance subtask of optimistic typing, we can remove the experimental (commented out) Unsafe accessors in the ArrayData classes
Reviewed-by: attila, jlaskey
lagergren [Thu, 17 Apr 2014 20:01:19 +0200] rev 24740
8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
Reviewed-by: hannesw, attila, sundar, jlaskey
lagergren [Fri, 11 Apr 2014 16:52:56 +0200] rev 24739
Merge
lagergren [Fri, 11 Apr 2014 16:52:14 +0200] rev 24738
8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects.
Reviewed-by: hannesw, attila, sundar, jlaskey