8073554: Remove unnecessary includes of markSweep[.inline].hpp
authorstefank
Fri, 20 Feb 2015 15:23:01 +0100
changeset 29204 b0f8f3c6ceec
parent 29201 fee2bbb2ec1d
child 29205 c2fa06b633b3
8073554: Remove unnecessary includes of markSweep[.inline].hpp Reviewed-by: tschatzl, coleenp
hotspot/src/share/vm/code/codeCache.cpp
hotspot/src/share/vm/oops/cpCache.cpp
hotspot/src/share/vm/oops/klassVtable.cpp
hotspot/src/share/vm/precompiled/precompiled.hpp
hotspot/src/share/vm/runtime/interfaceSupport.cpp
hotspot/src/share/vm/runtime/vmStructs.cpp
hotspot/src/share/vm/utilities/debug.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"
--- 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"
--- 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"
--- 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"
--- 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"
--- 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"
--- 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"