We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea2b02 commit 5e423e0Copy full SHA for 5e423e0
src/hotspot/share/gc/z/zIndexDistributor.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2021, 2025, 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
@@ -24,7 +24,7 @@
24
#ifndef SHARE_GC_Z_ZINDEXDISTRIBUTOR_HPP
25
#define SHARE_GC_Z_ZINDEXDISTRIBUTOR_HPP
26
27
-#include <utilities/globalDefinitions.hpp>
+#include "utilities/globalDefinitions.hpp"
28
29
class ZIndexDistributor {
30
private:
0 commit comments