Thu, 17 Jul 2014 09:50:46 -0700 |
katleman |
Added tag jdk9-b23 for changeset aa3fda2d2967 |
Thu, 10 Jul 2014 12:41:23 -0700 |
lana |
Mergejdk9-b23 |
Tue, 08 Jul 2014 13:13:31 +0200 |
attila |
8047067: all eval arguments need to be copied in Lower |
Tue, 08 Jul 2014 16:30:42 +0530 |
sundar |
8049524: Global object initialization via javax.script API should be minimal |
Fri, 04 Jul 2014 20:15:41 +0530 |
sundar |
8044760: Avoid PropertyMap duplicate for global instances |
Fri, 04 Jul 2014 15:56:53 +0530 |
sundar |
8049086: Minor API convenience functions on "Java" object |
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 |
Mergejdk9-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 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 |