Skip to content

Commit

Permalink
8322841: Parallel: Remove unused using-declaration in MutableNUMASpace
Browse files Browse the repository at this point in the history
Reviewed-by: kbarrett
  • Loading branch information
albertnetymk committed Jan 3, 2024
1 parent 18cdc90 commit ba426d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/gc/parallel/mutableNUMASpace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ class MutableNUMASpace : public MutableSpace {
virtual size_t used_in_words() const;
virtual size_t free_in_words() const;

using MutableSpace::capacity_in_words;

virtual size_t tlab_capacity(Thread* thr) const;
virtual size_t tlab_used(Thread* thr) const;
virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
Expand Down

1 comment on commit ba426d6

@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.