< prev index next >

src/hotspot/share/cds/aotMappedHeapLoader.hpp

Print this page
*** 152,13 ***
  
    static bool is_in_loaded_heap(uintptr_t o) {
      return (_loaded_heap_bottom <= o && o < _loaded_heap_top);
    }
  
!   static objArrayOop root_segment(int segment_idx);
    static void get_segment_indexes(int idx, int& seg_idx, int& int_idx);
!   static void add_root_segment(objArrayOop segment_oop);
    static void init_root_segment_sizes(int max_size_elems);
  
    template<bool IS_MAPPED>
    inline static oop decode_from_archive_impl(narrowOop v) NOT_CDS_JAVA_HEAP_RETURN_(nullptr);
  
--- 152,13 ---
  
    static bool is_in_loaded_heap(uintptr_t o) {
      return (_loaded_heap_bottom <= o && o < _loaded_heap_top);
    }
  
!   static refArrayOop root_segment(int segment_idx);
    static void get_segment_indexes(int idx, int& seg_idx, int& int_idx);
!   static void add_root_segment(refArrayOop segment_oop);
    static void init_root_segment_sizes(int max_size_elems);
  
    template<bool IS_MAPPED>
    inline static oop decode_from_archive_impl(narrowOop v) NOT_CDS_JAVA_HEAP_RETURN_(nullptr);
  
< prev index next >