8257565: epsilonBarrierSet.hpp should not include barrierSetAssembler
Reviewed-by: kbarrett, stuefe, shade
This commit is contained in:
parent
0b8c7807fe
commit
670426646d
@ -1238,6 +1238,7 @@ definitions %{
|
|||||||
source_hpp %{
|
source_hpp %{
|
||||||
|
|
||||||
#include "asm/macroAssembler.hpp"
|
#include "asm/macroAssembler.hpp"
|
||||||
|
#include "gc/shared/barrierSetAssembler.hpp"
|
||||||
#include "gc/shared/cardTable.hpp"
|
#include "gc/shared/cardTable.hpp"
|
||||||
#include "gc/shared/cardTableBarrierSet.hpp"
|
#include "gc/shared/cardTableBarrierSet.hpp"
|
||||||
#include "gc/shared/collectedHeap.hpp"
|
#include "gc/shared/collectedHeap.hpp"
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precompiled.hpp"
|
#include "precompiled.hpp"
|
||||||
|
#include "asm/macroAssembler.hpp"
|
||||||
#include "jvmci/jvmci.hpp"
|
#include "jvmci/jvmci.hpp"
|
||||||
#include "jvmci/jvmciCodeInstaller.hpp"
|
#include "jvmci/jvmciCodeInstaller.hpp"
|
||||||
#include "jvmci/jvmciRuntime.hpp"
|
#include "jvmci/jvmciRuntime.hpp"
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#ifndef SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP
|
#ifndef SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP
|
||||||
#define SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP
|
#define SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP
|
||||||
|
|
||||||
#include "gc/shared/barrierSetAssembler.hpp"
|
|
||||||
#include "gc/shared/barrierSet.hpp"
|
#include "gc/shared/barrierSet.hpp"
|
||||||
|
|
||||||
// No interaction with application is required for Epsilon, and therefore
|
// No interaction with application is required for Epsilon, and therefore
|
||||||
|
Loading…
Reference in New Issue
Block a user