src/hotspot/share/gc/g1/heapRegion.hpp
changeset 51494 1906adbef2dc
parent 50441 523c2a73a3dc
child 52875 bb051ca06e9e
--- a/src/hotspot/share/gc/g1/heapRegion.hpp	Wed Aug 22 10:28:34 2018 -0700
+++ b/src/hotspot/share/gc/g1/heapRegion.hpp	Wed Aug 22 20:37:07 2018 +0200
@@ -426,6 +426,8 @@
 
   bool is_old_or_humongous() const { return _type.is_old_or_humongous(); }
 
+  bool is_old_or_humongous_or_archive() const { return _type.is_old_or_humongous_or_archive(); }
+
   // A pinned region contains objects which are not moved by garbage collections.
   // Humongous regions and archive regions are pinned.
   bool is_pinned() const { return _type.is_pinned(); }