src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 7781
33e421924c67
parent 7686
fb69749583e8
child 7828
cbc7c4c9e11c
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Jan 16 10:29:12 2015 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Tue Apr 07 10:53:51 2015 +0200
     1.3 @@ -367,6 +367,12 @@
     1.4    // heap after a compaction.
     1.5    void print_hrm_post_compaction();
     1.6  
     1.7 +  // Create a memory mapper for auxiliary data structures of the given size and
     1.8 +  // translation factor.
     1.9 +  static G1RegionToSpaceMapper* create_aux_memory_mapper(const char* description,
    1.10 +                                                         size_t size,
    1.11 +                                                         size_t translation_factor);
    1.12 +
    1.13    double verify(bool guard, const char* msg);
    1.14    void verify_before_gc();
    1.15    void verify_after_gc();

mercurial