8255213: Shenandoah build fails without JFR after JDK-8255036

Reviewed-by: shade
This commit is contained in:
Jie Fu 2020-10-23 07:16:03 +00:00
parent fe74f3cd10
commit 8e5dff08fa
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
*/ */
#include "precompiled.hpp" #include "precompiled.hpp"
#include "classfile/javaClasses.hpp"
#include "gc/shared/barrierSet.hpp" #include "gc/shared/barrierSet.hpp"
#include "gc/shenandoah/shenandoahBarrierSet.hpp" #include "gc/shenandoah/shenandoahBarrierSet.hpp"
#include "gc/shenandoah/shenandoahForwarding.hpp" #include "gc/shenandoah/shenandoahForwarding.hpp"

View File

@ -29,7 +29,7 @@
#include "classfile/classLoaderDataGraph.hpp" #include "classfile/classLoaderDataGraph.hpp"
#include "code/codeCache.hpp" #include "code/codeCache.hpp"
#include "gc/shenandoah/shenandoahAsserts.hpp" #include "gc/shenandoah/shenandoahAsserts.hpp"
#include "gc/shenandoah/shenandoahHeap.hpp" #include "gc/shenandoah/shenandoahHeap.inline.hpp"
#include "gc/shenandoah/shenandoahPhaseTimings.hpp" #include "gc/shenandoah/shenandoahPhaseTimings.hpp"
#include "gc/shenandoah/shenandoahRootVerifier.hpp" #include "gc/shenandoah/shenandoahRootVerifier.hpp"
#include "gc/shenandoah/shenandoahStringDedup.hpp" #include "gc/shenandoah/shenandoahStringDedup.hpp"