We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe74f3c commit 8e5dff0Copy full SHA for 8e5dff0
src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp
@@ -23,6 +23,7 @@
23
*/
24
25
#include "precompiled.hpp"
26
+#include "classfile/javaClasses.hpp"
27
#include "gc/shared/barrierSet.hpp"
28
#include "gc/shenandoah/shenandoahBarrierSet.hpp"
29
#include "gc/shenandoah/shenandoahForwarding.hpp"
src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.cpp
@@ -29,7 +29,7 @@
#include "classfile/classLoaderDataGraph.hpp"
30
#include "code/codeCache.hpp"
31
#include "gc/shenandoah/shenandoahAsserts.hpp"
32
-#include "gc/shenandoah/shenandoahHeap.hpp"
+#include "gc/shenandoah/shenandoahHeap.inline.hpp"
33
#include "gc/shenandoah/shenandoahPhaseTimings.hpp"
34
#include "gc/shenandoah/shenandoahRootVerifier.hpp"
35
#include "gc/shenandoah/shenandoahStringDedup.hpp"
0 commit comments