hg: nashorn/jdk9/nashorn: 3 new changesets
marcus.lagergren at oracle.com
marcus.lagergren at oracle.com
Wed May 21 14:13:26 UTC 2014
Changeset: acc76808d848
Author: lagergren
Date: 2014-05-21 16:12 +0200
URL: http://hg.openjdk.java.net/nashorn/jdk9/nashorn/rev/acc76808d848
8043633: In order to remove global state outside of contexts, make sure Timing class is an instance and not a static global collection of data. Move into Context. Move -Dnashorn.timing to an official logging option.
Reviewed-by: sundar, attila
! bin/runopt.sh
! src/jdk/nashorn/internal/codegen/CodeGenerator.java
! src/jdk/nashorn/internal/codegen/CompilationPhase.java
! src/jdk/nashorn/internal/codegen/Compiler.java
! src/jdk/nashorn/internal/parser/Parser.java
! src/jdk/nashorn/internal/runtime/ScriptEnvironment.java
! src/jdk/nashorn/internal/runtime/Timing.java
! src/jdk/nashorn/internal/runtime/resources/Options.properties
Changeset: a91109307ad2
Author: lagergren
Date: 2014-05-21 16:12 +0200
URL: http://hg.openjdk.java.net/nashorn/jdk9/nashorn/rev/a91109307ad2
8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite
Reviewed-by: sundar, attila
- test/script/basic/apply_to_call/apply_to_call_bench.js
- test/script/basic/apply_to_call/apply_to_call_bench.js.EXPECTED
+ test/script/currently-failing/apply_to_call_bench.js
+ test/script/currently-failing/apply_to_call_bench.js.EXPECTED
Changeset: 06f968255b0a
Author: lagergren
Date: 2014-05-21 16:12 +0200
URL: http://hg.openjdk.java.net/nashorn/jdk9/nashorn/rev/06f968255b0a
8043632: Parallelize class installation and various script fixes.
Reviewed-by: sundar, attila
+ bin/run_octane.sh
! bin/runopt.sh
! docs/DEVELOPER_README
! make/build-benchmark.xml
! src/jdk/nashorn/internal/codegen/CompilationPhase.java
! src/jdk/nashorn/internal/runtime/ScriptEnvironment.java
- test/script/basic/ranges_disabled.js
- test/script/basic/ranges_disabled.js.EXPECTED
- test/script/basic/ranges_enabled.js
- test/script/basic/ranges_enabled.js.EXPECTED
- test/script/basic/ranges_payload.js
More information about the nashorn-dev
mailing list