< prev index next >

src/hotspot/share/memory/heapShared.hpp

Print this page

*** 275,284 **** --- 275,286 ---- static ResourceBitMap calculate_oopmap(MemRegion region); #endif // INCLUDE_CDS_JAVA_HEAP public: + static void run_gc() NOT_CDS_JAVA_HEAP_RETURN; + static bool is_heap_object_archiving_allowed() { CDS_JAVA_HEAP_ONLY(return (UseG1GC && UseCompressedOops && UseCompressedClassPointers);) NOT_CDS_JAVA_HEAP(return false;) }
< prev index next >