RFR: 8268119: Rename copy_os_cpu.inline.hpp files to copy_os_cpu.hpp
Stefan Karlsson
stefank at openjdk.java.net
Wed Jun 2 14:35:06 UTC 2021
Today we transitively include the `copy_<os>_<cpu>.inline.hpp` files from `copy.hpp`. This is goes against the HotSpot Style Guide that states:
> .inline.hpp files should only be included in .cpp or .inline.hpp files.
The `copy_<os>_<cpu>.inline.hpp` don't include any other HotSpot files, so I propose that we simply rename them to `copy_<os>_<cpu>.hpp`.
-------------
Commit messages:
- 8268119: Rename copy_os_cpu.inline.hpp files to copy_os_cpu.hpp
Changes: https://git.openjdk.java.net/jdk/pull/4311/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4311&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8268119
Stats: 36 lines in 10 files changed: 0 ins; 12 del; 24 mod
Patch: https://git.openjdk.java.net/jdk/pull/4311.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4311/head:pull/4311
PR: https://git.openjdk.java.net/jdk/pull/4311
More information about the hotspot-dev
mailing list