Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082521 | emb-9 | Stefan Karlsson | P4 | Resolved | Fixed | team |
oopDesc::forward_to_atomic is used by ParNew and G1, but it contains a call to ParNew specific code.
It's defined in oop.pcgc.inline.hpp, which is a ParCompact specific file.
I propose that we fix both issues by moving forward_to_atomic to oop.inline.hpp and move the ParNew specific code out to ParNew.
It's defined in oop.pcgc.inline.hpp, which is a ParCompact specific file.
I propose that we fix both issues by moving forward_to_atomic to oop.inline.hpp and move the ParNew specific code out to ParNew.
- backported by
-
JDK-8082521 Cleanup forward_to_atomic and ClaimedForwardPtr
-
- Resolved
-