mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 18:33:41 +00:00
8371573: Shenandoah: Remove unnecessary include after JDK-8351091
Reviewed-by: wkemper, shade
This commit is contained in:
parent
cc54d2c06b
commit
43afce54a7
@ -27,7 +27,6 @@
|
||||
#include "gc/shared/markBitMap.inline.hpp"
|
||||
#include "gc/shenandoah/shenandoahHeap.inline.hpp"
|
||||
#include "gc/shenandoah/shenandoahMarkingContext.hpp"
|
||||
#include "shenandoahGlobalGeneration.hpp"
|
||||
|
||||
ShenandoahMarkingContext::ShenandoahMarkingContext(MemRegion heap_region, MemRegion bitmap_region, size_t num_regions) :
|
||||
_mark_bit_map(heap_region, bitmap_region),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user