Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8255213: Shenandoah build fails without JFR after JDK-8255036
Reviewed-by: shade
  • Loading branch information
DamonFool committed Oct 23, 2020
1 parent fe74f3c commit 8e5dff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -23,6 +23,7 @@
*/

#include "precompiled.hpp"
#include "classfile/javaClasses.hpp"
#include "gc/shared/barrierSet.hpp"
#include "gc/shenandoah/shenandoahBarrierSet.hpp"
#include "gc/shenandoah/shenandoahForwarding.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.cpp
Expand Up @@ -29,7 +29,7 @@
#include "classfile/classLoaderDataGraph.hpp"
#include "code/codeCache.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/shenandoahRootVerifier.hpp"
#include "gc/shenandoah/shenandoahStringDedup.hpp"
Expand Down

1 comment on commit 8e5dff0

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 8e5dff0 Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.