comparison src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp @ 14488:60fd6d24f49f

8034948: Back out JDK-6976350 since it does not fix any issue Summary: Revert JDK-6976350 because it does not improve PLAB fragmentation. To the contrary, it tends to increase the amount of wasted space with many threads. Reviewed-by: brutisso
author tschatzl
date Mon, 24 Feb 2014 10:45:15 +0100
parents 1e1c8d358b52
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14487:97300b6165f8 14488:60fd6d24f49f
156 } 156 }
157 157
158 // Fills in the unallocated portion of the buffer with a garbage object. 158 // Fills in the unallocated portion of the buffer with a garbage object.
159 // If "end_of_gc" is TRUE, is after the last use in the GC. IF "retain" 159 // If "end_of_gc" is TRUE, is after the last use in the GC. IF "retain"
160 // is true, attempt to re-use the unused portion in the next GC. 160 // is true, attempt to re-use the unused portion in the next GC.
161 virtual void retire(bool end_of_gc, bool retain); 161 void retire(bool end_of_gc, bool retain);
162 162
163 void print() PRODUCT_RETURN; 163 void print() PRODUCT_RETURN;
164 }; 164 };
165 165
166 // PLAB stats book-keeping 166 // PLAB stats book-keeping