JDK-8042737 : Introduce umbrella header prefetch.inline.hpp
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-05-08
  • Updated: 2015-01-21
  • Resolved: 2014-05-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u40Fixed 9 b15Fixed
Related Reports
Duplicate :  
Description
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.