comparison src/share/vm/memory/defNewGeneration.hpp @ 7609:a30e7b564541

8005972: ParNew should not update the tenuring threshold when promotion failed has occurred Reviewed-by: ysr, johnc, jwilhelm
author brutisso
date Mon, 14 Jan 2013 21:30:45 +0100
parents 22b8d3d181d9
children 001ec9515f84
comparison
equal deleted inserted replaced
7608:689e1218d7fe 7609:a30e7b564541
122 } 122 }
123 void set_should_allocate_from_space() { 123 void set_should_allocate_from_space() {
124 _should_allocate_from_space = true; 124 _should_allocate_from_space = true;
125 } 125 }
126 126
127 protected: 127 // Tenuring
128 void adjust_desired_tenuring_threshold();
129
128 // Spaces 130 // Spaces
129 EdenSpace* _eden_space; 131 EdenSpace* _eden_space;
130 ContiguousSpace* _from_space; 132 ContiguousSpace* _from_space;
131 ContiguousSpace* _to_space; 133 ContiguousSpace* _to_space;
132 134