RFR: Add missing include for new ResourceMark in ShenandoahCodeRoots
Roman Kennke
rkennke at redhat.com
Thu Nov 8 16:26:59 UTC 2018
diff --git a/src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.cpp
b/src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.cpp
--- a/src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.cpp
+++ b/src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.cpp
@@ -27,6 +27,7 @@
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahHeap.inline.hpp"
#include "gc/shenandoah/shenandoahCodeRoots.hpp"
+#include "memory/resourceArea.hpp"
ShenandoahParallelCodeCacheIterator::ShenandoahParallelCodeCacheIterator(const GrowableArray<CodeHeap*>* heaps) {
_length = heaps->length();
Ok?
More information about the shenandoah-dev
mailing list