Integrated: 8372040: Remove Prefetch header vs inline header separation
jonghoonpark
duke at openjdk.org
Fri Jan 9 22:46:37 UTC 2026
On Wed, 7 Jan 2026 17:47:47 GMT, jonghoonpark <duke at openjdk.org> wrote:
> related jira issue: https://bugs.openjdk.org/browse/JDK-8372040
>
> ---
>
> ## Changes
>
> - Merged `prefetch.hpp` into `prefetch.inline.hpp` and removed the redundant `prefetch.hpp`. Updated all call sites accordingly.
> - Removed `runtime/prefetch.inline.hpp` from `generation.hpp` to adhere to the rule that standard headers should not include inline headers.
> - Added the inclusion of `runtime/prefetch.inline.hpp` to `cardTableRS.cpp` instead.
> - Removed `runtime/prefetch.hpp` from `g1YoungGCPostEvacuateTasks.cpp` as it is already included via `g1HeapRegion.inline.hpp`.
>
> ---
>
> Verified with tier1 testing; no regressions found.
This pull request has now been integrated.
Changeset: 805866bb
Author: jonghoonpark <dev at jonghoonpark.com>
Committer: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/805866bbf680f44219e5c634eb9726e1c5dea690
Stats: 103 lines in 18 files changed: 17 ins; 54 del; 32 mod
8372040: Remove Prefetch header vs inline header separation
Reviewed-by: kbarrett, stefank
-------------
PR: https://git.openjdk.org/jdk/pull/29096
More information about the hotspot-dev
mailing list