Thu, 27 Mar 2014 11:45:54 +0100 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output.
lagergren [Thu, 27 Mar 2014 11:45:54 +0100] rev 24731
8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output. Reviewed-by: attila, hannesw, sundar
Wed, 26 Mar 2014 15:00:32 +0100 8038396: fix for the compiler expression evaluator to be more inquisitive about types
attila [Wed, 26 Mar 2014 15:00:32 +0100] rev 24730
8038396: fix for the compiler expression evaluator to be more inquisitive about types Reviewed-by: hannesw, lagergren
Mon, 24 Mar 2014 18:41:06 +0100 8037534: Use scope types to determine optimistic types
attila [Mon, 24 Mar 2014 18:41:06 +0100] rev 24729
8037534: Use scope types to determine optimistic types Reviewed-by: hannesw, lagergren
Mon, 24 Mar 2014 18:40:11 +0100 8038223: Symbol trace debug output takes time
attila [Mon, 24 Mar 2014 18:40:11 +0100] rev 24728
8038223: Symbol trace debug output takes time Reviewed-by: hannesw, lagergren
Fri, 21 Mar 2014 17:52:03 +0100 Merge
attila [Fri, 21 Mar 2014 17:52:03 +0100] rev 24727
Merge
Thu, 20 Mar 2014 16:26:54 +0100 8037967: Broke the build, by commiting without saving the last review comment
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
Thu, 20 Mar 2014 16:16:42 +0100 8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
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
Mon, 17 Mar 2014 15:05:18 +0100 8037086: Check that deoptimizing recompilations are correct
mnunez [Mon, 17 Mar 2014 15:05:18 +0100] rev 24724
8037086: Check that deoptimizing recompilations are correct Reviewed-by: attila, lagergren
Fri, 14 Mar 2014 14:27:32 +0100 8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
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
Wed, 12 Mar 2014 10:31:22 +0100 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
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
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip