Skip to content

Commit

Permalink
8258534: Epsilon: clean up unused includes
Browse files Browse the repository at this point in the history
Reviewed-by: shade, jiefu
  • Loading branch information
lhtin authored and DamonFool committed Jan 5, 2021
1 parent 17d1645 commit 3817c32
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 @@ -29,7 +29,6 @@
#include "gc/shared/tlab_globals.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 3817c32

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