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
Wed, 05 Mar 2014 09:51:00 +0100 8036127: Prototype filter needs to be applied to getter guard as well, not just getter
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
Mon, 03 Mar 2014 11:24:44 +0100 8035836: Array performance improvements
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
Wed, 26 Feb 2014 13:17:57 +0100 8035820: Optimistic recompilation
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
Wed, 04 Jun 2014 20:20:44 -0700 Added tag jdk9-b16 for changeset e3b9d834796d
katleman [Wed, 04 Jun 2014 20:20:44 -0700] rev 24718
Added tag jdk9-b16 for changeset e3b9d834796d
Wed, 05 Jul 2017 19:43:34 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:34 +0200] rev 24717
Merge
Wed, 04 Jun 2014 20:20:02 -0700 Added tag jdk9-b16 for changeset 87bc69dea937
katleman [Wed, 04 Jun 2014 20:20:02 -0700] rev 24716
Added tag jdk9-b16 for changeset 87bc69dea937
Wed, 05 Jul 2017 19:43:31 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:31 +0200] rev 24715
Merge
Thu, 05 Jun 2014 19:37:32 -0700 Merge
lana [Thu, 05 Jun 2014 19:37:32 -0700] rev 24714
Merge
Thu, 05 Jun 2014 12:13:50 +0100 8044766: New jdk.net classes have @since 1.9 tags in 8u20
michaelm [Thu, 05 Jun 2014 12:13:50 +0100] rev 24713
8044766: New jdk.net classes have @since 1.9 tags in 8u20 Reviewed-by: chegar
Thu, 05 Jun 2014 15:27:51 +0800 8044755: Add a test for algorithm constraints check in jarsigner
weijun [Thu, 05 Jun 2014 15:27:51 +0800] rev 24712
8044755: Add a test for algorithm constraints check in jarsigner Reviewed-by: xuelei
Wed, 04 Jun 2014 14:00:19 -0700 8044727: Problem reading the contents of some zip files
sherman [Wed, 04 Jun 2014 14:00:19 -0700] rev 24711
8044727: Problem reading the contents of some zip files Summary: zis.readLOC() should not interpret ZIP64 data in extra field, if not necessary Reviewed-by: alanb
Wed, 04 Jun 2014 11:25:13 -0700 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
sherman [Wed, 04 Jun 2014 11:25:13 -0700] rev 24710
8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files Summary: to upgrade zlib version from 1.2.5 to 1.2.8 Reviewed-by: alanb, iris
Wed, 04 Jun 2014 14:42:48 +0200 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
jfranck [Wed, 04 Jun 2014 14:42:48 +0200] rev 24709
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type Reviewed-by: psandoz
Wed, 04 Jun 2014 13:37:16 +0100 8044590: Broken links in jre.api.net.socketoptions
chegar [Wed, 04 Jun 2014 13:37:16 +0100] rev 24708
8044590: Broken links in jre.api.net.socketoptions Reviewed-by: michaelm
Wed, 04 Jun 2014 13:12:16 +0200 8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected.
mtobiass [Wed, 04 Jun 2014 13:12:16 +0200] rev 24707
8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected. Summary: Ignore read-only test if file is not read-only. This will happen when test is run as root. Reviewed-by: sla, dholmes
Wed, 04 Jun 2014 16:26:11 +0400 8032901: WaitForMultipleObjects() return value not handled appropriately
aefimov [Wed, 04 Jun 2014 16:26:11 +0400] rev 24706
8032901: WaitForMultipleObjects() return value not handled appropriately Reviewed-by: dholmes, sla
Mon, 02 Jun 2014 17:59:08 +0200 8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
miauno [Mon, 02 Jun 2014 17:59:08 +0200] rev 24705
8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java Reviewed-by: sla, sspitsyn
Wed, 04 Jun 2014 09:48:02 +0000 8044771: PKIXValidator indent cleanup
xuelei [Wed, 04 Jun 2014 09:48:02 +0000] rev 24704
8044771: PKIXValidator indent cleanup Reviewed-by: weijun
Tue, 03 Jun 2014 21:21:32 +0530 8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
sundar [Tue, 03 Jun 2014 21:21:32 +0530] rev 24703
8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output Reviewed-by: jlaskey, lagergren, ksrini
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip