src/share/vm/memory/defNewGeneration.hpp

changeset 4452
a30e7b564541
parent 4129
22b8d3d181d9
child 5159
001ec9515f84
     1.1 --- a/src/share/vm/memory/defNewGeneration.hpp	Mon Jan 14 09:58:52 2013 +0100
     1.2 +++ b/src/share/vm/memory/defNewGeneration.hpp	Mon Jan 14 21:30:45 2013 +0100
     1.3 @@ -124,7 +124,9 @@
     1.4      _should_allocate_from_space = true;
     1.5    }
     1.6  
     1.7 - protected:
     1.8 +  // Tenuring
     1.9 +  void adjust_desired_tenuring_threshold();
    1.10 +
    1.11    // Spaces
    1.12    EdenSpace*       _eden_space;
    1.13    ContiguousSpace* _from_space;

mercurial