Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8257565: epsilonBarrierSet.hpp should not include barrierSetAssembler
Reviewed-by: kbarrett, stuefe, shade
  • Loading branch information
iklam committed Dec 2, 2020
1 parent 0b8c780 commit 6704266
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/hotspot/cpu/aarch64/aarch64.ad
Expand Up @@ -1238,6 +1238,7 @@ definitions %{
source_hpp %{

#include "asm/macroAssembler.hpp"
#include "gc/shared/barrierSetAssembler.hpp"
#include "gc/shared/cardTable.hpp"
#include "gc/shared/cardTableBarrierSet.hpp"
#include "gc/shared/collectedHeap.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/hotspot/cpu/aarch64/jvmciCodeInstaller_aarch64.cpp
Expand Up @@ -22,6 +22,7 @@
*/

#include "precompiled.hpp"
#include "asm/macroAssembler.hpp"
#include "jvmci/jvmci.hpp"
#include "jvmci/jvmciCodeInstaller.hpp"
#include "jvmci/jvmciRuntime.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/gc/epsilon/epsilonBarrierSet.hpp
Expand Up @@ -25,7 +25,6 @@
#ifndef SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP
#define SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP

#include "gc/shared/barrierSetAssembler.hpp"
#include "gc/shared/barrierSet.hpp"

// No interaction with application is required for Epsilon, and therefore
Expand Down

1 comment on commit 6704266

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