Skip to content

Commit 5e423e0

Browse files
hgqxjjTheShermanTanker
authored andcommitted
8367025: zIndexDistributor.hpp uses angle-bracket inclusion of globalDefinitions.hpp
Reviewed-by: aboldtch, tschatzl, jwaters
1 parent bea2b02 commit 5e423e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/share/gc/z/zIndexDistributor.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2025, 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
@@ -24,7 +24,7 @@
2424
#ifndef SHARE_GC_Z_ZINDEXDISTRIBUTOR_HPP
2525
#define SHARE_GC_Z_ZINDEXDISTRIBUTOR_HPP
2626

27-
#include <utilities/globalDefinitions.hpp>
27+
#include "utilities/globalDefinitions.hpp"
2828

2929
class ZIndexDistributor {
3030
private:

0 commit comments

Comments
 (0)