1. 6ee6853 8013794: JDK-8006220 caused an octane performance regression by James Laskey · 12 years ago
  2. ab18b43 8006220: Simplify PropertyMaps by James Laskey · 12 years ago
  3. a2c222e 8013533: Increase code coverage report for types and logging by Marcus Lagergren · 12 years ago
  4. 5c0631d Merge by Jim Laskey · 12 years ago
  5. 8c132a0 8008814: Configurable ignore/warning/error behavior for function declaration as statement by Attila Szegedi · 12 years ago
  6. 5612914 8013444: JSON.parse does not invoke "reviver" callback as per spec by Athijegannathan Sundararajan · 12 years ago
  7. a659fce 8013419: Streamline handling of with and eval by Attila Szegedi · 12 years ago
  8. 0a036d8 8013360: Should be using JavaFX 8 classes for -fx support by James Laskey · 12 years ago
  9. cae93c2 8013369: nashorn build failure with jdk8 b84 by Athijegannathan Sundararajan · 12 years ago
  10. 6566162 8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration by Hannes Wallnöfer · 12 years ago
  11. b165a1a 8013337: Issues with Date.prototype's get, set functions by Athijegannathan Sundararajan · 12 years ago
  12. 806256d 8013208: Octane performance regression by James Laskey · 12 years ago
  13. 08a8593 8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself by Attila Szegedi · 12 years ago
  14. 76c993b 8013295: ScriptEngineTest.java fails with compilation error when running under jtreg by Athijegannathan Sundararajan · 12 years ago
  15. dc20ce7 8013167: Vararg constructor not found by Attila Szegedi · 12 years ago
  16. d32994d 8013203: A collection of smaller speedups to compilation pipeline by Attila Szegedi · 12 years ago
  17. 1ac0e87 8013131: Various compatibility issues in String.prototype.split() by Hannes Wallnöfer · 12 years ago
  18. 9f00590 8012251: jjs should support -fx option by James Laskey · 12 years ago
  19. 512740c 8008238: Labeled break in finally causes stack overflow in Node copy by Hannes Wallnöfer · 12 years ago
  20. 48b0c0e 8012931: NativeDate.safeToString() throws RangeError for invalid date by Hannes Wallnöfer · 12 years ago
  21. 77d7f14 8012334: ToUint32, ToInt32, and ToUint16 don't conform to spec by Hannes Wallnöfer · 12 years ago
  22. d67eee0 Merge by Lana Steuck · 12 years ago
  23. a177bbd Merge by Lana Steuck · 12 years ago
  24. 4914045 8010731: Don't expose internal symbols to scripts by Attila Szegedi · 12 years ago
  25. f5b5775 8011065: Problems when script implements an interface with variadic methods by Attila Szegedi · 12 years ago
  26. 6004d46 8012919: findMegaMorphicSetMethod should not cast result type by James Laskey · 12 years ago
  27. 3722b6d 8012673: Nashorn's package name vs class name inferring logic is wrong by Athijegannathan Sundararajan · 12 years ago
  28. 1334460 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail by James Laskey · 12 years ago
  29. fb7a325 8010701: Immutable nodes - final iteration by Marcus Lagergren · 12 years ago
  30. f9a53d8 8012593: JSAdapter overrides impacts strongly construction time by Athijegannathan Sundararajan · 12 years ago
  31. 865a11d 8012612: Compile failed by Athijegannathan Sundararajan · 12 years ago
  32. c00ad99 Added tag jdk8-b86 for changeset 6ee429aebbde by David Katleman · 12 years ago
  33. 4239700 8012460: RegExp regression by Hannes Wallnöfer · 12 years ago
  34. 649b7e0 8012462: Date.prototype.toJSON does not handle non-Date 'this' as per the spec by Athijegannathan Sundararajan · 12 years ago
  35. 5795e80 Merge by Lana Steuck · 12 years ago
  36. b8f4f27 8012529: Remove -esa from testing jvmargs by James Laskey · 12 years ago
  37. c72bd85 Merge by Jim Laskey · 12 years ago
  38. 49eb3c0 8012457: Function.prototype.apply should accept any array-like argument for function arguments by Athijegannathan Sundararajan · 12 years ago
  39. 88e1b69 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive by Mandy Chung · 12 years ago
  40. 09a38fa Merge by David Katleman · 12 years ago
  41. 53ae551 Merge by Lana Steuck · 12 years ago
  42. 9d3be8c Merge by David Katleman · 12 years ago
  43. a4bf4b9 8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw error by Athijegannathan Sundararajan · 12 years ago
  44. 835ab2e Merge by Jim Laskey · 12 years ago
  45. e574671 8012048: JDK8 b85 source with GPL header errors by David Katleman · 12 years ago
  46. 3e3d516 8011885: Switch to Joni as default Regexp engine by Hannes Wallnöfer · 12 years ago
  47. f88be03 8011884: Regexp literals are compiled twice by Hannes Wallnöfer · 12 years ago
  48. 700185e Merge by Lana Steuck · 12 years ago
  49. 0ce8d41 Added tag jdk8-b85 for changeset 769940c9fbc4 by David Katleman · 12 years ago
  50. 0e49b64 8011980: Allow NUL character in character class by Hannes Wallnöfer · 12 years ago
  51. 9170d68 8011974: Comparator function returning negative and positive Infinity does not work as expected with Array.prototype.sort by Athijegannathan Sundararajan · 12 years ago
  52. 30fdece 8011960: [2,1].sort(null) should throw TypeError by Athijegannathan Sundararajan · 12 years ago
  53. ad7e2cd 8011756: Wrong characters supported in RegExp \c escape by Hannes Wallnöfer · 12 years ago
  54. 3c60983 8011749: Bugs with empty character class handling by Hannes Wallnöfer · 12 years ago
  55. ab923e7 8011714: Regexp decimal escape handling still not correct by Hannes Wallnöfer · 12 years ago
  56. c590589 Merge by Jim Laskey · 12 years ago
  57. a8231f5 Merge by Lana Steuck · 12 years ago
  58. bc7905a 8009230: Nashorn rejects extended RegExp syntax accepted by all major JS engines by Hannes Wallnöfer · 12 years ago
  59. 403f66a Added tag jdk8-b84 for changeset c3a8125548f0 by David Katleman · 12 years ago
  60. 35f9ab2 8011555: Invalid class name in with block with JavaImporter causes MH type mismatch by Attila Szegedi · 12 years ago
  61. 194f867 8011552: Arrays with missing elements are not properly sorted by Athijegannathan Sundararajan · 12 years ago
  62. a6439d2 Merge by Attila Szegedi · 12 years ago
  63. 5a45a7d 8011544: Allow subclassing Java classes from script without creating instances by Attila Szegedi · 12 years ago
  64. 76f2aa7 8011543: "".split(undefined,{valueOf:function(){throw 2}}) does not throw exception by Athijegannathan Sundararajan · 12 years ago
  65. 04fdfe9 Merge by Jim Laskey · 12 years ago
  66. 70276ab 8011540: PropertyMap histories should not begin with empty map by James Laskey · 12 years ago
  67. e20dc52 8011421: When using Object.defineProperty on arrays, PropertyDescriptor's property accessors are invoked multiple times by Athijegannathan Sundararajan · 12 years ago
  68. 2b494aa 8011394: RegExp.prototype.test() does not call valueOf on lastIndex property as per the spec by Athijegannathan Sundararajan · 12 years ago
  69. 84f1ee1 8011382: Data prototype methods and constructor do not call user defined toISOString, valueOf methods per spec by Athijegannathan Sundararajan · 12 years ago
  70. 6b89fa9 8007774: Enable code cache again by Hannes Wallnöfer · 12 years ago
  71. a85fab2 8011365: Array.prototype.join and Array.prototype.toString do not throw TypeError on null, undefined by Athijegannathan Sundararajan · 12 years ago
  72. 7891ed4 8011362: Overloaded method resolution foiled by nulls by Attila Szegedi · 12 years ago
  73. d35b6ae 8011357: Array.prototype.slice and Array.prototype.splice should not call user defined valueOf of start, end arguments more than once by Athijegannathan Sundararajan · 12 years ago
  74. b0cd594 Merge by Lana Steuck · 12 years ago
  75. e96d207 8011274: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.hasOwnProperty("prototype") should be false by Athijegannathan Sundararajan · 12 years ago
  76. fcc548f 8011237: Object.isExtensible(Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get) should be false by Athijegannathan Sundararajan · 12 years ago
  77. 6819808 Merge by Jim Laskey · 12 years ago
  78. 53d4047 8011233: Create a Nashorn shell for JavaFX by James Laskey · 12 years ago
  79. da76d3b 8011209: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.length is not 0 by Athijegannathan Sundararajan · 12 years ago
  80. 10cd2de 8011219: Regression with recent PropertyMap history changes by Hannes Wallnöfer · 12 years ago
  81. f614f5d Merge by Lana Steuck · 12 years ago
  82. 1cfc0ca 8011095: PropertyHashMap.rehash() does not grow enough by James Laskey · 12 years ago
  83. db89caf 8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")." by Athijegannathan Sundararajan · 12 years ago
  84. fec1602 8010995: The bug ID 8010710 accidentally got two digits transposed in the checkin and unit test name by Marcus Lagergren · 12 years ago
  85. ea13857 Added tag jdk8-b83 for changeset 4f4788d62566 by David Katleman · 12 years ago
  86. bf6e4f1 8010924: Dealing with undefined property gets you a fatal stack by Athijegannathan Sundararajan · 12 years ago
  87. 1008ef9 Merge by Lana Steuck · 12 years ago
  88. 97d7f98 8010720: Linkage problem with java.lang.String.length() by Athijegannathan Sundararajan · 12 years ago
  89. f20cadf 8010706: -Dnashorn.args system property to create command lines to wrapped nashorn.jar:s by Marcus Lagergren · 12 years ago
  90. a9423b7 8010709: org on the top level doesn't resolve by Athijegannathan Sundararajan · 12 years ago
  91. 897aab0 8017010: index evaluation to a temporary location for index operator much change temporaries to slots, but never scoped vars by Marcus Lagergren · 12 years ago
  92. 7188961 8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable by Attila Szegedi · 12 years ago
  93. 0fbaf75 Added tag jdk8-b82 for changeset fd698c5ee684 by David Katleman · 12 years ago
  94. e4b8273 8009969: CodeCoverage should use template by Pavel Stepanov · 12 years ago
  95. c846064 8010199: javax.script.Invocable implementation for nashorn does not return null when matching functions are missing by Athijegannathan Sundararajan · 12 years ago
  96. 5aea724 8010145: removed workaround "init.js" in nashorn repo by Athijegannathan Sundararajan · 12 years ago
  97. e05970c 8010147: Forgot to add EXPECTED files for lazy and eager sunspider test by Marcus Lagergren · 12 years ago
  98. 2aeaf10 8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings by Marcus Lagergren · 12 years ago
  99. d671cda 8009868: For loop with "true" as condition results in AssertionError in codegen by Athijegannathan Sundararajan · 12 years ago
  100. 1af08ef 8009718: Lazy execution architecture continued - ScriptFunctionData is either final or recompilable. Moved ScriptFunctionData creation logic away from runtime to compile time. Prepared for method generation/specialization. Got rid of ScriptFunctionImplTrampoline whose semantics could be done as part of the relinking anyway. Merge with the lookup package change by Marcus Lagergren · 12 years ago