2014-06-02 |
attila |
Merge
|
changeset |
files
|
2014-05-28 |
attila |
Merge
|
changeset |
files
|
2014-05-28 |
lagergren |
8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness
|
changeset |
files
|
2014-05-27 |
lagergren |
8044012: Integrate the latest best known performance flags int ant octane jobs, and make sure that it's easy to compare 'ant octane-nashorn' and 'ant octane-v8' at the push of a button. (or rather; the entry of a command line)
|
changeset |
files
|
2014-05-21 |
lagergren |
8043632: Parallelize class installation and various script fixes.
|
changeset |
files
|
2014-05-21 |
lagergren |
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
|
changeset |
files
|
2014-05-21 |
lagergren |
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.
|
changeset |
files
|
2014-05-21 |
attila |
8043605: Enable history for empty property maps
|
changeset |
files
|
2014-05-21 |
attila |
8043608: Make equality tests inline better
|
changeset |
files
|
2014-05-20 |
lagergren |
8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
|
changeset |
files
|
2014-05-19 |
attila |
8043431: Fix yet another corner case of JDK-8041995
|
changeset |
files
|
2014-05-19 |
lagergren |
8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.
|
changeset |
files
|
2014-05-15 |
attila |
8043235: Type-based optimizations interfere with continuation methods
|
changeset |
files
|
2014-05-14 |
attila |
8043133: Fix corner cases of JDK-8041995
|
changeset |
files
|
2014-05-14 |
mnunez |
8044154: Nashorn : all tests failed with java.security.AccessControlException
|
changeset |
files
|
2014-05-14 |
attila |
8043137: Collapse long sequences of NOP in Nashorn bytecode output
|
changeset |
files
|
2014-05-14 |
attila |
8043004: Reduce variability at JavaAdapter call sites
|
changeset |
files
|
2014-05-14 |
attila |
8043003: Use strongly referenced generic invokers
|
changeset |
files
|
2014-05-13 |
attila |
8043002: Improve performance of Nashorn equality operators
|
changeset |
files
|
2014-05-13 |
attila |
8042118: Separate types from symbols
|
changeset |
files
|
2014-05-05 |
mnunez |
8037572: Add more test cases to check static types
|
changeset |
files
|
2014-05-02 |
lagergren |
8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
|
changeset |
files
|
2014-04-29 |
mnunez |
8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
|
changeset |
files
|
2014-04-28 |
lagergren |
8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
|
changeset |
files
|
2014-04-25 |
lagergren |
8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
|
changeset |
files
|
2014-04-23 |
lagergren |
8041434: Add synchronization to the common global constants structure
|
changeset |
files
|
2014-04-23 |
lagergren |
8038426: Move all loggers from process wide scope into Global scope
|
changeset |
files
|
2014-04-22 |
lagergren |
8033105: Make sure Nashorn test harness can run zlib benchmark
|
changeset |
files
|
2014-04-18 |
lagergren |
8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that.
|
changeset |
files
|
2014-04-18 |
lagergren |
8040102: Remove all references to Unsafe and definition of anonymous clases from the code
|
changeset |
files
|
2014-04-17 |
lagergren |
8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
|
changeset |
files
|
2014-04-11 |
lagergren |
Merge
|
changeset |
files
|
2014-04-11 |
lagergren |
8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects.
|
changeset |
files
|
2014-04-11 |
attila |
8040024: BranchOptimizer produces bad code for NaN FP comparison
|
changeset |
files
|
2014-04-02 |
lagergren |
8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks
|
changeset |
files
|
2014-04-01 |
lagergren |
8038945: Simplify strict undefined checks
|
changeset |
files
|
2014-04-01 |
lagergren |
8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
|
changeset |
files
|
2014-03-31 |
lagergren |
8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
|
changeset |
files
|
2014-03-27 |
attila |
8038416: Access to undefined scoped variables deoptimized too much
|
changeset |
files
|
2014-03-27 |
lagergren |
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.
|
changeset |
files
|
2014-03-26 |
attila |
8038396: fix for the compiler expression evaluator to be more inquisitive about types
|
changeset |
files
|
2014-03-24 |
attila |
8037534: Use scope types to determine optimistic types
|
changeset |
files
|
2014-03-24 |
attila |
8038223: Symbol trace debug output takes time
|
changeset |
files
|
2014-03-21 |
attila |
Merge
|
changeset |
files
|
2014-03-20 |
lagergren |
8037967: Broke the build, by commiting without saving the last review comment
|
changeset |
files
|
2014-03-20 |
lagergren |
8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
|
changeset |
files
|
2014-03-17 |
mnunez |
8037086: Check that deoptimizing recompilations are correct
|
changeset |
files
|
2014-03-14 |
lagergren |
8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
|
changeset |
files
|
2014-03-12 |
lagergren |
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
|
changeset |
files
|
2014-03-05 |
lagergren |
8036127: Prototype filter needs to be applied to getter guard as well, not just getter
|
changeset |
files
|
2014-03-03 |
lagergren |
8035836: Array performance improvements
|
changeset |
files
|
2014-02-26 |
attila |
8035820: Optimistic recompilation
|
changeset |
files
|
2014-06-05 |
katleman |
Added tag jdk9-b16 for changeset e3b9d834796d
|
changeset |
files
|
2017-07-05 |
duke |
Merge
|
changeset |
files
|
2014-06-05 |
katleman |
Added tag jdk9-b16 for changeset 87bc69dea937
|
changeset |
files
|
2017-07-05 |
duke |
Merge
|
changeset |
files
|
2014-06-06 |
lana |
Merge
|
changeset |
files
|
2014-06-05 |
michaelm |
8044766: New jdk.net classes have @since 1.9 tags in 8u20
|
changeset |
files
|
2014-06-05 |
weijun |
8044755: Add a test for algorithm constraints check in jarsigner
|
changeset |
files
|
2014-06-04 |
sherman |
8044727: Problem reading the contents of some zip files
|
changeset |
files
|