Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063542 | 8u45 | Stefan Karlsson | P4 | Resolved | Fixed | b01 |
JDK-8049558 | 8u40 | Stefan Karlsson | P4 | Resolved | Fixed | b02 |
JDK-8070823 | emb-8u47 | Stefan Karlsson | P4 | Resolved | Fixed | team |
Description
GenMarkSweep and G1MarkSweep adjust the string table as a separate phase after process_strong_roots.
We can get rid of the extra code and achieve the same by passing in SO_Strings to process_strong_roots.
We can get rid of the extra code and achieve the same by passing in SO_Strings to process_strong_roots.
Attachments
Issue Links
- backported by
-
JDK-8049558 Use process_strong_roots to adjust the StringTable
-
- Resolved
-
-
JDK-8063542 Use process_strong_roots to adjust the StringTable
-
- Resolved
-
-
JDK-8070823 Use process_strong_roots to adjust the StringTable
-
- Resolved
-