mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6787054: Par compact - remove code that clears source_region
Reviewed-by: mgerdin, tschatzl
This commit is contained in:
parent
af21a0d3e3
commit
6068abeb00
3 changed files with 5 additions and 19 deletions
|
@ -1065,9 +1065,6 @@ class PSParallelCompact : AllStatic {
|
|||
// non-empty.
|
||||
static void fill_dense_prefix_end(SpaceId id);
|
||||
|
||||
// Clear the summary data source_region field for the specified addresses.
|
||||
static void clear_source_region(HeapWord* beg_addr, HeapWord* end_addr);
|
||||
|
||||
static void summarize_spaces_quick();
|
||||
static void summarize_space(SpaceId id, bool maximum_compaction);
|
||||
static void summary_phase(ParCompactionManager* cm, bool maximum_compaction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue