diff -r 1795c6aeb583 -r 048f775ae371 hotspot/src/share/vm/memory/defNewGeneration.hpp --- a/hotspot/src/share/vm/memory/defNewGeneration.hpp Mon Jan 14 09:58:52 2013 +0100 +++ b/hotspot/src/share/vm/memory/defNewGeneration.hpp Mon Jan 14 21:30:45 2013 +0100 @@ -124,7 +124,9 @@ _should_allocate_from_space = true; } - protected: + // Tenuring + void adjust_desired_tenuring_threshold(); + // Spaces EdenSpace* _eden_space; ContiguousSpace* _from_space;