log

age author description
Wed, 06 Aug 2014 11:54:50 +0200 attila 8054411: Add nashorn.args.prepend system property jdk9-b26
Wed, 06 Aug 2014 11:02:14 +0200 attila 8051439: Wrong type calculated for ADD operator with undefined operand
Wed, 06 Aug 2014 10:42:46 +0200 attila 8044786: Some tests fail with non-optimistic compilation
Mon, 04 Aug 2014 15:34:57 -0700 lana Merge
Mon, 04 Aug 2014 21:37:45 +0530 sundar 8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval()
Thu, 31 Jul 2014 18:14:46 +0530 sundar 8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac
Wed, 30 Jul 2014 10:06:42 -0700 attila 8051839: GuardedInvocation needs to clone an argument
Wed, 30 Jul 2014 16:49:02 +0400 yan 8049318: Test hideLocationProperties.js fails on Window due to backslash in path
Tue, 29 Jul 2014 14:35:24 -0700 lagergren 8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker
Tue, 29 Jul 2014 14:21:45 -0700 lagergren 8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
Fri, 01 Aug 2014 14:09:25 -0700 tbell Added tag jdk9-b25 for changeset b33633fc10c5
Wed, 30 Jul 2014 11:49:28 -0700 lana Merge jdk9-b25
Tue, 22 Jul 2014 11:55:03 -0700 lana Merge
Fri, 18 Jul 2014 16:53:17 +0530 sundar 8051019: Separate src and test execution sandbox directories
Fri, 25 Jul 2014 15:38:12 -0700 tbell Added tag jdk9-b24 for changeset 49d7a2a66ae6
Fri, 18 Jul 2014 08:25:35 -0700 lana Merge jdk9-b24
Thu, 17 Jul 2014 16:47:06 +0530 sundar 8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date
Tue, 15 Jul 2014 16:54:01 +0530 sundar 8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings
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 Merge jdk9-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 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