JDK-8042743 : Introduce umbrella header prefetch.inline.hpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-05-08
  • Updated: 2015-05-29
  • Resolved: 2014-05-08
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.
Comments
The connection or bug system was stuck resulting in me clicking ok twice.
08-05-2014