log

age author description
Thu, 10 Jul 2014 12:13:37 -0700 katleman Added tag jdk9-b22 for changeset a9d39bcfeb1b
Wed, 09 Jul 2014 10:41:34 -0700 lana Merge jdk9-b22
Thu, 03 Jul 2014 23:03:37 +0530 sundar 8049242: Explicit constructor overload selection should work with StaticClass as well
Thu, 03 Jul 2014 17:14:38 +0200 attila 8047331: Assertion in CompiledFunction when running earley-boyer after Merge
Thu, 03 Jul 2014 16:15:33 +0200 attila 8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator
Thu, 03 Jul 2014 11:18:38 +0200 attila 8049225: Source class exposes public mutable array
Thu, 03 Jul 2014 11:18:26 +0200 attila 8049223: RewriteException class exposes public mutable arrays
Thu, 03 Jul 2014 11:18:10 +0200 attila 8049222: JSType class exposes public mutable arrays
Wed, 02 Jul 2014 18:10:31 +0530 sundar 8043232: Index selection of overloaded java new constructors
Tue, 01 Jul 2014 14:27:28 -0700 lana Merge
Tue, 01 Jul 2014 17:37:39 +0530 sundar 8047359: large string size RangeError should be thrown rather than reporting negative length
Mon, 30 Jun 2014 17:31:28 +0200 hannesw 8048586: String concatenation with optimistic types is slow
Mon, 30 Jun 2014 20:23:16 +0530 sundar 8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException
Fri, 27 Jun 2014 21:54:16 +0530 sundar 8046013: TypeError: Cannot apply "with" to non script object
Fri, 27 Jun 2014 10:47:44 +0200 lagergren 8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings
Thu, 26 Jun 2014 15:36:15 +0200 attila 8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set
Thu, 26 Jun 2014 13:12:32 +0200 attila 8047357: More precise synthetic return + unreachable throw
Wed, 25 Jun 2014 14:36:24 +0200 hannesw 8048079: Persistent code store is broken after optimistic types merge
Wed, 25 Jun 2014 17:08:47 +0530 sundar 8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval
Tue, 24 Jun 2014 19:29:41 +0200 attila 8048009: Type info caching accidentally defeated
Tue, 24 Jun 2014 19:43:44 +0530 sundar 8047959: bindings created for declarations in eval code are not mutable
Mon, 23 Jun 2014 18:32:11 +0200 hannesw 8046201: Avoid repeated flattening of nested ConsStrings
Mon, 23 Jun 2014 21:23:53 +0530 sundar 8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
Mon, 23 Jun 2014 10:59:33 +0200 attila 8046905: apply on apply is broken
Fri, 20 Jun 2014 12:25:00 +0200 attila 8046921: Deoptimization type information peristence
Thu, 19 Jun 2014 20:36:03 +0530 sundar 8047369: Add regression tests for passing test cases of JDK-8024971
Thu, 19 Jun 2014 10:46:31 +0200 lagergren 8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable
Thu, 03 Jul 2014 11:37:57 -0700 katleman Added tag jdk9-b21 for changeset 174cf53bce4e
Thu, 26 Jun 2014 12:51:50 -0700 katleman Added tag jdk9-b20 for changeset d703c59c556f jdk9-b21
Fri, 20 Jun 2014 10:14:50 -0700 lana Merge jdk9-b20
Wed, 18 Jun 2014 10:54:57 -0700 lana Merge
Tue, 17 Jun 2014 18:23:35 +0530 sundar 8047057: Add a regression test for the passing test cases from JDK-8042304
Tue, 17 Jun 2014 15:55:39 +0530 sundar 8047035: (function() "hello")() crashes in Lexer with jdk9
Tue, 17 Jun 2014 11:37:03 +0200 lagergren 8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager.
Thu, 19 Jun 2014 11:22:50 -0700 katleman Added tag jdk9-b19 for changeset 46e36a92e37c
Wed, 18 Jun 2014 10:08:47 -0700 lana Merge jdk9-b19
Thu, 12 Jun 2014 15:37:37 -0700 lana Merge
Thu, 12 Jun 2014 17:39:09 +0530 sundar 8044517: Run & debug single Nashorn test
Wed, 11 Jun 2014 08:53:35 +0530 sundar 8044798: API for debugging Nashorn
Mon, 09 Jun 2014 16:00:06 +0200 attila 8046025: AccessorProperty.getGetter is not threadsafe
Fri, 06 Jun 2014 16:51:53 +0200 hannesw 8046215: Running uncompilable scripts throws NullPointerException
Fri, 13 Jun 2014 11:21:41 -0700 katleman Added tag jdk9-b18 for changeset 893c337bc95f
Thu, 12 Jun 2014 10:32:44 -0700 katleman Added tag jdk9-b17 for changeset 4a47b7cfecdf jdk9-b18
Thu, 05 Jun 2014 19:38:45 -0700 lana Merge jdk9-b17
Thu, 05 Jun 2014 12:16:09 +0200 attila 8044816: On-demand compiled top-level program doesn't need :createProgramFunction
Thu, 05 Jun 2014 12:15:45 +0200 attila 8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle
Wed, 04 Jun 2014 20:43:37 +0200 attila 8038413: NPE in unboxInteger
Wed, 04 Jun 2014 16:52:50 +0200 attila 8044803: Unnecessary restOf check
Wed, 04 Jun 2014 19:01:24 +0530 sundar 8044695: __stack__ becomes visible in Error properties
Wed, 04 Jun 2014 14:32:23 +0200 attila 8044502: Get rid of global optimistic flag
Wed, 04 Jun 2014 13:08:57 +0200 attila 8044638: Tidy up Nashorn codebase for code standards
Wed, 04 Jun 2014 13:55:21 +0530 sundar 8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
Tue, 03 Jun 2014 12:05:59 +0200 attila 8044518: Ensure exceptions related to optimistic recompilation are not serializable
Tue, 03 Jun 2014 12:05:42 +0200 attila 8044534: Constant folding for unary + should produce int for boolean literals
Tue, 03 Jun 2014 12:04:36 +0200 attila 8044533: Deoptimizing negation produces wrong result for zero
Tue, 03 Jun 2014 11:31:06 +0200 attila 8044171: Make optimistic exception handlers smaller
Tue, 03 Jun 2014 14:13:03 +0530 sundar 8044520: Nashorn cannot execute node.js's express module
Tue, 03 Jun 2014 13:57:52 +0530 sundar 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
Mon, 02 Jun 2014 17:36:43 +0200 attila Merge
Wed, 28 May 2014 16:53:43 +0200 attila Merge
Wed, 28 May 2014 13:58:46 +0200 lagergren 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness
Tue, 27 May 2014 21:25:07 +0200 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)
Wed, 21 May 2014 16:12:40 +0200 lagergren 8043632: Parallelize class installation and various script fixes.
Wed, 21 May 2014 16:12:40 +0200 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
Wed, 21 May 2014 16:12:40 +0200 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.
Wed, 21 May 2014 15:38:11 +0200 attila 8043605: Enable history for empty property maps
Wed, 21 May 2014 12:52:58 +0200 attila 8043608: Make equality tests inline better
Tue, 20 May 2014 10:40:28 +0200 lagergren 8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
Mon, 19 May 2014 18:24:12 +0200 attila 8043431: Fix yet another corner case of JDK-8041995
Mon, 19 May 2014 15:29:42 +0200 lagergren 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.
Thu, 15 May 2014 15:28:51 +0200 attila 8043235: Type-based optimizations interfere with continuation methods
Wed, 14 May 2014 17:05:08 +0200 attila 8043133: Fix corner cases of JDK-8041995
Wed, 14 May 2014 15:50:04 +0200 mnunez 8044154: Nashorn : all tests failed with java.security.AccessControlException
Wed, 14 May 2014 16:29:14 +0200 attila 8043137: Collapse long sequences of NOP in Nashorn bytecode output
Wed, 14 May 2014 15:55:27 +0200 attila 8043004: Reduce variability at JavaAdapter call sites
Wed, 14 May 2014 10:51:39 +0200 attila 8043003: Use strongly referenced generic invokers
Tue, 13 May 2014 14:54:21 +0200 attila 8043002: Improve performance of Nashorn equality operators
Tue, 13 May 2014 11:30:40 +0200 attila 8042118: Separate types from symbols
Mon, 05 May 2014 14:17:20 +0200 mnunez 8037572: Add more test cases to check static types
Fri, 02 May 2014 18:22:29 +0200 lagergren 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
Tue, 29 Apr 2014 16:00:53 +0200 mnunez 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
Mon, 28 Apr 2014 16:37:36 +0200 lagergren 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
Fri, 25 Apr 2014 14:26:07 +0200 lagergren 8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
Wed, 23 Apr 2014 17:37:41 +0200 lagergren 8041434: Add synchronization to the common global constants structure
Wed, 23 Apr 2014 16:13:47 +0200 lagergren 8038426: Move all loggers from process wide scope into Global scope
Tue, 22 Apr 2014 14:09:46 +0200 lagergren 8033105: Make sure Nashorn test harness can run zlib benchmark
Fri, 18 Apr 2014 21:24:34 +0200 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.
Fri, 18 Apr 2014 20:12:21 +0200 lagergren 8040102: Remove all references to Unsafe and definition of anonymous clases from the code
Thu, 17 Apr 2014 20:01:19 +0200 lagergren 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
Fri, 11 Apr 2014 16:52:56 +0200 lagergren Merge
Fri, 11 Apr 2014 16:52:14 +0200 lagergren 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects.
Fri, 11 Apr 2014 16:40:06 +0200 attila 8040024: BranchOptimizer produces bad code for NaN FP comparison
Wed, 02 Apr 2014 10:52:39 +0200 lagergren 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks
Tue, 01 Apr 2014 16:12:38 +0200 lagergren 8038945: Simplify strict undefined checks
Tue, 01 Apr 2014 11:19:32 +0200 lagergren 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
Mon, 31 Mar 2014 14:13:34 +0200 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.
Thu, 27 Mar 2014 14:09:40 +0100 attila 8038416: Access to undefined scoped variables deoptimized too much
Thu, 27 Mar 2014 11:45:54 +0100 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.
Wed, 26 Mar 2014 15:00:32 +0100 attila 8038396: fix for the compiler expression evaluator to be more inquisitive about types
Mon, 24 Mar 2014 18:41:06 +0100 attila 8037534: Use scope types to determine optimistic types
Mon, 24 Mar 2014 18:40:11 +0100 attila 8038223: Symbol trace debug output takes time
Fri, 21 Mar 2014 17:52:03 +0100 attila Merge
Thu, 20 Mar 2014 16:26:54 +0100 lagergren 8037967: Broke the build, by commiting without saving the last review comment
Thu, 20 Mar 2014 16:16:42 +0100 lagergren 8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
Mon, 17 Mar 2014 15:05:18 +0100 mnunez 8037086: Check that deoptimizing recompilations are correct
Fri, 14 Mar 2014 14:27:32 +0100 lagergren 8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
Wed, 12 Mar 2014 10:31:22 +0100 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
Wed, 05 Mar 2014 09:51:00 +0100 lagergren 8036127: Prototype filter needs to be applied to getter guard as well, not just getter
Mon, 03 Mar 2014 11:24:44 +0100 lagergren 8035836: Array performance improvements
Wed, 26 Feb 2014 13:17:57 +0100 attila 8035820: Optimistic recompilation
Wed, 04 Jun 2014 20:20:44 -0700 katleman Added tag jdk9-b16 for changeset fed8c83dfba4
Fri, 30 May 2014 09:24:59 -0700 lana Merge jdk9-b16
Fri, 30 May 2014 17:22:38 +0530 sundar 8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
Thu, 29 May 2014 22:32:20 -0700 katleman Added tag jdk9-b15 for changeset 32b66f4661ea
Tue, 27 May 2014 17:40:19 +0530 sundar 8044000: Access to undefined property yields "null" instead of "undefined" jdk9-b15
Mon, 26 May 2014 15:48:25 +0530 sundar 8043930: TypeError when attemping to create an instance of non-public class could be better
Thu, 22 May 2014 14:40:06 -0700 lana Merge
Thu, 22 May 2014 17:51:56 +0200 hannesw 8030202: Nashorn: Multiple RegExp#ignoreCase issues
Thu, 22 May 2014 11:12:29 +0200 mnunez 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
Tue, 20 May 2014 08:32:09 +0530 sundar 8043443: Test framework changes to run script tests without security manager