mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8217203: Some more includes to .inline.hpp files in gc header files
Reviewed-by: zgu, kbarrett, sangheki
This commit is contained in:
parent
cda0d67617
commit
a5f592e5b1
3 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue