Skip to content

Commit

Permalink
8326170: Parallel: Remove unused enum CollectionType in ParallelScave…
Browse files Browse the repository at this point in the history
…ngeHeap

Reviewed-by: stefank
  • Loading branch information
albertnetymk committed Feb 19, 2024
1 parent dc17c26 commit aeb6d8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ class ParallelScavengeHeap : public CollectedHeap {
_old_pool(nullptr),
_workers("GC Thread", ParallelGCThreads) { }

// For use by VM operations
enum CollectionType {
Scavenge,
MarkSweep
};

Name kind() const override {
return CollectedHeap::Parallel;
}
Expand Down

1 comment on commit aeb6d8c

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