< prev index next >

src/hotspot/share/cds/archiveHeapLoader.hpp

Print this page
*** 152,10 ***
--- 152,11 ---
  
    static bool load_heap_region(FileMapInfo* mapinfo);
    static void assert_in_loaded_heap(uintptr_t o) {
      assert(is_in_loaded_heap(o), "must be");
    }
+   static oop oop_from_offset(int offset);
  #endif // INCLUDE_CDS_JAVA_HEAP
  
  };
  
  #endif // SHARE_CDS_ARCHIVEHEAPLOADER_HPP
< prev index next >