commit | 76bde64811363595f65eca849a2fb3b063f42861 | [log] [tgz] |
---|---|---|
author | Marcus Lagergren <lagergren@openjdk.org> | Wed Mar 12 10:31:22 2014 +0100 |
committer | Marcus Lagergren <lagergren@openjdk.org> | Wed Mar 12 10:31:22 2014 +0100 |
tree | 086e56ce84219e0697fd071d3234b3f02b212e00 | |
parent | 9d927196e85de8127690b520041077d0541f9635 [diff] |
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 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