RFR: 8330155: Serial: Remove TenuredSpace [v3]

Guoxiong Li gli at openjdk.org
Tue Apr 23 17:33:31 UTC 2024


On Tue, 23 Apr 2024 17:22:41 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> Hi all,
>> 
>> This patch removes the class `TenuredSpace` and adjusts its usages. After removing `TenuredSpace`, the file `space.inline.hpp` is empty, so I remove this file and change the included header file to `space.hpp`.
>> 
>> The test `make test-tier1_gc` passed locally. Thanks for taking the time to review.
>> 
>> Best Regards,
>> -- Guoxiong
>
> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix included header file error after merging master.

I merged the master branch in order to solve the file conflict and added the missed header file after merging. Please take a look at the newest code.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18894#issuecomment-2072993947


More information about the serviceability-dev mailing list