mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8034948: Back out JDK-6976350 since it does not fix any issue
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
This commit is contained in:
parent
2ae60596ed
commit
7de1730b10
2 changed files with 17 additions and 98 deletions
|
@ -158,7 +158,7 @@ public:
|
|||
// Fills in the unallocated portion of the buffer with a garbage object.
|
||||
// If "end_of_gc" is TRUE, is after the last use in the GC. IF "retain"
|
||||
// is true, attempt to re-use the unused portion in the next GC.
|
||||
virtual void retire(bool end_of_gc, bool retain);
|
||||
void retire(bool end_of_gc, bool retain);
|
||||
|
||||
void print() PRODUCT_RETURN;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue