Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135509 | emb-9 | Jiangli Zhou | P3 | Resolved | Fixed | team |
Storing interned java.lang.String objects in the shared archive has two main advantages:
1) the strings can be shared across multiple JVM instances
2) strings loaded by ldc can be embedded in ahead-of-time compiled code
1) the strings can be shared across multiple JVM instances
2) strings loaded by ldc can be embedded in ahead-of-time compiled code
- backported by
-
JDK-8135509 add interned strings to the shared archive
-
- Resolved
-
- relates to
-
JDK-8042668 Provide GC support for shared heap ranges in Class Data Sharing
-
- Resolved
-
-
JDK-8315580 Remove unused java_lang_String::set_value_raw()
-
- Resolved
-
-
JDK-8059092 JEP 250: Store Interned Strings in CDS Archives
-
- Closed
-