JDK-8071991 : Build errors in 8u-dev after backporting JDK-8067139 and JDK-8066232
  • Type: Bug
  • Component: core-libs
  • Sub-Component: jdk.nashorn
  • Affected Version: 8u60
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-01-30
  • Updated: 2015-09-29
  • Resolved: 2015-01-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u60 b03Fixed
Related Reports
Relates :  
Description
Because there is a divergence between 8u and 9 codebase in the parser, a literal backport of JDK-8067139 made a method in LexicalContext used by the parser inaccessible; it needs to be reverted from private to public. Additionally, the changeset backported for JDK-8066232 actually had an incomplete test; in 9 this was remedied by JDK-8066683 which is a 9-only changeset. These need to be fixed in order for these changes to correctly work with 8u.
Comments
Verified with regtest 8u60 b03
12-03-2015