1. 3339ab5 8215257: OpenJDK 8 mozilla_compat.js, parser.js missing the Classpath exception license text by rpatil · 6 years ago
  2. 503d974 8186646: Nashorn: "duplicate code" assertion when binding a vararg function that just passes arguments along by hannesw · 7 years ago
  3. 07159a5 8184893: jdk8u152 b06 : issues with nashorn when running kraken benchmarks by hannesw · 7 years ago
  4. f164120 Merge by robm · 7 years ago
  5. a41f6d6 8182996: Incorrect mapping Long type to JavaScript equivalent by hannesw · 7 years ago
  6. 2efdfc8 Merge by asaha · 7 years ago
  7. e0598f2 8181191: getUint32 returning Long Reviewed-by: attila, jlaskey by hannesw · 7 years ago
  8. ba0504d 8176511: JSObject property access is broken for numeric keys outside the int range by hannesw · 7 years ago
  9. 81f2781 8169481: StackOverflowError on start when parsing PAC file to autodetect Proxy settings by hannesw · 7 years ago
  10. a1e8247 8171539: Better script accessibility for JavaScript Reviewed-by: jlaskey, sundar by hannesw · 7 years ago
  11. a5a7b25 8171219: Missing checks in sparse array shift() implementation by hannesw · 7 years ago
  12. 9102bbf 8171849: Collection and Queue conversions not prioritized for Arrays by attila · 8 years ago
  13. 3f33964 8170565: JSObject call() is passed undefined for the argument 'thiz' by sundar · 8 years ago
  14. ffa2072 8170594: >>>=0 generates invalid bytecode for BaseNode LHS by attila · 8 years ago
  15. 3088085 8168373: don't emit conversions for symbols outside their lexical scope by attila · 8 years ago
  16. daef12e 8166902: Nested object literal property maps not reset in optimistic recompilation by hannesw · 8 years ago
  17. 3fab864 8163945: Honor Number type hint in toPrimitive on Numbers by hannesw · 8 years ago
  18. 028e4e0 8137240: Negative lookahead in RegEx breaks backreference Reviewed-by: mhaupt by hannesw · 8 years ago
  19. 8819666 8150219: ReferenceError in 1.8.0_72 Reviewed-by: attila, sundar by hannesw · 8 years ago
  20. 20c2141 8138906: [TEST_BUG] Test test/script/trusted/JDK-8087292.js intermittently fails. by sdama · 8 years ago
  21. 900c376 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null by sundar · 8 years ago
  22. a331806 8157819: TypeError when a java.util.Comparator object is invoked as a function by sundar · 8 years ago
  23. 7b8c51a 8156714: Parsing issue with automatic semicolon insertion by hannesw · 8 years ago
  24. 2c880a5 8150814: correct package declaration in Nashorn test Reviewed-by: sundar by mhaupt · 8 years ago
  25. ee340d9 8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects by mhaupt · 8 years ago
  26. 20f739d 8156896: Script stack trace should display function names by hannesw · 8 years ago
  27. f402560 8157680: Callback parameter of any JS builtin implementation should accept any Callable by sundar · 8 years ago
  28. 9d30085 8146240: Three nashorn files contain "GNU General Public License" header by sundar · 8 years ago
  29. 7e07b05 8157444: exclude jjs shebang handling test from runs by mhaupt · 8 years ago
  30. 3e1a609 8145305: fix Nashorn shebang handling on Cygwin Reviewed-by: hannesw, sundar by mhaupt · 8 years ago
  31. af43848 8157160: JSON.stringify does not work on ScriptObjectMirror objects by sundar · 8 years ago
  32. dd6f59b 8144221: fix Nashorn shebang argument handling on Mac/Linux by mhaupt · 8 years ago
  33. 8c0d6a8 8130127: streamline input parameter of Nashorn scripting $EXEC function by mhaupt · 8 years ago
  34. e032022 8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications by sundar · 8 years ago
  35. 107a620 8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements by mhaupt · 8 years ago
  36. e2bbd4c 8148926: Call site profiling fails on braces-wrapped anonymous function by sundar · 8 years ago
  37. 71bc655 8147845: Varargs Array functions still leaking longs Reviewed-by: mhaupt, sundar by hannesw · 8 years ago
  38. d5d3ed1 8143896: java.lang.Long is implicitly converted to double by hannesw · 8 years ago
  39. 9898ae0 8144020: Remove long as an internal numeric type Reviewed-by: attila, mhaupt by hannesw · 8 years ago
  40. 9716658 8147630: Wrong test result pushed to 8u-dev Reviewed-by: attila by hannesw · 8 years ago
  41. 014785c 8144131: ArrayData.getInt implementations do not convert to int32 by hannesw · 8 years ago
  42. 9bf5a1f 8146147: Java linker indexed property getter does not work for computed nashorn string by sundar · 9 years ago
  43. 8e2ff1a 8145669: apply2call optimized callsite fails after becoming megamorphic by sundar · 9 years ago
  44. edee31d 8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic by sundar · 9 years ago
  45. 1d6317d 8137281: OutOfMemoryError with large numeric keys in JSON.parse by hannesw · 9 years ago
  46. 9dec111 8138632: Sparse array does not handle growth of underlying dense array by hannesw · 9 years ago
  47. 6d5dfbc 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE by sundar · 9 years ago
  48. 86d6ed9 8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects by sundar · 9 years ago
  49. 2a71fd7 8134488: var statement in if(false) block incorrectly evacuated into enclosing function by attila · 9 years ago
  50. 62af1c2 8137134: invokespecial on indirect super interface is generated by Java adapter generator by sundar · 9 years ago
  51. d236cba 8134490: Dead var statement evacuation incorrectly descends into nested functions by attila · 9 years ago
  52. 87659b1 8134609: Allow constructors with same prototoype map to share the allocator map by hannesw · 9 years ago
  53. 7912c33 8134569: Add tests for prototype callsites Reviewed-by: attila, sundar by hannesw · 9 years ago
  54. 1977207 8087312: PropertyMapWrapper.equals should compare className by hannesw · 9 years ago
  55. ab60c76 8135000: Number.prototype.toFixed returns wrong string for 0.5 and -0.5 by hannesw · 9 years ago
  56. 8774164 8135336: Fix broken build after JDK-8135262 Reviewed-by: hannesw, sundar by attila · 9 years ago
  57. 3dd5ebf 8135262: Sanitize CodeInstaller API Reviewed-by: hannesw, sundar by attila · 9 years ago
  58. 54ccec0 8135190: Method code too large in Babel browser.js script by hannesw · 9 years ago
  59. 649d3e1 8136694: Megemorphic scope access does not throw ReferenceError when property is missing by sundar · 9 years ago
  60. 10cfef4 8134939: Improve toString method of Dynalink DynamicMethod objects by attila · 9 years ago
  61. 25826d6 8057035: Some tests failed using java.awt.Color on Solaris without X11 libraries by yan · 10 years ago
  62. 09baa87 8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation by attila · 9 years ago
  63. 6a34208 8136544: Call site switching to megamorphic causes incorrect property read by sundar · 9 years ago
  64. e6c8022 8080501: javaarrayconversion.js test is flawed Reviewed-by: attila, hannesw by sundar · 9 years ago
  65. a2197ba 8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e" by sundar · 9 years ago
  66. ddb45d8 8068901: Surprising behavior with more than one functional interface on a class by sundar · 9 years ago
  67. a5e9513 8134731: Function.prototype.apply interacts incorrectly with arguments by sundar · 9 years ago
  68. 9ca1c1c 8134484: disallow backquotes as heredoc end marker delimiters by mhaupt · 9 years ago
  69. 533218f 8073613: Here documents: how to avoid string interpolation? by mhaupt · 9 years ago
  70. 41d6c37 8133119: Error message associated with TypeError for call and new should include stringified Node by sundar · 9 years ago
  71. 6de39c0 8073733: TypeError messages with "call" and "new" could be improved by sundar · 9 years ago
  72. e5d8c13 8114838: Anonymous functions escape to surrounding scope when defined under "with" statement by sundar · 9 years ago
  73. 9de362f 8130853: Non-extensible global is not handled property by sundar · 9 years ago
  74. 7744e53 8131683: Delete fails over multiple scopes Reviewed-by: mhaupt, sundar by hannesw · 9 years ago
  75. 60bdf8b 8131340: Varargs function is recompiled each time it is linked by hannesw · 9 years ago
  76. 9f1da30 8131039: after adding a function property to Object.prototype, JSON.parse with reviver function goes into infinite loop by sundar · 9 years ago
  77. d5ad197 8132092: Nashorn copyright has to be updated by sundar · 9 years ago
  78. 1ad7e93 8129410: Java adapters with class-level overrides should preserve variable arity constructors by attila · 9 years ago
  79. 337d672 8098847: obj."prop" and obj.'prop' should result in SyntaxError by sundar · 9 years ago
  80. 0df19f0 8098578: Global scope is not accessible with indirect load call by sundar · 9 years ago
  81. 8240bc4 8098807: Strict eval throws ClassCastException with large scripts by hannesw · 9 years ago
  82. fe864f3 8098546: eval within a 'with' leaks definitions into global scope by hannesw · 9 years ago
  83. 76e7b12 8087211: Indirect evals should be strict with -strict option by sundar · 9 years ago
  84. f7faf08 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option by sundar · 9 years ago
  85. e870808 8085802: Nashorn -nse option causes parse error on anonymous function definition by sundar · 9 years ago
  86. f82c258 8080087: Nashorn $ENV.PWD is originally undefined by mhaupt · 9 years ago
  87. 60cf54e 8066237: Fuzzing bug: Parser error on optimistic recompilation by hannesw · 9 years ago
  88. 0507a07 8066773: JSON-friendly wrapper for objects by attila · 9 years ago
  89. 33a8837 8066220: Fuzzing bug: MethodHandle bug (Object,Object) != (boolean)Object by hannesw · 9 years ago
  90. 57def1c 8081604: rename ScriptingFunctions.tokenizeCommandLine by mhaupt · 9 years ago
  91. 6e46754 8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used. by sundar · 9 years ago
  92. ed2579f 8081204: ListAdapter throws NPE when adding/removing elements outside of JS context by attila · 9 years ago
  93. 70ae398 8081355: Test missed for the fix of JDK-8007456 backport to jdk8u-dev by sundar · 9 years ago
  94. b50ec01 8081156: jjs "nashorn.args" system property is not effective when script arguments are passed by sundar · 9 years ago
  95. a811af4 8081062: ListAdapter should take advantage of JSObject by attila · 9 years ago
  96. 13dcd51 8007456: Nashorn test framework @argument does not handle quoted strings by sundar · 9 years ago
  97. 57b341b 8081015: Allow conversion of native arrays to Queue and Collection by attila · 9 years ago
  98. c3c38e8 8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion by sundar · 9 years ago
  99. 578e5f3 8080848: delete of bound Java method property results in crash by sundar · 9 years ago
  100. b341fd2 8073846: Javascript for-in loop returned extra keys by hannesw · 9 years ago