RFR: 8268118: Rename bytes_os_cpu.inline.hpp files to bytes_os_cpu.hpp
Stefan Karlsson
stefank at openjdk.java.net
Wed Jun 2 14:34:11 UTC 2021
Today we transitively include the `bytes_<os>_<cpu>.inline.hpp` files from `bytes.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 `bytes_<os>_<cpu>.inline.hpp` don't include any other HotSpot files, so I propose that we simply rename them to `bytes_<os>_<cpu>.hpp`.
-------------
Commit messages:
- 8268118: Rename bytes_os_cpu.inline.hpp files to bytes_os_cpu.hpp
Changes: https://git.openjdk.java.net/jdk/pull/4310/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4310&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8268118
Stats: 540 lines in 24 files changed: 258 ins; 258 del; 24 mod
Patch: https://git.openjdk.java.net/jdk/pull/4310.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4310/head:pull/4310
PR: https://git.openjdk.java.net/jdk/pull/4310
More information about the hotspot-dev
mailing list