Skip to content

Commit

Permalink
8302734: Parallel: Remove unused LGRPSpace::_invalid_region
Browse files Browse the repository at this point in the history
Reviewed-by: tschatzl
  • Loading branch information
albertnetymk committed Feb 17, 2023
1 parent ea5bfea commit fef3eab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/gc/parallel/mutableNUMASpace.hpp
Expand Up @@ -67,7 +67,6 @@ class MutableNUMASpace : public MutableSpace {
class LGRPSpace : public CHeapObj<mtGC> {
int _lgrp_id;
MutableSpace* _space;
MemRegion _invalid_region;
AdaptiveWeightedAverage *_alloc_rate;
bool _allocation_failed;

Expand Down Expand Up @@ -118,8 +117,6 @@ class MutableNUMASpace : public MutableSpace {
alloc_rate()->sample(alloc_rate_sample);
}

MemRegion invalid_region() const { return _invalid_region; }
void set_invalid_region(MemRegion r) { _invalid_region = r; }
int lgrp_id() const { return _lgrp_id; }
MutableSpace* space() const { return _space; }
AdaptiveWeightedAverage* alloc_rate() const { return _alloc_rate; }
Expand Down

1 comment on commit fef3eab

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.