Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082649 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
The code in this file is needed for the ppc transactional memory implementation.
So move it from x86 directory to share/vm/runtime, where the corresponding header resides.
Also move the definition of INCLUDE_RTM_OPT = 1 to globalDefinitions_x86.hpp.
Else we will get #if defined() cascades.
So move it from x86 directory to share/vm/runtime, where the corresponding header resides.
Also move the definition of INCLUDE_RTM_OPT = 1 to globalDefinitions_x86.hpp.
Else we will get #if defined() cascades.
- backported by
-
JDK-8082649 Move rtmLocking.cpp to shared directory.
-
- Resolved
-