8217203: Some more includes to .inline.hpp files in gc header files
authortschatzl
Wed, 16 Jan 2019 21:37:12 +0100
changeset 53361 4a59f7042325
parent 53360 58e25974ede4
child 53362 ef09fd205ef0
8217203: Some more includes to .inline.hpp files in gc header files Reviewed-by: zgu, kbarrett, sangheki
src/hotspot/share/gc/shared/parallelCleaning.hpp
src/hotspot/share/gc/shared/workerManager.hpp
src/hotspot/share/gc/shenandoah/shenandoahStringDedup.hpp
--- a/src/hotspot/share/gc/shared/parallelCleaning.hpp	Wed Jan 16 20:53:09 2019 +0100
+++ b/src/hotspot/share/gc/shared/parallelCleaning.hpp	Wed Jan 16 21:37:12 2019 +0100
@@ -25,7 +25,8 @@
 #ifndef SHARE_GC_SHARED_PARALLELCLEANING_HPP
 #define SHARE_GC_SHARED_PARALLELCLEANING_HPP
 
-#include "classfile/classLoaderDataGraph.inline.hpp"
+#include "classfile/classLoaderDataGraph.hpp"
+#include "code/codeCache.hpp"
 #include "gc/shared/oopStorageParState.hpp"
 #include "gc/shared/stringdedup/stringDedup.hpp"
 #include "gc/shared/workgroup.hpp"
--- a/src/hotspot/share/gc/shared/workerManager.hpp	Wed Jan 16 20:53:09 2019 +0100
+++ b/src/hotspot/share/gc/shared/workerManager.hpp	Wed Jan 16 21:37:12 2019 +0100
@@ -27,8 +27,8 @@
 
 #include "logging/log.hpp"
 #include "memory/allocation.hpp"
-#include "runtime/os.inline.hpp"
-#include "runtime/thread.inline.hpp"
+#include "runtime/os.hpp"
+#include "runtime/thread.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 class WorkerManager : public AllStatic {
--- a/src/hotspot/share/gc/shenandoah/shenandoahStringDedup.hpp	Wed Jan 16 20:53:09 2019 +0100
+++ b/src/hotspot/share/gc/shenandoah/shenandoahStringDedup.hpp	Wed Jan 16 21:37:12 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, 2018, Red Hat, Inc. All rights reserved.
+ * Copyright (c) 2017, 2019, Red Hat, Inc. All rights reserved.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
@@ -24,7 +24,7 @@
 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUP_HPP
 #define SHARE_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUP_HPP
 
-#include "classfile/javaClasses.inline.hpp"
+#include "classfile/javaClasses.hpp"
 #include "gc/shared/stringdedup/stringDedup.hpp"
 #include "memory/iterator.hpp"