We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b342c commit f15a31fCopy full SHA for f15a31f
2 files changed
src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.cpp
@@ -22,7 +22,6 @@
22
*/
23
24
#include "precompiled.hpp"
25
-#include "gc/g1/g1BarrierSet.hpp"
26
#include "gc/shenandoah/shenandoahAsserts.hpp"
27
#include "gc/shenandoah/shenandoahBarrierSet.hpp"
28
#include "gc/shenandoah/shenandoahBarrierSetAssembler.hpp"
src/hotspot/share/jvmci/vmStructs_jvmci.cpp
@@ -26,6 +26,7 @@
#include "code/codeBlob.hpp"
#include "compiler/abstractCompiler.hpp"
#include "compiler/compileBroker.hpp"
29
+#include "gc/shared/cardTable.hpp"
30
#include "gc/shared/collectedHeap.hpp"
31
#include "jvmci/jvmciCodeInstaller.hpp"
32
#include "jvmci/jvmciCompilerToVM.hpp"
0 commit comments