8224579: ResourceMark not declared in shenandoahRootProcessor.inline.hpp with --disable-precompiled-headers

Reviewed-by: shade
This commit is contained in:
Ao Qi 2019-05-22 10:48:46 +02:00 committed by Aleksey Shipilev
parent d569450943
commit 6d1a702a58

View file

@ -27,6 +27,7 @@
#include "gc/shenandoah/shenandoahHeuristics.hpp"
#include "gc/shenandoah/shenandoahRootProcessor.hpp"
#include "gc/shenandoah/shenandoahTimingTracker.hpp"
#include "memory/resourceArea.hpp"
template <typename IsAlive, typename KeepAlive>
void ShenandoahWeakRoots::oops_do(IsAlive* is_alive, KeepAlive* keep_alive, uint worker_id) {