1. 010a770 8021571: @fork tests should use VM options passed from project.properties by Athijegannathan Sundararajan · 11 years ago
  2. 716045c 8021321: Two runsunspider tests fail after updating sunspider to 1.0 by Michael Horowitz · 11 years ago
  3. 77a2559 8020719: Run tests with reduced splitter threshold by Hannes Wallnöfer · 11 years ago
  4. fdb4922 8021361: ClassCastException:.ScriptObjectMirror -> ScriptObject when getInterface called on object from different ScriptContext by Athijegannathan Sundararajan · 11 years ago
  5. 55483aa 8021244: Inconsistent stackmap with splitter threshold set very low by Hannes Wallnöfer · 11 years ago
  6. 90fc477 8021252: invokeMethod throws NoSuchMethodException when script object is from different script context by Athijegannathan Sundararajan · 11 years ago
  7. 97f5b61 8021294: --verify-code option results in AnalyzerException by Athijegannathan Sundararajan · 11 years ago
  8. 67126cb 8021262: Make nashorn access checks consistent with underlying dynalink by Athijegannathan Sundararajan · 11 years ago
  9. 27a0954 Merge by Jim Laskey · 11 years ago
  10. cf28b19 8020718: RETURN symbol has wrong type in split functions by Hannes Wallnöfer · 11 years ago
  11. 85d6849 8021246: Fix regression for 8021189 by Attila Szegedi · 11 years ago
  12. 91e5fbd 8021189: Prevent access to constructors of restricted classes by Attila Szegedi · 11 years ago
  13. 9476102 8021129: Use public lookup again by Attila Szegedi · 11 years ago
  14. bb55b5c Merge by Athijegannathan Sundararajan · 11 years ago
  15. 34d2bae 8021164: REGRESSION: test262 failures after JDK-8021122 by Athijegannathan Sundararajan · 11 years ago
  16. 6983b4e 8021130: Comments need to be tokens by James Laskey · 11 years ago
  17. e2975f9 8021122: Not all callables are handled for toString and other function valued properties by Athijegannathan Sundararajan · 11 years ago
  18. 566991e 8020820: Limit access to static members of reflective classes by Attila Szegedi · 11 years ago
  19. 3a0f1e0 8020809: Java adapter should not allow overriding of caller sensitive methods by Attila Szegedi · 11 years ago
  20. 21be9ad 8020731: Revisit checkPermission calls in Context class by Athijegannathan Sundararajan · 11 years ago
  21. c4bea48 8020356: ClassCastException Undefined->Scope on spiltter class generated for a large switch statement by Hannes Wallnöfer · 11 years ago
  22. 2c90f36 8020596: Initialization of white space strings in scanner should be done with \u strings by James Laskey · 11 years ago
  23. a2dcb87 Merge by Lana Steuck · 11 years ago
  24. 3485b7b 8017585: Exclude two failing tests from Nashorn CC run by Konstantin Shefov · 11 years ago
  25. f6a5b67 8015356: array concatenation should skip empty elements by Attila Szegedi · 11 years ago
  26. 06394de 8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects by Hannes Wallnöfer · 11 years ago
  27. e85e4fb 8020357: throw RangeError for too large NativeArrayBuffer size by Attila Szegedi · 11 years ago
  28. 6891593 Merge by Athijegannathan Sundararajan · 11 years ago
  29. 6055fea 8020358: Array(0xfffffff) throws OutOfMemoryError by Hannes Wallnöfer · 11 years ago
  30. a4b42a9 8011210: fix reporting of call site locations; print them on -tcs=miss by Attila Szegedi · 11 years ago
  31. 9d4ac8b 8020283: Don't use exceptions for widening of ArrayData by Hannes Wallnöfer · 11 years ago
  32. 84e8d48 8020508: Enforce reflection access restrictions on Object.bindProperties by Attila Szegedi · 11 years ago
  33. 40b8f5d 8020354: Object literal property initialization is not done in source order by Hannes Wallnöfer · 11 years ago
  34. e11a9b1 8020324: Implement Object.bindProperties(target, source) for beans by Attila Szegedi · 11 years ago
  35. ed18e74 Merge by Athijegannathan Sundararajan · 11 years ago
  36. 62ca9df Merge by Athijegannathan Sundararajan · 11 years ago
  37. b8081de 8020463: Input argument array wrapping in loadWithNewGlobal is wrong by Athijegannathan Sundararajan · 11 years ago
  38. 5334392 8019822: Duplicate name and signature in finally block by Attila Szegedi · 11 years ago
  39. eaed291 8020223: ClassCastException: String can not be casted to ScriptFunction by Athijegannathan Sundararajan · 11 years ago
  40. 4972fea 8020437: Wrong handling of line numbers with multiline string literals by Athijegannathan Sundararajan · 11 years ago
  41. 8603660 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode by Attila Szegedi · 11 years ago
  42. 380db28 8012191: noSuchProperty can't cope with vararg functions by Athijegannathan Sundararajan · 11 years ago
  43. 65c7578 Added tag jdk8-b98 for changeset 7954f50477a0 by David Katleman · 11 years ago
  44. 4eb5c9e 8013925: Remove symbol fields from nodes that don't need them by Attila Szegedi · 11 years ago
  45. 80f5124 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable by Athijegannathan Sundararajan · 11 years ago
  46. f0144d9 8020325: static property does not work on accessible, public classes by Athijegannathan Sundararajan · 11 years ago
  47. 48c4649 8020276: interface checks in Invocable.getInterface implementation by Athijegannathan Sundararajan · 11 years ago
  48. 652b020 8016681: regex capture behaves differently than on V8 by Hannes Wallnöfer · 11 years ago
  49. 41c47dd 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false by Athijegannathan Sundararajan · 11 years ago
  50. cfbe70e 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment by Marcus Lagergren · 11 years ago
  51. 8854b24 8014785: Ability to extend global instance by binding properties of another object by Athijegannathan Sundararajan · 11 years ago
  52. 3e0c71b 8009758: reactivate the 8006529 test by Attila Szegedi · 11 years ago
  53. 4e011cf 8019963: empty char range in regex by Hannes Wallnöfer · 11 years ago
  54. f505b24 Merge by Athijegannathan Sundararajan · 11 years ago
  55. 1e0c0dc 8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package by Athijegannathan Sundararajan · 11 years ago
  56. 0a7fda8 8020015: shared PropertyMaps should not be used without duplication by Athijegannathan Sundararajan · 11 years ago
  57. a68e620 Merge by Lana Steuck · 11 years ago
  58. fa6c5ef 8019983: Void returns combined with return with expression picked the wrong return type by Marcus Lagergren · 11 years ago
  59. dbe76b2 8019819: scope symbol didn't get a slot in certain cases by Attila Szegedi · 11 years ago
  60. 8f092c7 8017084: Use spill properties for large object literals by Hannes Wallnöfer · 11 years ago
  61. 1853f28 8019947: inherited property invalidation does not work with two globals in same context by Athijegannathan Sundararajan · 11 years ago
  62. 7426b8d Merge by Marcus Lagergren · 11 years ago
  63. 0807ef3 8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int by Marcus Lagergren · 11 years ago
  64. f495ca6 8019809: return after break incorrectly sets the block as terminal by Attila Szegedi · 11 years ago
  65. 277da6e Added tag jdk8-b97 for changeset f9f7fb94f515 by Christine Lu · 11 years ago
  66. 8ebb701 8011629: Object.defineProperty performance issue by James Laskey · 11 years ago
  67. 75501c6 8017768: allow dot as inner class name separator for Java.type by Attila Szegedi · 11 years ago
  68. 1e6e9dc 8019814: Add regression test for passing cases by Athijegannathan Sundararajan · 11 years ago
  69. 047d1b7 8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls by Marcus Lagergren · 11 years ago
  70. 72a7034 8019805: for each (init; test; modify) is invalid by Athijegannathan Sundararajan · 11 years ago
  71. 62fb002 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode by Marcus Lagergren · 11 years ago
  72. 92bcfea 8010946: AccessControl.doPrivileged is broken when called from js script by Attila Szegedi · 11 years ago
  73. 6dfb638 8019791: ~ is a unary operator by Athijegannathan Sundararajan · 11 years ago
  74. 5ccee02 8019783: typeof does not work properly for java methods and foreign objects by Athijegannathan Sundararajan · 11 years ago
  75. 22b6014 8019629: void operator should always evaluate to undefined by Athijegannathan Sundararajan · 11 years ago
  76. f76da2a Merge by Athijegannathan Sundararajan · 11 years ago
  77. 53a84f9 Merge by Marcus Lagergren · 11 years ago
  78. 8ff9291 8017082: Long array literals were slightly broken by Marcus Lagergren · 11 years ago
  79. f05a001 8019553: NPE on illegal l-value for increment and decrement by Athijegannathan Sundararajan · 11 years ago
  80. 518a9bf 8016667: Wrong bytecode when testing/setting due to null check shortcut checking against primitive too by Marcus Lagergren · 11 years ago
  81. e8a1440 8019580: Build Script Change for Nashorn promotion testing by Eugene Drobitko · 11 years ago
  82. f743fb3 8019508: Comma handling in object literal parsing is wrong by Athijegannathan Sundararajan · 11 years ago
  83. c6b0514 8019488: switch on literals result in NoSuchMethodError or VerifyError by Athijegannathan Sundararajan · 11 years ago
  84. 135ccac 8019482: Number("0x0.0p0") should evaluate to NaN by Athijegannathan Sundararajan · 11 years ago
  85. 1a074a8 8019478: Object.prototype.toString.call(/a/.exec("a")) === "[object Array]" should be true by Athijegannathan Sundararajan · 11 years ago
  86. 1a0fc18 8019473: Parser issues related to functions and blocks by Athijegannathan Sundararajan · 11 years ago
  87. 365be2d Merge by Lana Steuck · 11 years ago
  88. 0eb7f23 8019365: Error stack format by Athijegannathan Sundararajan · 11 years ago
  89. 73d6b7c Added tag jdk8-b96 for changeset 472d8f5f0d9b by David Katleman · 11 years ago
  90. 1e5b5c1 Merge by Athijegannathan Sundararajan · 11 years ago
  91. a089899 8019226: line number not generated for first statement if it is on the same function declaration line by Athijegannathan Sundararajan · 11 years ago
  92. 1e7b1f3 8019175: Simplify ScriptObject.modifyOwnProperty by James Laskey · 11 years ago
  93. ee8b3bd 8014781: support Error.captureStackTrace by Athijegannathan Sundararajan · 11 years ago
  94. 70383eb 8019157: Avoid calling ScriptObject.setProto() if possible by Hannes Wallnöfer · 11 years ago
  95. e628bb4 8008458: Strict functions dont share property map by James Laskey · 11 years ago
  96. f4695ec 8017950: error.stack should be a string rather than an array by Athijegannathan Sundararajan · 11 years ago
  97. 249d0ae 8015969: Needs to enforce and document that global "context" and "engine" can't be modified when running via jsr223 by Athijegannathan Sundararajan · 11 years ago
  98. 637d0ec Merge by Lana Steuck · 11 years ago
  99. 02e0b5c 8015959: Can't call foreign constructor by Athijegannathan Sundararajan · 11 years ago
  100. 2aad633 8017448: JDK-8010732.js.EXPECTED truncated by James Laskey · 11 years ago