< prev index next >

src/hotspot/share/cds/aotMappedHeapWriter.hpp

Print this page
*** 192,10 ***
--- 192,11 ---
    static void root_segment_at_put(objArrayOop segment, int index, oop root);
    static objArrayOop allocate_root_segment(size_t offset, int element_count);
    static void copy_roots_to_buffer(GrowableArrayCHeap<oop, mtClassShared>* roots);
    static void copy_source_objs_to_buffer(GrowableArrayCHeap<oop, mtClassShared>* roots);
    static size_t copy_one_source_obj_to_buffer(oop src_obj);
+   static void update_stats(oop src_obj);
  
    static void maybe_fill_gc_region_gap(size_t required_byte_size);
    static size_t filler_array_byte_size(int length);
    static int filler_array_length(size_t fill_bytes);
    static HeapWord* init_filler_array_at_buffer_top(int array_length, size_t fill_bytes);
< prev index next >