8217203: Some more includes to .inline.hpp files in gc header files

Reviewed-by: zgu, kbarrett, sangheki
This commit is contained in:
Thomas Schatzl 2019-01-16 21:37:12 +01:00
parent cda0d67617
commit a5f592e5b1
3 changed files with 6 additions and 5 deletions

View file

@ -25,7 +25,8 @@
#ifndef SHARE_GC_SHARED_PARALLELCLEANING_HPP #ifndef SHARE_GC_SHARED_PARALLELCLEANING_HPP
#define 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/oopStorageParState.hpp"
#include "gc/shared/stringdedup/stringDedup.hpp" #include "gc/shared/stringdedup/stringDedup.hpp"
#include "gc/shared/workgroup.hpp" #include "gc/shared/workgroup.hpp"

View file

@ -27,8 +27,8 @@
#include "logging/log.hpp" #include "logging/log.hpp"
#include "memory/allocation.hpp" #include "memory/allocation.hpp"
#include "runtime/os.inline.hpp" #include "runtime/os.hpp"
#include "runtime/thread.inline.hpp" #include "runtime/thread.hpp"
#include "utilities/globalDefinitions.hpp" #include "utilities/globalDefinitions.hpp"
class WorkerManager : public AllStatic { class WorkerManager : public AllStatic {

View file

@ -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 * 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 * under the terms of the GNU General Public License version 2 only, as
@ -24,7 +24,7 @@
#ifndef SHARE_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUP_HPP #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUP_HPP
#define 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 "gc/shared/stringdedup/stringDedup.hpp"
#include "memory/iterator.hpp" #include "memory/iterator.hpp"