# HG changeset patch # User stefank # Date 1424442181 -3600 # Node ID b0f8f3c6ceec5c0235cedae0645fde5f0f3f474e # Parent fee2bbb2ec1d9bf8307674d371c073d1aee812a5 8073554: Remove unnecessary includes of markSweep[.inline].hpp Reviewed-by: tschatzl, coleenp diff -r fee2bbb2ec1d -r b0f8f3c6ceec hotspot/src/share/vm/code/codeCache.cpp --- a/hotspot/src/share/vm/code/codeCache.cpp Wed Feb 18 10:28:27 2015 +0100 +++ b/hotspot/src/share/vm/code/codeCache.cpp Fri Feb 20 15:23:01 2015 +0100 @@ -31,7 +31,6 @@ #include "code/nmethod.hpp" #include "code/pcDesc.hpp" #include "compiler/compileBroker.hpp" -#include "gc_implementation/shared/markSweep.hpp" #include "memory/allocation.inline.hpp" #include "memory/gcLocker.hpp" #include "memory/iterator.hpp" diff -r fee2bbb2ec1d -r b0f8f3c6ceec hotspot/src/share/vm/oops/cpCache.cpp --- a/hotspot/src/share/vm/oops/cpCache.cpp Wed Feb 18 10:28:27 2015 +0100 +++ b/hotspot/src/share/vm/oops/cpCache.cpp Fri Feb 20 15:23:01 2015 +0100 @@ -23,7 +23,6 @@ */ #include "precompiled.hpp" -#include "gc_implementation/shared/markSweep.inline.hpp" #include "interpreter/interpreter.hpp" #include "interpreter/rewriter.hpp" #include "memory/universe.inline.hpp" diff -r fee2bbb2ec1d -r b0f8f3c6ceec hotspot/src/share/vm/oops/klassVtable.cpp --- a/hotspot/src/share/vm/oops/klassVtable.cpp Wed Feb 18 10:28:27 2015 +0100 +++ b/hotspot/src/share/vm/oops/klassVtable.cpp Fri Feb 20 15:23:01 2015 +0100 @@ -25,7 +25,6 @@ #include "precompiled.hpp" #include "classfile/systemDictionary.hpp" #include "classfile/vmSymbols.hpp" -#include "gc_implementation/shared/markSweep.inline.hpp" #include "memory/gcLocker.hpp" #include "memory/resourceArea.hpp" #include "memory/universe.inline.hpp" diff -r fee2bbb2ec1d -r b0f8f3c6ceec hotspot/src/share/vm/precompiled/precompiled.hpp --- a/hotspot/src/share/vm/precompiled/precompiled.hpp Wed Feb 18 10:28:27 2015 +0100 +++ b/hotspot/src/share/vm/precompiled/precompiled.hpp Fri Feb 20 15:23:01 2015 +0100 @@ -90,8 +90,6 @@ # include "gc_implementation/shared/gcUtil.hpp" # include "gc_implementation/shared/generationCounters.hpp" # include "gc_implementation/shared/immutableSpace.hpp" -# include "gc_implementation/shared/markSweep.hpp" -# include "gc_implementation/shared/markSweep.inline.hpp" # include "gc_implementation/shared/mutableSpace.hpp" # include "gc_implementation/shared/spaceCounters.hpp" # include "gc_implementation/shared/spaceDecorator.hpp" diff -r fee2bbb2ec1d -r b0f8f3c6ceec hotspot/src/share/vm/runtime/interfaceSupport.cpp --- a/hotspot/src/share/vm/runtime/interfaceSupport.cpp Wed Feb 18 10:28:27 2015 +0100 +++ b/hotspot/src/share/vm/runtime/interfaceSupport.cpp Fri Feb 20 15:23:01 2015 +0100 @@ -23,7 +23,6 @@ */ #include "precompiled.hpp" -#include "gc_implementation/shared/markSweep.hpp" #include "gc_interface/collectedHeap.hpp" #include "gc_interface/collectedHeap.inline.hpp" #include "memory/genCollectedHeap.hpp" diff -r fee2bbb2ec1d -r b0f8f3c6ceec hotspot/src/share/vm/runtime/vmStructs.cpp --- a/hotspot/src/share/vm/runtime/vmStructs.cpp Wed Feb 18 10:28:27 2015 +0100 +++ b/hotspot/src/share/vm/runtime/vmStructs.cpp Fri Feb 20 15:23:01 2015 +0100 @@ -46,7 +46,6 @@ #include "compiler/oopMap.hpp" #include "compiler/compileBroker.hpp" #include "gc_implementation/shared/immutableSpace.hpp" -#include "gc_implementation/shared/markSweep.hpp" #include "gc_implementation/shared/mutableSpace.hpp" #include "gc_interface/collectedHeap.hpp" #include "interpreter/bytecodeInterpreter.hpp" diff -r fee2bbb2ec1d -r b0f8f3c6ceec hotspot/src/share/vm/utilities/debug.cpp --- a/hotspot/src/share/vm/utilities/debug.cpp Wed Feb 18 10:28:27 2015 +0100 +++ b/hotspot/src/share/vm/utilities/debug.cpp Fri Feb 20 15:23:01 2015 +0100 @@ -30,7 +30,6 @@ #include "code/vtableStubs.hpp" #include "compiler/compileBroker.hpp" #include "compiler/disassembler.hpp" -#include "gc_implementation/shared/markSweep.hpp" #include "gc_interface/collectedHeap.hpp" #include "interpreter/bytecodeHistogram.hpp" #include "interpreter/interpreter.hpp"