--- old/src/hotspot/share/gc/shared/parallelCleaning.hpp 2019-01-15 23:44:12.951166255 +0100 +++ new/src/hotspot/share/gc/shared/parallelCleaning.hpp 2019-01-15 23:44:12.779165108 +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" --- old/src/hotspot/share/gc/shared/workerManager.hpp 2019-01-15 23:44:13.535170155 +0100 +++ new/src/hotspot/share/gc/shared/workerManager.hpp 2019-01-15 23:44:13.363169007 +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 { --- old/src/hotspot/share/gc/shenandoah/shenandoahStringDedup.hpp 2019-01-15 23:44:14.107173975 +0100 +++ new/src/hotspot/share/gc/shenandoah/shenandoahStringDedup.hpp 2019-01-15 23:44:13.943172880 +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"