8220344: Build failures when using --with-jvm-features=-g1gc,-jfr

Reviewed-by: tschatzl, zgu
This commit is contained in:
Ao Qi 2019-03-12 09:59:58 -04:00 committed by Zhengyu Gu
parent 59b342cf10
commit f15a31f766
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,6 @@
*/
#include "precompiled.hpp"
#include "gc/g1/g1BarrierSet.hpp"
#include "gc/shenandoah/shenandoahAsserts.hpp"
#include "gc/shenandoah/shenandoahBarrierSet.hpp"
#include "gc/shenandoah/shenandoahBarrierSetAssembler.hpp"

View File

@ -26,6 +26,7 @@
#include "code/codeBlob.hpp"
#include "compiler/abstractCompiler.hpp"
#include "compiler/compileBroker.hpp"
#include "gc/shared/cardTable.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "jvmci/jvmciCodeInstaller.hpp"
#include "jvmci/jvmciCompilerToVM.hpp"