Skip to content

Commit 8e5dff0

Browse files
committed
8255213: Shenandoah build fails without JFR after JDK-8255036
Reviewed-by: shade
1 parent fe74f3c commit 8e5dff0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*/
2424

2525
#include "precompiled.hpp"
26+
#include "classfile/javaClasses.hpp"
2627
#include "gc/shared/barrierSet.hpp"
2728
#include "gc/shenandoah/shenandoahBarrierSet.hpp"
2829
#include "gc/shenandoah/shenandoahForwarding.hpp"

src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "classfile/classLoaderDataGraph.hpp"
3030
#include "code/codeCache.hpp"
3131
#include "gc/shenandoah/shenandoahAsserts.hpp"
32-
#include "gc/shenandoah/shenandoahHeap.hpp"
32+
#include "gc/shenandoah/shenandoahHeap.inline.hpp"
3333
#include "gc/shenandoah/shenandoahPhaseTimings.hpp"
3434
#include "gc/shenandoah/shenandoahRootVerifier.hpp"
3535
#include "gc/shenandoah/shenandoahStringDedup.hpp"

0 commit comments

Comments
 (0)