--- old/src/share/vm/memory/defNewGeneration.hpp 2013-01-10 10:23:00.000000000 +0100 +++ new/src/share/vm/memory/defNewGeneration.hpp 2013-01-10 10:23:00.000000000 +0100 @@ -124,7 +124,9 @@ _should_allocate_from_space = true; } - protected: + // Tenuring + void adjust_desired_tenuring_threshold(); + // Spaces EdenSpace* _eden_space; ContiguousSpace* _from_space;