We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a726e83 commit 0537a3fCopy full SHA for 0537a3f
src/hotspot/share/gc/serial/serialHeap.cpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2026, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -70,6 +70,7 @@
70
#include "runtime/init.hpp"
71
#include "runtime/java.hpp"
72
#include "runtime/mutexLocker.hpp"
73
+#include "runtime/prefetch.inline.hpp"
74
#include "runtime/threads.hpp"
75
#include "runtime/vmThread.hpp"
76
#include "services/memoryManager.hpp"
0 commit comments