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 d703c59c556fjdk9-b21 |
Fri, 20 Jun 2014 10:14:50 -0700 |
lana |
Mergejdk9-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 |
Mergejdk9-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 4a47b7cfecdfjdk9-b18 |
Thu, 05 Jun 2014 19:38:45 -0700 |
lana |
Mergejdk9-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 |
Mergejdk9-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 |
Thu, 22 May 2014 12:54:12 -0700 |
katleman |
Added tag jdk9-b14 for changeset 806df06b6ac5 |
Thu, 15 May 2014 10:42:19 -0700 |
lana |
Mergejdk9-b14 |
Wed, 14 May 2014 19:01:05 +0530 |
sundar |
8043132: Nashorn : all tests failed with java.security.AccessControlException |
Thu, 15 May 2014 10:26:03 -0700 |
katleman |
Added tag jdk9-b13 for changeset be4580ae56e2 |
Thu, 08 May 2014 15:28:15 -0700 |
lana |
Mergejdk9-b13 |
Wed, 07 May 2014 20:20:58 +0530 |
sundar |
8042600: Add more samples in nashorn/samples directory |
Wed, 07 May 2014 14:07:19 +0530 |
sundar |
8041697: CompiledScript slower when eval with binding |
Tue, 06 May 2014 17:54:15 +0530 |
sundar |
8042364: Make __proto__ ES6 draft compliant |
Tue, 06 May 2014 12:38:12 +0200 |
hannesw |
8041998: RegExp implementation is not thread-safe |
Fri, 02 May 2014 19:15:59 +0530 |
sundar |
8027933: Add --const-as-var option |
Thu, 08 May 2014 01:05:33 -0700 |
katleman |
Added tag jdk9-b12 for changeset 282e9a675e07 |
Thu, 01 May 2014 14:20:06 -0700 |
lana |
Mergejdk9-b12 |
Fri, 25 Apr 2014 16:34:17 +0200 |
hannesw |
8040078: Avoid repeated reading of source for cached loads |
Fri, 25 Apr 2014 14:20:07 +0200 |
attila |
8034967: Reduce access to Nashorn internals |
Thu, 01 May 2014 12:52:15 -0700 |
katleman |
Added tag jdk9-b11 for changeset 4d60c3292e14 |
Thu, 24 Apr 2014 12:21:20 -0700 |
katleman |
Added tag jdk9-b10 for changeset 0eaa55c7abe5jdk9-b11 |
Thu, 17 Apr 2014 15:22:07 -0700 |
lana |
Mergejdk9-b10 |
Fri, 21 Feb 2014 10:31:40 +0530 |
sundar |
8034962: Dynalink to handle superclasses more carefully |
Fri, 21 Feb 2014 10:01:59 +0530 |
sundar |
8033745: Reflect upon Nashorn reflection |
Mon, 14 Apr 2014 17:45:05 +0200 |
hannesw |
8030200: Wrong result for Number.prototype.toString() for certain radix/inputs |
Mon, 14 Apr 2014 17:43:38 +0200 |
hannesw |
8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation |
Thu, 17 Apr 2014 10:14:08 -0700 |
katleman |
Added tag jdk9-b09 for changeset 27f6ea87dcbd |
Tue, 15 Apr 2014 12:14:31 -0700 |
katleman |
Added tag jdk9-b08 for changeset 4764920fd81djdk9-b09 |
Wed, 09 Apr 2014 17:18:48 -0700 |
lana |
Mergejdk9-b08 |
Wed, 09 Apr 2014 10:14:34 +0200 |
mnunez |
8039403: Write sanity tests for persistent caching |
Mon, 07 Apr 2014 21:57:33 +0530 |
sundar |
8039387: Nashorn supports indexed access of List elements, but length property is not supported |
Thu, 03 Apr 2014 17:35:13 +0200 |
hannesw |
8039181: Persistent code store does not use absolute paths internally |
Wed, 09 Apr 2014 09:20:03 -0700 |
lana |
Merge |
Wed, 02 Apr 2014 18:26:57 +0200 |
hannesw |
8038638: Persistent store for compiled scripts |
Wed, 02 Apr 2014 15:52:31 +0530 |
sundar |
8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed |
Tue, 01 Apr 2014 17:28:17 -0700 |
lana |
Merge |
Fri, 28 Mar 2014 13:24:07 +0530 |
sundar |
8038615: test262 repo is now a git repo in github |
Thu, 27 Mar 2014 19:39:18 +0530 |
sundar |
8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods |
Tue, 25 Mar 2014 14:52:34 -0700 |
lana |
Merge |
Fri, 21 Mar 2014 20:24:01 +0530 |
sundar |
8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys |
Wed, 19 Mar 2014 16:01:19 +0100 |
mnunez |
8037779: NoPersistenceCachingTest fails with ant test |
Wed, 02 Apr 2014 22:00:15 -0700 |
katleman |
Added tag jdk9-b07 for changeset 9a34d2a0a5bd |
Thu, 27 Mar 2014 11:38:41 -0700 |
katleman |
Added tag jdk9-b06 for changeset 1f75bcbe74e3jdk9-b07 |
Tue, 25 Mar 2014 12:31:54 -0700 |
lana |
Mergejdk9-b06 |
Tue, 18 Mar 2014 17:49:48 -0700 |
lana |
Merge |
Mon, 17 Mar 2014 18:27:30 +0100 |
mnunez |
8037378: Write sanity tests for bytecode persistence feature |
Mon, 17 Mar 2014 18:02:00 +0530 |
sundar |
8037400: Remove getInitialMap getters and GlobalObject interface |
Thu, 13 Mar 2014 15:58:24 +0530 |
sundar |
8015958: DataView constructor is not defined |
Wed, 12 Mar 2014 16:33:28 +0100 |
hannesw |
8034055: delete on global object not properly guarded |
Wed, 12 Mar 2014 11:26:00 +0100 |
hannesw |
8021350: Share script classes between threads/globals within context |
Fri, 07 Mar 2014 10:59:02 -0800 |
prr |
Merge |
Thu, 27 Feb 2014 10:38:22 -0800 |
prr |
Merge |
Thu, 20 Feb 2014 16:26:49 -0800 |
prr |
Merge |
Tue, 11 Feb 2014 14:43:40 -0800 |
prr |
Merge |
Mon, 10 Feb 2014 10:52:02 +0100 |
simonis |
8033951: nasgen needs the newly build nasgen and nashorn classes in the bootclasspath |
Thu, 20 Mar 2014 13:44:54 -0700 |
katleman |
Added tag jdk9-b05 for changeset 2a1cac93c333 |
Tue, 11 Mar 2014 15:42:07 -0700 |
katleman |
Added tag jdk9-b04 for changeset 3f6ef92cd782jdk9-b05 |
Thu, 06 Mar 2014 10:42:02 -0800 |
lana |
Mergejdk9-b04 |
Mon, 03 Mar 2014 15:23:01 +0100 |
hannesw |
8035948: Redesign property listeners for shared classes |
Tue, 25 Feb 2014 18:56:10 +0530 |
sundar |
8030197: Nashorn: Object.defineProperty() can be lured to change fixed NaN property |
Mon, 24 Feb 2014 13:06:33 -0800 |
lana |
Merge |
Thu, 20 Feb 2014 20:00:48 -0800 |
lana |
Merge |
Tue, 28 Jan 2014 20:10:23 +0000 |
jeff |
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 |
Mon, 13 Jan 2014 14:45:02 -0800 |
jeff |
7129980: Third Party License Readme update for JDK8 |
Fri, 14 Feb 2014 19:02:02 +0530 |
sundar |
8011964: need indexed access to externally-managed ByteBuffer |
Tue, 11 Feb 2014 12:05:22 +0100 |
mnunez |
8033231: test fails with java.lang.UnsatisfiedLinkError |
Fri, 07 Feb 2014 18:47:46 +0530 |
sundar |
8033924: Default permissions are not given for eval code |
Thu, 06 Feb 2014 17:44:37 +0530 |
sundar |
8033763: Add tests to assert map identity of certain objects |
Fri, 21 Feb 2014 11:40:55 -0800 |
katleman |
Added tag jdk9-b03 for changeset 832f89ff25d9 |
Tue, 11 Feb 2014 11:25:18 -0800 |
lana |
Mergejdk9-b03 |
Thu, 30 Jan 2014 20:13:27 +0100 |
attila |
8032681: Issues with Nashorn |
Thu, 30 Jan 2014 19:28:40 +0530 |
sundar |
8032948: Nashorn linkages awry |
Thu, 30 Jan 2014 18:49:47 +0530 |
sundar |
8032954: Nashorn: extend Java.extend |
Thu, 30 Jan 2014 18:26:15 +0530 |
sundar |
8032943: Improve reflection in Nashorn |
Thu, 06 Feb 2014 13:09:43 -0800 |
katleman |
Added tag jdk9-b02 for changeset b3517e51f404 |
Mon, 27 Jan 2014 21:01:55 -0800 |
lana |
Mergejdk9-b02 |
Mon, 20 Jan 2014 20:42:45 +0400 |
kizune |
Merge |
Mon, 20 Jan 2014 20:42:34 +0400 |
kizune |
Merge |
Thu, 16 Jan 2014 21:46:17 -0800 |
asaha |
Merge |
Wed, 15 Jan 2014 10:24:42 -0800 |
asaha |
Merge |
Tue, 14 Jan 2014 08:09:04 -0800 |
asaha |
Merge |
Fri, 10 Jan 2014 17:08:11 -0800 |
asaha |
Merge |
Fri, 10 Jan 2014 17:06:56 -0800 |
asaha |
Merge |
Fri, 10 Jan 2014 08:32:23 -0800 |
katleman |
Added tag jdk8-b123 for changeset 688f4167f921 |
Fri, 03 Jan 2014 16:01:19 -0800 |
asaha |
Merge |
Fri, 03 Jan 2014 11:55:12 -0800 |
katleman |
Added tag jdk8-b122 for changeset 9d112a0e7df7jdk8-b123 |
Thu, 02 Jan 2014 15:31:53 -0800 |
asaha |
Merge |
Mon, 23 Dec 2013 14:46:33 -0800 |
lana |
Mergejdk8-b122 |
Thu, 12 Dec 2013 19:19:21 -0800 |
lana |
Merge |
Thu, 12 Dec 2013 09:18:08 +0530 |
sundar |
Merge |
Mon, 09 Dec 2013 09:53:14 +0530 |
sundar |
Merge |
Fri, 20 Dec 2013 07:44:42 -0800 |
asaha |
Merge |
Thu, 19 Dec 2013 17:24:39 -0800 |
katleman |
Added tag jdk8-b121 for changeset 32631eed0fad |
Fri, 13 Dec 2013 22:13:58 +0400 |
kizune |
Merge |
Thu, 05 Dec 2013 16:37:35 +0400 |
kizune |
Merge |
Tue, 03 Dec 2013 14:13:15 +0400 |
kizune |
Merge |
Sun, 03 Nov 2013 07:33:34 +0000 |
chegar |
Merge |
Mon, 20 Jan 2014 19:51:54 +0530 |
sundar |
8032068: implement @sourceURL and #sourceURL directives |
Fri, 17 Jan 2014 20:09:47 +0530 |
sundar |
8032060: PropertyMap of Error objects is not stable |
Thu, 16 Jan 2014 22:50:53 +0530 |
sundar |
8032004: instance property "message" of Error objects should be non-enumerable |
Thu, 16 Jan 2014 21:26:21 +0530 |
sundar |
8031983: Error objects should capture stack at the constructor |
Wed, 15 Jan 2014 14:51:49 +0530 |
sundar |
8031715: Indexed access to java package not working |
Tue, 14 Jan 2014 14:18:24 +0530 |
sundar |
Merge |
Wed, 11 Dec 2013 18:09:34 +0100 |
lagergren |
8029780: "ant externals" broke our test harness with the latest version of the octane benchmarks |
Mon, 09 Dec 2013 10:52:05 +0100 |
attila |
8029467: Widening of booleans causes bad results |
Mon, 09 Dec 2013 09:48:11 +0530 |
sundar |
8029612: the typeErrorThrower field in ScriptFunctionImpl cannot be static and common to all Globals |
Tue, 14 Jan 2014 09:03:54 +0530 |
sundar |
Merge |
Mon, 13 Jan 2014 18:13:55 +0530 |
sundar |
8029332: Do not require nasgen-generated functions to return Object |
Thu, 09 Jan 2014 19:23:34 +0530 |
sundar |
8031359: Invocable.getInterface() works incorrectly if interface has default methods |
Wed, 08 Jan 2014 17:51:47 +0530 |
sundar |
8031317: SyntaxError when property setter has no parameter |
Tue, 07 Jan 2014 14:16:23 +0100 |
hannesw |
8029667: Prototype linking is incorrect |
Tue, 07 Jan 2014 18:14:18 +0530 |
sundar |
8029003: setField in ScriptObject is incorrect for non extensible objects |
Fri, 03 Jan 2014 10:09:48 +0530 |
sundar |
8031106: Nashorn: IndexOutOfBoundsException in NashornCallSiteDescriptor.getNameToken() |
Thu, 19 Dec 2013 21:53:27 +0530 |
sundar |
8030809: Anonymous functions should not be shown with internal names in script stack trace |
Mon, 16 Dec 2013 23:25:50 +0530 |
sundar |
8030182: scopeCall with -1 as line number |
Mon, 16 Dec 2013 18:32:50 +0530 |
sundar |
8030169: Need regression test for bug JDK-8010731 |
Thu, 12 Dec 2013 19:02:43 +0530 |
sundar |
8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn |
Mon, 02 Dec 2013 18:19:26 +0530 |
sundar |
8029364: NashornException to expose thrown object |
Wed, 27 Nov 2013 14:13:52 +0530 |
sundar |
8028345: Remove nashorn repo "bin" scripts to avoid confusion with JDK bin launcher programs |
Tue, 26 Nov 2013 18:36:39 +0530 |
sundar |
8029031: "ant clean jar" on nashorn repo results in number of ASM deprecated warnings |
Mon, 25 Nov 2013 11:13:08 -0400 |
jlaskey |
Merge |
Mon, 25 Nov 2013 18:40:02 +0530 |
sundar |
8029090: Developers should be able to pass nashorn properties and enable/disable JFR from command line |
Tue, 21 Jan 2014 18:17:23 -0800 |
katleman |
Added tag jdk9-b01 for changeset 65347535840f |
Fri, 13 Dec 2013 09:36:37 -0800 |
iris |
8030068: Update .jcheck/conf files for JDK 9jdk9-b01 |
Thu, 12 Dec 2013 15:27:12 -0800 |
iris |
Added tag jdk9-b00 for changeset 32631eed0fad |
Thu, 12 Dec 2013 05:21:40 -0800 |
katleman |
Added tag jdk8-b120 for changeset 55cbc2d00c93jdk8-b121 jdk9-b00 |
Thu, 05 Dec 2013 10:34:55 -0800 |
lana |
Mergejdk8-b120 |
Wed, 04 Dec 2013 14:37:51 +0530 |
sundar |
Merge |
Tue, 26 Nov 2013 11:58:20 -0400 |
jlaskey |
8029173: Debugger support doesn't handle ConsString |
Wed, 04 Dec 2013 23:11:52 -0800 |
katleman |
Added tag jdk8-b119 for changeset c3343930c73c |
Tue, 03 Dec 2013 10:46:39 -0800 |
lana |
Mergejdk8-b119 |
Mon, 25 Nov 2013 09:41:25 -0800 |
lana |
Merge |
Fri, 22 Nov 2013 08:52:45 +0530 |
sundar |
Merge |
Tue, 19 Nov 2013 10:29:32 +0100 |
lagergren |
8028573: Line number nodes were off for while nodes and do while nodes - the line number of a loop node should be treated as the location of the test expression |
Mon, 18 Nov 2013 16:35:39 +0100 |
lagergren |
8028434: Line number nodes were off for while nodes and do while nodes - the line number of a loop node should be treated as the location of the test expression |
Sat, 16 Nov 2013 00:23:46 +0100 |
hannesw |
8028210: Missing conversions on array index expression |
Thu, 14 Nov 2013 15:53:49 +0530 |
sundar |
8028161: nashorn: src/jdk/nashorn/api/scripting/ScriptEngineTest.java |
Mon, 04 Nov 2013 11:11:03 +0100 |
ihse |
8027566: Remove the old build system |
Thu, 28 Nov 2013 08:24:41 -0800 |
cl |
Added tag jdk8-b118 for changeset 8d014b039b44 |
Thu, 21 Nov 2013 09:23:15 -0800 |
cl |
Added tag jdk8-b117 for changeset 1db3d4e4d189jdk8-b118 |
Fri, 15 Nov 2013 07:16:05 -0800 |
lana |
Mergejdk8-b117 |
Tue, 12 Nov 2013 10:23:42 +0530 |
sundar |
Merge |
Mon, 11 Nov 2013 14:25:01 +0100 |
attila |
8028020: Function parameter as last expression in comma in return value causes bad type calculation |
Fri, 08 Nov 2013 17:39:39 -0800 |
lana |
Merge |
Thu, 07 Nov 2013 18:11:12 +0530 |
sundar |
Merge |
Thu, 07 Nov 2013 17:26:46 +0530 |
sundar |
8027828: ClassCastException when converting return value of a Java method to boolean |
Tue, 05 Nov 2013 13:09:40 +0400 |
kshefov |
8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas. |
Tue, 05 Nov 2013 09:13:41 +0530 |
sundar |
Merge |
Mon, 04 Nov 2013 18:52:22 +0530 |
sundar |
8027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings auto-conversion as well as explicit wrap, unwrap |
Mon, 04 Nov 2013 09:29:12 +0530 |
sundar |
Merge |
Fri, 01 Nov 2013 15:36:33 +0100 |
attila |
8027236: Ensure ScriptObject and ConsString aren't visible to Java |
Fri, 01 Nov 2013 19:54:48 +0530 |
sundar |
8027700: function redeclaration checks missing for declaration binding instantiation |
Thu, 14 Nov 2013 09:05:27 -0800 |
cl |
Added tag jdk8-b116 for changeset 0fb1a427fbf6 |
Thu, 07 Nov 2013 08:16:40 -0800 |
cl |
Added tag jdk8-b115 for changeset f0d3ac2474eejdk8-b116 |
Thu, 31 Oct 2013 16:47:09 -0700 |
lana |
Mergejdk8-b115 |
Thu, 31 Oct 2013 12:50:17 +0530 |
sundar |
Merge |
Wed, 30 Oct 2013 20:09:44 +0530 |
sundar |
8027562: eval should load second and subsequent arguments for side effect |
Wed, 30 Oct 2013 11:28:46 -0300 |
jlaskey |
8027532: nashorn should only use jdk8 apis in the compact1 profile |
Tue, 29 Oct 2013 14:22:44 -0300 |
jlaskey |
8027447: The wrong string buffer is specified for stderr in $EXEC |
Tue, 29 Oct 2013 10:40:00 -0300 |
jlaskey |
Merge |
Fri, 25 Oct 2013 15:21:12 +0200 |
hannesw |
8027301: Optimizations for Function.prototype.apply |
Fri, 25 Oct 2013 10:20:49 +0200 |
hannesw |
8027042: Evaluation order for binary operators can be improved |
Mon, 28 Oct 2013 12:29:40 -0700 |
lana |
Merge |
Wed, 23 Oct 2013 20:21:23 +0530 |
sundar |
Merge |
Wed, 23 Oct 2013 20:15:43 +0530 |
sundar |
8027150: ScriptObjectListAdapter won't work as expected |
Wed, 23 Oct 2013 17:30:13 +0530 |
sundar |
8027128: jdk.nashorn.api.scripting.JSObject should be an interface |
Tue, 22 Oct 2013 22:12:24 +0530 |
sundar |
Merge |
Tue, 22 Oct 2013 22:04:46 +0530 |
sundar |
8027020: [regression] java.lang.VerifyError: Bad type on operand stack |
Tue, 22 Oct 2013 17:52:37 +0200 |
attila |
8027037: Make ScriptObjectMirror conversions work for any JSObject |
Tue, 22 Oct 2013 16:43:27 +0200 |
attila |
8027031: complete merging of loads and converts |
Tue, 22 Oct 2013 17:47:56 +0530 |
sundar |
Merge |
Tue, 22 Oct 2013 17:38:12 +0530 |
sundar |
8027024: String.prototype.charAt and charCodeAt do not evaluate 'self' and 'pos' arguments in right order |
Tue, 22 Oct 2013 11:31:03 +0200 |
hannesw |
8026955: for-in should convert primitive values to object |
Tue, 22 Oct 2013 11:12:36 +0200 |
hannesw |
8027015: AutoCloseable no longer implements @FunctionalInterface |
Tue, 22 Oct 2013 14:27:52 +0530 |
sundar |
8027016: Array.prototype.indexOf should return -1 when array is of length zero |
Mon, 21 Oct 2013 13:31:03 +0400 |
kshefov |
8026871: NASHORN TEST: Enable possibility to test Nashorn use of JavaFX canvas. |
Mon, 21 Oct 2013 10:09:19 +0530 |
sundar |
Merge |
Fri, 18 Oct 2013 22:42:41 +0200 |
hannesw |
8026858: Array length does not handle defined properties correctly |
Fri, 18 Oct 2013 18:26:13 +0530 |
sundar |
Merge |
Fri, 18 Oct 2013 12:50:21 +0200 |
hannesw |
8026805: Array.prototype.length doesn't work as expected |
Thu, 17 Oct 2013 17:33:16 +0200 |
hannesw |
8026701: Array.prototype.splice is slow on dense arrays |
Thu, 17 Oct 2013 12:38:50 +0200 |
attila |
8026161: Don't narrow floating-point literals in the lexer |
Thu, 31 Oct 2013 12:36:38 -0700 |
cl |
Added tag jdk8-b114 for changeset 79f7b79bf97b |
Thu, 24 Oct 2013 09:10:54 -0700 |
cl |
Added tag jdk8-b113 for changeset 676cd7bf5e09jdk8-b114 |
Thu, 17 Oct 2013 16:19:45 -0700 |
lana |
Mergejdk8-b113 |
Thu, 17 Oct 2013 13:02:07 +0530 |
sundar |
Merge |
Wed, 16 Oct 2013 10:15:55 +0200 |
hannesw |
8026693: getType() called on DISCARD node |
Wed, 16 Oct 2013 10:12:22 +0200 |
hannesw |
8026692: eval() throws NullPointerException with --compile-only |
Tue, 15 Oct 2013 22:13:56 +0530 |
sundar |
Merge |
Tue, 15 Oct 2013 13:14:04 -0300 |
jlaskey |
8026498: Revert: latest runsunspider.js tests contains several bugs |
Tue, 15 Oct 2013 17:37:47 +0200 |
hannesw |
8026367: Add a sync keyword to mozilla_compat |
Tue, 15 Oct 2013 15:57:14 +0200 |
attila |
8026397: Fix ambiguity with array conversion, including passing JS NativeArrays in Java variable arity methods' vararg array position |
Mon, 14 Oct 2013 12:41:11 +0200 |
attila |
8026113: Nashorn arrays should automatically convert to Java arrays |
Mon, 14 Oct 2013 11:45:15 +0200 |
hannesw |
8026016: too many relinks dominate avatar.js http benchmark |
Fri, 11 Oct 2013 14:54:16 +0200 |
jlaskey |
8026309: latest runsunspider.js tests contains several bugs |
Fri, 11 Oct 2013 23:31:18 -0700 |
lana |
Merge |
Fri, 11 Oct 2013 14:13:00 +0200 |
sundar |
Merge |
Fri, 11 Oct 2013 14:11:14 +0200 |
sundar |
8026317: $ in the function name results in wrong function being invoked |
Fri, 11 Oct 2013 11:15:59 +0200 |
sundar |
8026302: source representation of getter and setter methods is wrong |
Fri, 11 Oct 2013 10:56:08 +0200 |
hannesw |
8026292: Megamorphic setter fails with boolean value |
Fri, 11 Oct 2013 09:09:13 +0200 |
sundar |
Merge |
Fri, 11 Oct 2013 06:50:06 +0200 |
sundar |
8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds |
Thu, 10 Oct 2013 21:43:35 +0200 |
sundar |
8026264: Getter, setter function name mangling issues |
Thu, 10 Oct 2013 16:16:20 +0200 |
lagergren |
8026250: Logging nullpointer bugfix and javadoc warnings |
Thu, 10 Oct 2013 14:43:22 +0200 |
sundar |
8026162: "this" in SAM adapter functions is wrong |
Thu, 10 Oct 2013 13:41:19 -0700 |
lana |
Merge |
Thu, 10 Oct 2013 13:17:57 +0200 |
sundar |
8026248: importClass has to be a varargs function |
Thu, 10 Oct 2013 11:48:56 +0200 |
sundar |
8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases. |
Wed, 09 Oct 2013 17:53:22 +0200 |
lagergren |
8026137: Fix Issues with Binary Evaluation Order |
Wed, 09 Oct 2013 14:50:39 +0200 |
hannesw |
8026008: Constant folding removes var statement |
Wed, 09 Oct 2013 13:26:23 +0200 |
sundar |
8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject |
Wed, 09 Oct 2013 10:47:47 +0200 |
sundar |
8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object |
Thu, 17 Oct 2013 09:41:14 -0700 |
cl |
Added tag jdk8-b112 for changeset 6a4fdb3bb4e3 |
Wed, 16 Oct 2013 12:05:13 -0700 |
katleman |
Mergejdk8-b112 |
Thu, 10 Oct 2013 14:58:13 +0200 |
ihse |
8001931: The new build system whitespace cleanup |
Fri, 11 Oct 2013 03:09:54 -0700 |
lana |
Merge |
Tue, 08 Oct 2013 15:00:12 -0700 |
lana |
Merge |
Tue, 08 Oct 2013 16:46:03 +0200 |
sundar |
8026048: Function constructor should convert arguments to String before performing any syntax checks |
Tue, 08 Oct 2013 15:53:22 +0200 |
hannesw |
8026042: FoldConstants need to guard against ArrayLiteralNode |
Tue, 08 Oct 2013 14:57:31 +0200 |
sundar |
8026039: future strict names are allowed as function name and argument name of a strict function |
Tue, 08 Oct 2013 13:11:15 +0200 |
hannesw |
8025965: Specialized functions with same weight replace each other in TreeSet |
Tue, 08 Oct 2013 13:02:39 +0200 |
sundar |
8026033: Switch should load expression even when there are no cases in it |
Tue, 08 Oct 2013 11:55:19 +0200 |
hannesw |
8025213: Assignment marks variable as defined too early |
Fri, 04 Oct 2013 16:21:29 +0530 |
sundar |
8025771: Enhance Nashorn Contexts |
Tue, 01 Oct 2013 14:38:56 +0530 |
sundar |
8025488: Error.captureStackTrace should not format error stack |
Mon, 30 Sep 2013 18:09:33 -0300 |
jlaskey |
8025689: fx:base.js classes not loading |
Mon, 30 Sep 2013 21:33:38 +0530 |
sundar |
8025629: load function should support a way to load scripts from classpath |
Mon, 30 Sep 2013 12:06:43 -0300 |
jlaskey |
Merge |
Mon, 30 Sep 2013 10:24:42 -0300 |
jlaskey |
Merge |
Mon, 30 Sep 2013 15:54:05 +0200 |
hannesw |
8025589: Array.prototype.shift should only copy defined elements in generic mode |
Fri, 27 Sep 2013 17:00:37 +0200 |
hannesw |
8025520: Array.prototype.slice should only copy defined elements |
Fri, 27 Sep 2013 16:59:01 +0200 |
hannesw |
8025515: Performance issues with Source.getLine() |
Fri, 27 Sep 2013 18:38:35 -0700 |
lana |
Merge |
Thu, 10 Oct 2013 10:09:30 -0700 |
cl |
Added tag jdk8-b111 for changeset 75fd3486e584 |
Wed, 02 Oct 2013 13:26:56 -0700 |
katleman |
Added tag jdk8-b110 for changeset d49a8c2173f5jdk8-b111 |
Thu, 26 Sep 2013 17:23:22 -0700 |
lana |
Mergejdk8-b110 |
Thu, 26 Sep 2013 16:37:21 +0530 |
sundar |
Merge |
Thu, 26 Sep 2013 11:47:24 +0200 |
hannesw |
8025486: RegExp constructor arguments are not evaluated in right order |
Thu, 26 Sep 2013 10:14:24 +0200 |
hannesw |
8025197: String replace method fails with regexp /$/gi |
Wed, 25 Sep 2013 16:37:56 +0200 |
hannesw |
8025434: RegExp lastIndex can exceed int range |
Wed, 25 Sep 2013 08:17:37 +0530 |
sundar |
8025325: parseFloat does not handle '.' in exponent part |
Tue, 24 Sep 2013 20:43:42 +0530 |
sundar |
8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed |
Mon, 23 Sep 2013 14:20:45 +0530 |
sundar |
Merge |
Sat, 21 Sep 2013 10:11:15 +0200 |
hannesw |
8025163: Date methods should not return -0 |
Fri, 20 Sep 2013 22:37:08 +0530 |
sundar |
8025149: JSON.stringify does not handle 'space' argument as per the spec. |
Fri, 20 Sep 2013 20:55:43 +0530 |
sundar |
8025147: Trailing comma is not allowed in JSONArray and JSONObject |
Fri, 20 Sep 2013 19:17:04 -0700 |
lana |
Merge |
Fri, 20 Sep 2013 12:11:08 +0200 |
hannesw |
8022587: ClassCache is not optimal and leaks Source instances |
Fri, 20 Sep 2013 12:56:07 +0530 |
sundar |
8025111: undefined or null 'with' expression in empty with block should throw TypeError |
Thu, 19 Sep 2013 23:48:37 +0530 |
sundar |
8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError |
Thu, 19 Sep 2013 21:20:47 +0530 |
sundar |
8025080: Object literal getter, setter function with number format property name results in ClassFormatError |
Thu, 19 Sep 2013 15:39:01 +0200 |
hannesw |
8023154: compileAllTests fails with: 2 tests failed to compile |
Thu, 19 Sep 2013 13:34:01 +0530 |
sundar |
8025048: true as case label results in ClassCastException |
Wed, 18 Sep 2013 16:36:25 +0530 |
sundar |
8024973: Using a different ScriptContext with a CompiledScript results in ScriptException |
Wed, 18 Sep 2013 13:06:17 +0530 |
sundar |
8024972: for (LeftHandSideExpression in Expression) crashes the compiler |
Thu, 26 Sep 2013 10:43:59 -0700 |
cl |
Added tag jdk8-b109 for changeset 6ec2f9e5ed5b |
Thu, 19 Sep 2013 09:37:28 -0700 |
cl |
Added tag jdk8-b108 for changeset 445ad3f6d3b4jdk8-b109 |
Tue, 17 Sep 2013 08:21:42 -0700 |
lana |
Mergejdk8-b108 |
Mon, 16 Sep 2013 14:44:20 +0200 |
attila |
8024846: keep separate internal arguments variable |
Mon, 16 Sep 2013 15:08:36 +0530 |
sundar |
8024847: Java.to should accept mirror and external JSObjects as array-like objects as well |
Fri, 13 Sep 2013 17:50:18 +0530 |
sundar |
Merge |
Fri, 13 Sep 2013 16:45:11 +0530 |
sundar |
8024619: JDBC java.sql.DriverManager is not usable from JS script |
Thu, 12 Sep 2013 22:16:40 +0530 |
sundar |
8024693: Various minor issues with JSONWriter used by script parser API |
Thu, 12 Sep 2013 17:13:59 +0200 |
hannesw |
8024512: Regex /[^\[]/ doesn't match |
Thu, 12 Sep 2013 14:02:15 +0200 |
hannesw |
8024476: Octane regression on Richards |
Wed, 11 Sep 2013 22:53:03 +0530 |
sundar |
Merge |
Wed, 11 Sep 2013 22:51:34 +0530 |
sundar |
8024644: PluggableJSObject.iteratingJSObjectTest fails with jdk8-tl build |
Wed, 11 Sep 2013 20:49:28 +0530 |
sundar |
8024615: Refactor ScriptObjectMirror and JSObject to support external JSObject implementations |
Wed, 11 Sep 2013 10:27:25 +0200 |
attila |
8024130: We no longer need slots for temporaries in self-assign indices |
Tue, 10 Sep 2013 14:21:28 -0300 |
jlaskey |
8024539: FX Libraries update missing file |
Mon, 09 Sep 2013 13:35:35 -0300 |
jlaskey |
8024397: Nashorn FX Libraries need to be finalized. |
Mon, 09 Sep 2013 20:16:49 +0530 |
sundar |
Merge |
Mon, 09 Sep 2013 20:10:41 +0530 |
sundar |
8024180: Incorrect handling of expression and parent scope in 'with' statements |
Thu, 05 Sep 2013 21:17:06 +0530 |
sundar |
8024255: When a keyword is used as object property name, the property can not be deleted |
Fri, 06 Sep 2013 14:20:58 -0700 |
lana |
Merge |
Wed, 04 Sep 2013 19:58:16 +0530 |
sundar |
8024174: Setting __proto__ property in Object literal should be supported |
Wed, 04 Sep 2013 14:29:07 +0530 |
sundar |
8024120: Setting __proto__ to null removes the __proto__ property |
Thu, 12 Sep 2013 11:09:22 -0700 |
cl |
Added tag jdk8-b107 for changeset f35e1255024b |
Thu, 05 Sep 2013 02:46:24 -0700 |
cl |
Added tag jdk8-b106 for changeset bf70cbd2c836jdk8-b107 |
Thu, 29 Aug 2013 16:34:31 -0700 |
lana |
Mergejdk8-b106 |
Tue, 27 Aug 2013 19:26:48 +0530 |
sundar |
Merge |
Tue, 27 Aug 2013 18:57:50 +0530 |
sundar |
8023784: Object.prototype.toString should contain the class name for all instances |
Tue, 27 Aug 2013 13:17:00 +0200 |
attila |
8023780: Gracefully handle @CS methods while binding bean properties |
Tue, 27 Aug 2013 15:54:45 +0530 |
sundar |
8022773: ScriptEngineTest.printManyTest fails |
Mon, 26 Aug 2013 15:33:40 -0300 |
jlaskey |
8023721: Simplify eval in DebuggerSupport. |
Mon, 26 Aug 2013 15:59:41 +0200 |
hannesw |
8023650: Regexp m flag does not recognize CRNL or CR |
Fri, 23 Aug 2013 12:20:19 -0300 |
jlaskey |
8019987: String trimRight and trimLeft could be defined |
Fri, 23 Aug 2013 15:46:09 +0200 |
lagergren |
8023454: Updated DEVELOPER_README and command line flags, ensuring that undocumented flags that aren't guaranteed to work (disabled by default) and that are work in progress show up with an EXPERIMENTAL tag. |
Fri, 23 Aug 2013 09:56:25 -0300 |
jlaskey |
8020946: TokenType#toString returned null |
Fri, 23 Aug 2013 14:16:16 +0200 |
lagergren |
8023550: -d option was broken for any dir but '.'. Fixed Java warnings. |
Mon, 26 Aug 2013 14:54:25 -0700 |
lana |
Merge |
Fri, 23 Aug 2013 16:44:02 +0530 |
sundar |
Merge |
Fri, 23 Aug 2013 13:10:45 +0200 |
attila |
8023630: Implement Java.super() as the preferred way to call super methods |
Fri, 23 Aug 2013 12:44:01 +0200 |
lagergren |
Merge |
Fri, 23 Aug 2013 12:43:32 +0200 |
lagergren |
8023453: --log=attr did not unindent identNodes |
Fri, 23 Aug 2013 16:10:37 +0530 |
sundar |
8023631: engine.js init script should be loaded into every global instance created by engines |
Thu, 22 Aug 2013 22:32:16 +0530 |
sundar |
8023560: Arbitrary javax.script.Bindings objects as ENGINE_SCOPE objects are not handled as expected. |
Thu, 22 Aug 2013 13:51:24 -0300 |
jlaskey |
8023228: Debugger information gather is too slow. |
Thu, 22 Aug 2013 17:23:50 +0200 |
hannesw |
8023531: new RegExp('').toString() should return '/(?:)/' |
Thu, 22 Aug 2013 18:46:26 +0530 |
sundar |
8023551: Mirror functions can not be invoked using invokeMethod, invokeFunction |
Wed, 21 Aug 2013 17:28:53 +0530 |
sundar |
8023368: Instance __proto__ property should exist and be writable. |
Wed, 21 Aug 2013 13:39:40 +0200 |
attila |
8022903: Enhance for-in and for-each for Lists and Maps |
Wed, 21 Aug 2013 13:39:09 +0200 |
attila |
8023373: allow super invocation for adapters |
Thu, 29 Aug 2013 09:42:13 -0700 |
cl |
Added tag jdk8-b105 for changeset f484bfb624dd |
Fri, 23 Aug 2013 14:18:06 -0700 |
lana |
Mergejdk8-b105 |
Tue, 20 Aug 2013 17:46:45 -0700 |
lana |
Merge |
Mon, 19 Aug 2013 19:37:29 +0530 |
sundar |
Merge |
Mon, 19 Aug 2013 17:16:54 +0530 |
sundar |
8023210: jjs tools should support a mode where it will load few command line scripts and then entering into interactive shell |
Fri, 16 Aug 2013 18:51:53 +0200 |
lagergren |
8023017: SUB missing for widest op == number for BinaryNode |
Fri, 16 Aug 2013 13:42:44 +0200 |
hannesw |
8019985: Date.parse("2000-01-01T00:00:00.Z") should return NaN |
Fri, 16 Aug 2013 15:04:36 +0530 |
sundar |
8020355: bind on built-in constructors don't use bound argument values |
Wed, 14 Aug 2013 20:51:53 +0530 |
sundar |
8023026: Array.prototype iterator functions like forEach, reduce should work for Java arrays, lists |
Mon, 12 Aug 2013 18:00:17 -0300 |
jlaskey |
8022676: Confusing error message checking instanceof non-class |
Tue, 13 Aug 2013 18:34:12 -0700 |
lana |
Merge |
Mon, 12 Aug 2013 20:37:09 +0530 |
sundar |
Merge |
Mon, 12 Aug 2013 18:16:28 +0530 |
sundar |
8022598: Object.getPrototypeOf should return null for host objects rather than throwing TypeError |
Mon, 12 Aug 2013 17:08:01 +0530 |
sundar |
8022615: [nightly] Two nashorn print tests fail in nightly builds on Windows |
Mon, 12 Aug 2013 13:31:43 +0200 |
hannesw |
8022731: NativeArguments has wrong implementation of isMapped() |
Mon, 12 Aug 2013 16:52:32 +0530 |
sundar |
8022614: Please exclude test test/script/trusted/JDK-8020809.js from Nashorn code coverage run |
Mon, 12 Aug 2013 12:46:01 +0200 |
attila |
8022789: Revisit doPrivileged blocks in Dynalink |
Mon, 12 Aug 2013 14:43:53 +0530 |
sundar |
8022782: publicLookup access failures in ScriptObject, ScriptFunction and ScriptFunction |
Fri, 09 Aug 2013 20:48:44 +0530 |
sundar |
8022707: Revisit all doPrivileged blocks |
Thu, 08 Aug 2013 11:20:14 -0300 |
jlaskey |
Merge |
Thu, 08 Aug 2013 18:19:29 +0530 |
sundar |
Merge |
Thu, 08 Aug 2013 16:38:32 +0530 |
sundar |
8022524: Memory leaks in nashorn sources and tests found by jhat analysis |
Wed, 07 Aug 2013 16:38:44 +0200 |
attila |
8022509: Various Dynalink security enhancements |
Thu, 22 Aug 2013 09:10:25 -0700 |
cl |
Added tag jdk8-b104 for changeset afc100513451 |
Thu, 15 Aug 2013 09:26:02 -0700 |
cl |
Added tag jdk8-b103 for changeset 414203de4374jdk8-b104 |
Tue, 13 Aug 2013 10:34:41 -0700 |
lana |
Mergejdk8-b103 |
Tue, 06 Aug 2013 17:01:56 -0700 |
lana |
Merge |
Tue, 06 Aug 2013 13:10:40 +0530 |
sundar |
Merge |
Thu, 01 Aug 2013 12:23:38 +0200 |
hannesw |
8020132: Big object literal with numerical keys exceeds method size |
Thu, 08 Aug 2013 10:10:54 -0700 |
cl |
Added tag jdk8-b102 for changeset e966ff0a3ffe |
Tue, 06 Aug 2013 10:02:35 -0700 |
lana |
Mergejdk8-b102 |
Mon, 29 Jul 2013 21:56:40 +0530 |
sundar |
Merge |
Mon, 29 Jul 2013 18:07:20 +0530 |
sundar |
8012792: print function defined in engine.js does not handle multiple arguments |
Mon, 29 Jul 2013 10:28:03 +0530 |
sundar |
Merge |
Fri, 26 Jul 2013 20:10:47 +0530 |
sundar |
8021571: @fork tests should use VM options passed from project.properties |
Fri, 26 Jul 2013 09:17:54 -0300 |
jlaskey |
8021321: Two runsunspider tests fail after updating sunspider to 1.0 |