JDK-8151388 : Nashorn no longer uses CodeStore SPI
  • Type: Task
  • Component: core-libs
  • Sub-Component: jdk.nashorn
  • Affected Version: 9-repo-jigsaw
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-03-07
  • Updated: 2016-03-08
  • Resolved: 2016-03-08
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 9
9-repo-jigsawFixed
Related Reports
Relates :  
Description
With JDK-8148148 the CodeStore SPI no longer exists. The following line:

uses jdk.nashorn.internal.runtime.CodeStore;

should therefore be removed from src/jdk.scripting.nashorn/share/classes/module-info.java.
Comments
http://hg.openjdk.java.net/jigsaw/jake/nashorn/rev/aa35193cc240
08-03-2016