Skip to content

Commit 85441ce

Browse files
committed
8367101: Remove unused includes in cardTable.cpp
Reviewed-by: stefank
1 parent cb58e65 commit 85441ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/gc/shared/cardTable.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
#include "runtime/java.hpp"
3535
#include "runtime/os.hpp"
3636
#include "utilities/align.hpp"
37-
#if INCLUDE_PARALLELGC
38-
#include "gc/parallel/objectStartArray.hpp"
39-
#endif
4037

4138
uint CardTable::_card_shift = 0;
4239
uint CardTable::_card_size = 0;

0 commit comments

Comments
 (0)