RFR: 8365765: thread.inline.hpp includes the wrong primary header file
Paul Hübner
duke at openjdk.org
Fri Aug 22 09:06:04 UTC 2025
Hi all,
This ensures `thread.inline.hpp` adheres to the style guide:
> All .inline.hpp files should include their corresponding .hpp file as the first include line with a blank line separating it from the rest of the include lines. [...]
I've run tests with JDK tiers 1-3 on macOS (AArch64, x64), Linux (AArch64, x64), and Windows (x64); all green.
-------------
Commit messages:
- Fix primary header for thread.inline.hpp.
Changes: https://git.openjdk.org/jdk/pull/26896/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26896&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8365765
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/26896.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26896/head:pull/26896
PR: https://git.openjdk.org/jdk/pull/26896
More information about the hotspot-runtime-dev
mailing list