Details
-
Enhancement
-
Resolution: Fixed
-
P2
-
8
-
b08
-
generic
-
generic
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8058808 | 9 | Hannes Wallnoefer | P2 | Resolved | Fixed | b33 |
JDK-8085728 | emb-9 | Hannes Wallnoefer | P2 | Resolved | Fixed | team |
JDK-8064231 | 8u45 | Hannes Wallnoefer | P2 | Resolved | Fixed | b01 |
JDK-8070468 | emb-8u47 | Hannes Wallnoefer | P2 | Resolved | Fixed | team |
Description
Persistent code store introduced in JDK-8038638 is not very configurable. The following steps would allow Nashorn users/embedders to provide their own CodeStore implementation:
- Use of ServiceLoader to get CodeStore implementation.
- Separate (non final) abstract base class/interface and default implementation.
- Use of ServiceLoader to get CodeStore implementation.
- Separate (non final) abstract base class/interface and default implementation.
Attachments
Issue Links
- backported by
-
JDK-8058808 Make persistent code store more flexible
- Resolved
-
JDK-8064231 Make persistent code store more flexible
- Resolved
-
JDK-8070468 Make persistent code store more flexible
- Resolved
-
JDK-8085728 Make persistent code store more flexible
- Resolved
- relates to
-
JDK-8043956 Make code caching work with optimistic typing and lazy compilation
- Closed