Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
graph
-
8046013: TypeError: Cannot apply "with" to non script objectFri, 27 Jun 2014 21:54:16 +0530, by sundar
-
8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStringsFri, 27 Jun 2014 10:47:44 +0200, by lagergren
-
8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .setThu, 26 Jun 2014 15:36:15 +0200, by attila
-
8047357: More precise synthetic return + unreachable throwThu, 26 Jun 2014 13:12:32 +0200, by attila
-
8048079: Persistent code store is broken after optimistic types mergeWed, 25 Jun 2014 14:36:24 +0200, by hannesw
-
8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of evalWed, 25 Jun 2014 17:08:47 +0530, by sundar
-
8048009: Type info caching accidentally defeatedTue, 24 Jun 2014 19:29:41 +0200, by attila
-
8047959: bindings created for declarations in eval code are not mutableTue, 24 Jun 2014 19:43:44 +0530, by sundar
-
8046201: Avoid repeated flattening of nested ConsStringsMon, 23 Jun 2014 18:32:11 +0200, by hannesw
-
8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefinedMon, 23 Jun 2014 21:23:53 +0530, by sundar
-
8046905: apply on apply is brokenMon, 23 Jun 2014 10:59:33 +0200, by attila
-
8046921: Deoptimization type information peristenceFri, 20 Jun 2014 12:25:00 +0200, by attila
-
8047369: Add regression tests for passing test cases of JDK-8024971Thu, 19 Jun 2014 20:36:03 +0530, by sundar
-
8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutableThu, 19 Jun 2014 10:46:31 +0200, by lagergren
-
Added tag jdk9-b21 for changeset 174cf53bce4eThu, 03 Jul 2014 11:37:57 -0700, by katleman
-
MergeWed, 18 Jun 2014 10:54:57 -0700, by lana
-
8047057: Add a regression test for the passing test cases from JDK-8042304Tue, 17 Jun 2014 18:23:35 +0530, by sundar
-
8047035: (function() "hello")() crashes in Lexer with jdk9Tue, 17 Jun 2014 15:55:39 +0530, by sundar
-
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.Tue, 17 Jun 2014 11:37:03 +0200, by lagergren
-
Added tag jdk9-b19 for changeset 46e36a92e37cThu, 19 Jun 2014 11:22:50 -0700, by katleman
-
MergeThu, 12 Jun 2014 15:37:37 -0700, by lana
-
8044517: Run & debug single Nashorn testThu, 12 Jun 2014 17:39:09 +0530, by sundar
-
8044798: API for debugging NashornWed, 11 Jun 2014 08:53:35 +0530, by sundar
-
8046025: AccessorProperty.getGetter is not threadsafeMon, 09 Jun 2014 16:00:06 +0200, by attila
-
8046215: Running uncompilable scripts throws NullPointerExceptionFri, 06 Jun 2014 16:51:53 +0200, by hannesw
-
Added tag jdk9-b18 for changeset 893c337bc95fFri, 13 Jun 2014 11:21:41 -0700, by katleman
-
8044816: On-demand compiled top-level program doesn't need :createProgramFunctionThu, 05 Jun 2014 12:16:09 +0200, by attila
-
8046014: MultiGlobalCompiledScript should cache :createProgramFunction handleThu, 05 Jun 2014 12:15:45 +0200, by attila
-
8038413: NPE in unboxIntegerWed, 04 Jun 2014 20:43:37 +0200, by attila
-
8044803: Unnecessary restOf checkWed, 04 Jun 2014 16:52:50 +0200, by attila
-
8044695: __stack__ becomes visible in Error propertiesWed, 04 Jun 2014 19:01:24 +0530, by sundar
-
8044502: Get rid of global optimistic flagWed, 04 Jun 2014 14:32:23 +0200, by attila
-
8044638: Tidy up Nashorn codebase for code standardsWed, 04 Jun 2014 13:08:57 +0200, by attila
-
8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hookWed, 04 Jun 2014 13:55:21 +0530, by sundar
-
8044518: Ensure exceptions related to optimistic recompilation are not serializableTue, 03 Jun 2014 12:05:59 +0200, by attila
-
8044534: Constant folding for unary + should produce int for boolean literalsTue, 03 Jun 2014 12:05:42 +0200, by attila
-
8044533: Deoptimizing negation produces wrong result for zeroTue, 03 Jun 2014 12:04:36 +0200, by attila
-
8044171: Make optimistic exception handlers smallerTue, 03 Jun 2014 11:31:06 +0200, by attila
-
8044520: Nashorn cannot execute node.js's express moduleTue, 03 Jun 2014 14:13:03 +0530, by sundar
-
8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacementTue, 03 Jun 2014 13:57:52 +0530, by sundar
-
MergeMon, 02 Jun 2014 17:36:43 +0200, by attila
-
MergeWed, 28 May 2014 16:53:43 +0200, by attila
-
8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harnessWed, 28 May 2014 13:58:46 +0200, by lagergren
-
8043632: Parallelize class installation and various script fixes.Wed, 21 May 2014 16:12:40 +0200, by 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 suiteWed, 21 May 2014 16:12:40 +0200, by lagergren
-
8043605: Enable history for empty property mapsWed, 21 May 2014 15:38:11 +0200, by attila
-
8043608: Make equality tests inline betterWed, 21 May 2014 12:52:58 +0200, by attila
-
8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous loggingTue, 20 May 2014 10:40:28 +0200, by lagergren
-
8043431: Fix yet another corner case of JDK-8041995Mon, 19 May 2014 18:24:12 +0200, by attila
-
8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.Mon, 19 May 2014 15:29:42 +0200, by lagergren
-
8043235: Type-based optimizations interfere with continuation methodsThu, 15 May 2014 15:28:51 +0200, by attila
-
8043133: Fix corner cases of JDK-8041995Wed, 14 May 2014 17:05:08 +0200, by attila
-
8044154: Nashorn : all tests failed with java.security.AccessControlExceptionWed, 14 May 2014 15:50:04 +0200, by mnunez