Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk16u Public archive

Commit

Permalink
8258534: Epsilon: clean up unused includes
Browse files Browse the repository at this point in the history
Backport-of: 3817c32fd1dba46ff1ee1831aa5efb03c6546ace
  • Loading branch information
shipilev committed Mar 3, 2021
1 parent 3266d0b commit 247fea2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hotspot/share/gc/epsilon/epsilonArguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "gc/shared/gcArguments.hpp"
#include "runtime/globals.hpp"
#include "runtime/globals_extension.hpp"
#include "utilities/macros.hpp"

size_t EpsilonArguments::conservative_max_heap_alignment() {
return UseLargePages ? os::large_page_size() : os::vm_page_size();
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/gc/epsilon/epsilonBarrierSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "gc/epsilon/epsilonThreadLocalData.hpp"
#include "gc/shared/barrierSet.hpp"
#include "gc/shared/barrierSetAssembler.hpp"
#include "utilities/macros.hpp"
#ifdef COMPILER1
#include "gc/shared/c1/barrierSetC1.hpp"
#endif
Expand Down

1 comment on commit 247fea2

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