JDK-8038638 : Persistent store for compiled scripts
  • Type: New Feature
  • Component: core-libs
  • Sub-Component: jdk.nashorn
  • Affected Version: 8u20,9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Fix Versions: 9
  • Submitted: 2014-03-28
  • Updated: 2014-07-29
  • Resolved: 2014-04-02
Description
Implement a file store for compiled script classes. This should store class bytes of compiled scripts but also constant data, meaning that we must be able to  store and read property maps and script function data.