attila [Mon, 24 Mar 2014 18:41:06 +0100] rev 24729
8037534: Use scope types to determine optimistic types
Reviewed-by: hannesw, lagergren
attila [Mon, 24 Mar 2014 18:40:11 +0100] rev 24728
8038223: Symbol trace debug output takes time
Reviewed-by: hannesw, lagergren
attila [Fri, 21 Mar 2014 17:52:03 +0100] rev 24727
Merge
lagergren [Thu, 20 Mar 2014 16:26:54 +0100] rev 24726
8037967: Broke the build, by commiting without saving the last review comment
Reviewed-by: jlaskey, hannesw
lagergren [Thu, 20 Mar 2014 16:16:42 +0100] rev 24725
8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
Summary: Compute RecompiledScriptFunctionDatas eagerly, annotate them with scope depth information and use them in recompilations.
Reviewed-by: attila, hannesw, jlaskey
mnunez [Mon, 17 Mar 2014 15:05:18 +0100] rev 24724
8037086: Check that deoptimizing recompilations are correct
Reviewed-by: attila, lagergren
lagergren [Fri, 14 Mar 2014 14:27:32 +0100] rev 24723
8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
Summary: This uses the inspection framework for generated code to ensure optimisim.
Reviewed-by: attila, lagergren
Contributed-by: matherey.nunez@oracle.com
lagergren [Wed, 12 Mar 2014 10:31:22 +0100] rev 24722
8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types
Summary: This will be the new default setting, so the explicit flag should be removed, and instead reverse checked for explicitly DISABLED optimistic types. In the future, we might remove the flag altogether.
Reviewed-by: attila, hannesw
lagergren [Wed, 05 Mar 2014 09:51:00 +0100] rev 24721
8036127: Prototype filter needs to be applied to getter guard as well, not just getter
Summary: This manifests itself as a bug in optimistic types, as inner functions may access properties of the wrong type, but it is also a bug in tip. Without optimistic types, we have been unable to find a reproducer due to more similar PropertyMaps
Reviewed-by: attila, jlaskey, sundar
lagergren [Mon, 03 Mar 2014 11:24:44 +0100] rev 24720
8035836: Array performance improvements
Summary: Implement typed arrays with native byte buffers and do fast linking for all continuous arrays
Reviewed-by: attila, jlaskey, sundar, hannesw
attila [Wed, 26 Feb 2014 13:17:57 +0100] rev 24719
8035820: Optimistic recompilation
Reviewed-by: hannesw, jlaskey, sundar
Contributed-by: attila.szegedi@oracle.com, marcus.lagergren@oracle.com
katleman [Wed, 04 Jun 2014 20:20:44 -0700] rev 24718
Added tag jdk9-b16 for changeset e3b9d834796d
duke [Wed, 05 Jul 2017 19:43:34 +0200] rev 24717
Merge
katleman [Wed, 04 Jun 2014 20:20:02 -0700] rev 24716
Added tag jdk9-b16 for changeset 87bc69dea937
duke [Wed, 05 Jul 2017 19:43:31 +0200] rev 24715
Merge
lana [Thu, 05 Jun 2014 19:37:32 -0700] rev 24714
Merge