8257565: epsilonBarrierSet.hpp should not include barrierSetAssembler

Reviewed-by: kbarrett, stuefe, shade
This commit is contained in:
Ioi Lam 2020-12-02 16:56:55 +00:00
parent 0b8c7807fe
commit 670426646d
3 changed files with 2 additions and 1 deletions

View File

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

View File

@ -22,6 +22,7 @@
*/
#include "precompiled.hpp"
#include "asm/macroAssembler.hpp"
#include "jvmci/jvmci.hpp"
#include "jvmci/jvmciCodeInstaller.hpp"
#include "jvmci/jvmciRuntime.hpp"

View File

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