- 983051a 8055139: test/script/trusted/JDK-8055107.js fails with access control exception by Athijegannathan Sundararajan · 10 years ago
- 62e8465 8055107: Extension directives to turn on callsite profiling, tracing, AST print and other debug features locally by Athijegannathan Sundararajan · 10 years ago
- a98a0d1 8055034: jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression by Athijegannathan Sundararajan · 10 years ago
- f2ebff7 8054993: type info cache may be disabled for test262 and tests explicitly changing that property should use @fork by Athijegannathan Sundararajan · 10 years ago
- f71b48d 8044851: nashorn properties leak memory by Hannes Wallnöfer · 10 years ago
- a603833 8054503: test/script/external/test262/test/suite/ch12/12.6/12.6.4/12.6.4-2.js fails with tip by Athijegannathan Sundararajan · 10 years ago
- a8ece5c 8043956: Make code caching work with optimistic typing and lazy compilation by Hannes Wallnöfer · 10 years ago
- 9d38762 8046026: CompiledFunction.relinkComposableInvoker assert is being hit by Attila Szegedi · 10 years ago
- cf32cd8 8053910: ScriptObjectMirror causing havoc with Invocation interface by Athijegannathan Sundararajan · 10 years ago
- 5d2615f 8051439: Wrong type calculated for ADD operator with undefined operand by Attila Szegedi · 10 years ago
- 1eb6e5c 8044786: Some tests fail with non-optimistic compilation by Attila Szegedi · 10 years ago
- 578ec9d 8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval() by Athijegannathan Sundararajan · 10 years ago
- a55d1b4 8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac by Athijegannathan Sundararajan · 10 years ago
- ce3b922 8049318: Test hideLocationProperties.js fails on Window due to backslash in path by Sergey Lugovoy · 10 years ago
- 5c93b19 8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes by Marcus Lagergren · 10 years ago
- a27f5c0 8051019: Separate src and test execution sandbox directories by Lev Priima · 10 years ago
- 4323d2a 8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date by Athijegannathan Sundararajan · 10 years ago
- 8a77a44 8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings by Athijegannathan Sundararajan · 10 years ago
- a9b421d 8047067: all eval arguments need to be copied in Lower by Attila Szegedi · 10 years ago
- 4048ec1 8049524: Global object initialization via javax.script API should be minimal by Athijegannathan Sundararajan · 10 years ago
- ca212c0 8049086: Minor API convenience functions on "Java" object by Athijegannathan Sundararajan · 10 years ago
- 14eb01c 8049242: Explicit constructor overload selection should work with StaticClass as well by Athijegannathan Sundararajan · 10 years ago
- d9cdc6e 8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator by Attila Szegedi · 10 years ago
- 27ba095 8043232: Index selection of overloaded java new constructors by Athijegannathan Sundararajan · 10 years ago
- 81f8f93 8047359: large string size RangeError should be thrown rather than reporting negative length by Athijegannathan Sundararajan · 10 years ago
- 3e0fd99 8048586: String concatenation with optimistic types is slow by Hannes Wallnöfer · 10 years ago
- 51aad86 8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException by Athijegannathan Sundararajan · 10 years ago
- 4b428d5 8046013: TypeError: Cannot apply "with" to non script object by Athijegannathan Sundararajan · 10 years ago
- 8f69a3e 8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings by Marcus Lagergren · 10 years ago
- 3168df5 8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set by Attila Szegedi · 10 years ago
- 9dde0bf 8047357: More precise synthetic return + unreachable throw by Attila Szegedi · 10 years ago
- ccb4ecb 8048079: Persistent code store is broken after optimistic types merge by Hannes Wallnöfer · 10 years ago
- dee1364 8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval by Athijegannathan Sundararajan · 10 years ago
- 566786a 8047959: bindings created for declarations in eval code are not mutable by Athijegannathan Sundararajan · 10 years ago
- 3ad3dd1 8046201: Avoid repeated flattening of nested ConsStrings by Hannes Wallnöfer · 10 years ago
- 90b667d 8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined by Athijegannathan Sundararajan · 10 years ago
- 7aa808a 8046905: apply on apply is broken by Attila Szegedi · 10 years ago
- f4c68a9 8046921: Deoptimization type information peristence by Attila Szegedi · 10 years ago
- 2bdfb12 8047369: Add regression tests for passing test cases of JDK-8024971 by Athijegannathan Sundararajan · 10 years ago
- 18ac28e 8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable by Marcus Lagergren · 10 years ago
- 1869905 8047057: Add a regression test for the passing test cases from JDK-8042304 by Athijegannathan Sundararajan · 10 years ago
- ff164dd 8047035: (function() "hello")() crashes in Lexer with jdk9 by Athijegannathan Sundararajan · 10 years ago
- ede81f4 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 by Marcus Lagergren · 10 years ago
- 5de5a29 8044798: API for debugging Nashorn by Athijegannathan Sundararajan · 10 years ago
- eab7ad0 8046215: Running uncompilable scripts throws NullPointerException by Hannes Wallnöfer · 10 years ago
- fb404de 8038413: NPE in unboxInteger by Attila Szegedi · 10 years ago
- a5af8cb 8044695: __stack__ becomes visible in Error properties by Athijegannathan Sundararajan · 10 years ago
- 52ac245 8044502: Get rid of global optimistic flag by Attila Szegedi · 10 years ago
- 5ec014a 8044638: Tidy up Nashorn codebase for code standards by Attila Szegedi · 10 years ago
- 7898fee 8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook by Athijegannathan Sundararajan · 10 years ago
- 133f059 8044518: Ensure exceptions related to optimistic recompilation are not serializable by Attila Szegedi · 10 years ago
- 52e0363 8044534: Constant folding for unary + should produce int for boolean literals by Attila Szegedi · 10 years ago
- 938ab83 8044533: Deoptimizing negation produces wrong result for zero by Attila Szegedi · 10 years ago
- dba2bf3 8044520: Nashorn cannot execute node.js's express module by Athijegannathan Sundararajan · 10 years ago
- 95ad911 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement by Athijegannathan Sundararajan · 10 years ago
- 2ff2ad2 Merge by Attila Szegedi · 10 years ago
- 9fb4c3a Merge by Attila Szegedi · 10 years ago
- d4287c2 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness by Marcus Lagergren · 10 years ago
- a6e90a4 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) by Marcus Lagergren · 10 years ago
- d779eea 8044000: Access to undefined property yields "null" instead of "undefined" by Athijegannathan Sundararajan · 10 years ago
- f7940fe 8043930: TypeError when attemping to create an instance of non-public class could be better by Athijegannathan Sundararajan · 10 years ago
- 67d65fd 8030202: Nashorn: Multiple RegExp#ignoreCase issues by Hannes Wallnöfer · 10 years ago
- b4b7b4e 8043632: Parallelize class installation and various script fixes by Marcus Lagergren · 10 years ago
- cc1275a 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 by Marcus Lagergren · 10 years ago
- 3d7f88f 8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging by Marcus Lagergren · 10 years ago
- db62a41 8043443: Test framework changes to run script tests without security manager by Athijegannathan Sundararajan · 10 years ago
- cfbed73 8043431: Fix yet another corner case of JDK-8041995 by Attila Szegedi · 10 years ago
- 26308e1c 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation by Marcus Lagergren · 10 years ago
- b087326 8043235: Type-based optimizations interfere with continuation methods by Attila Szegedi · 11 years ago
- 4fd3436 8043133: Fix corner cases of JDK-8041995 by Attila Szegedi · 11 years ago
- 64fd9c1 8042118: Separate types from symbols by Attila Szegedi · 11 years ago
- f96b4d2 8042364: Make __proto__ ES6 draft compliant by Athijegannathan Sundararajan · 11 years ago
- 77834a0 8041998: RegExp implementation is not thread-safe by Hannes Wallnöfer · 11 years ago
- 31c5e70 8037572: Add more test cases to check static types by Matherey Nunez · 11 years ago
- 2f01820 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies by Marcus Lagergren · 11 years ago
- 7579bb9 8027933: Add --const-as-var option by Athijegannathan Sundararajan · 11 years ago
- e9e18d5 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework by Matherey Nunez · 11 years ago
- a3f8844 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes by Marcus Lagergren · 11 years ago
- 60a0f25 8040078: Avoid repeated reading of source for cached loads by Hannes Wallnöfer · 11 years ago
- e30eb1b 8041434: Add synchronization to the common global constants structure by Marcus Lagergren · 11 years ago
- 7bb2546 8038426: Move all loggers from process wide scope into Global scope by Marcus Lagergren · 11 years ago
- 6163a42 8033105: Make sure Nashorn test harness can run zlib benchmark by Marcus Lagergren · 11 years ago
- af27b42 8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that by Matherey Nunez · 11 years ago
- 89f65d6 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back by Marcus Lagergren · 11 years ago
- e83ae85 Merge by Marcus Lagergren · 11 years ago
- 8692f48 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects by Marcus Lagergren · 11 years ago
- 67871d3 8040024: BranchOptimizer produces bad code for NaN FP comparison by Attila Szegedi · 11 years ago
- d12e5e7 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks by Marcus Lagergren · 11 years ago
- fd8e565 8038945: Simplify strict undefined checks by Marcus Lagergren · 11 years ago
- 1584dc7 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism by Marcus Lagergren · 11 years ago
- 379d9f2 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 by Marcus Lagergren · 11 years ago
- f6722c9 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 by Marcus Lagergren · 11 years ago
- 0cbec47 8037534: Use scope types to determine optimistic types by Attila Szegedi · 11 years ago
- 85bc811 Merge by Attila Szegedi · 11 years ago
- 71ded92 8037779: NoPersistenceCachingTest fails with ant test by Matherey Nunez · 11 years ago
- 2937094 8037378: Write sanity tests for bytecode persistence feature by Matherey Nunez · 11 years ago
- 42f5d95 8037086: Check that deoptimizing recompilations are correct by Matherey Nunez · 11 years ago
- e34f744 8037400: Remove getInitialMap getters and GlobalObject interface by Athijegannathan Sundararajan · 11 years ago
- ba6fce6 8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one by Matherey Nunez · 11 years ago
- 572d581 8015958: DataView constructor is not defined by Athijegannathan Sundararajan · 11 years ago