Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063497 | 8u45 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8049903 | 8u40 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8070781 | emb-8u47 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
This change introduces an umbrella header for prefetch_<os>_<cpu>.inline.hpp
files: runtime/prefetch.inline.hpp. This follows the scheme applied to
atomic.inline.hpp.
Further this change adds includes of prefetch.inline.hpp in all .cpp
and .inline.hpp files where a method of Prefetch declared 'inline' is
called.
Finally it moves macros calling inline methods of Prefetch from
space.hpp to the corresponding .inline.hpp file and adds the necessary
includes in files using the moved macros.
files: runtime/prefetch.inline.hpp. This follows the scheme applied to
atomic.inline.hpp.
Further this change adds includes of prefetch.inline.hpp in all .cpp
and .inline.hpp files where a method of Prefetch declared 'inline' is
called.
Finally it moves macros calling inline methods of Prefetch from
space.hpp to the corresponding .inline.hpp file and adds the necessary
includes in files using the moved macros.
- backported by
-
JDK-8049903 Introduce umbrella header prefetch.inline.hpp
- Resolved
-
JDK-8063497 Introduce umbrella header prefetch.inline.hpp
- Resolved
-
JDK-8070781 Introduce umbrella header prefetch.inline.hpp
- Resolved
- duplicates
-
JDK-8042743 Introduce umbrella header prefetch.inline.hpp
- Closed