Skip to content

Commit 0537a3f

Browse files
author
Kim Barrett
committed
8374922: Build failure after JDK-8372040
Reviewed-by: smarks
1 parent a726e83 commit 0537a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hotspot/share/gc/serial/serialHeap.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2026, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -70,6 +70,7 @@
7070
#include "runtime/init.hpp"
7171
#include "runtime/java.hpp"
7272
#include "runtime/mutexLocker.hpp"
73+
#include "runtime/prefetch.inline.hpp"
7374
#include "runtime/threads.hpp"
7475
#include "runtime/vmThread.hpp"
7576
#include "services/memoryManager.hpp"

0 commit comments

Comments
 (0)