Re: RFR: 8330155: Serial: Remove TenuredSpace [v3]

2024-04-24 Thread Guoxiong Li
On Tue, 23 Apr 2024 17:22:41 GMT, Guoxiong Li  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.

Thanks for the reviews. Integrating.

-

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


Re: RFR: 8330155: Serial: Remove TenuredSpace [v3]

2024-04-24 Thread Albert Mingkun Yang
On Tue, 23 Apr 2024 17:22:41 GMT, Guoxiong Li  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.

Marked as reviewed by ayang (Reviewer).

-

PR Review: https://git.openjdk.org/jdk/pull/18894#pullrequestreview-2019079434


Re: RFR: 8330155: Serial: Remove TenuredSpace [v3]

2024-04-23 Thread Guoxiong Li
On Tue, 23 Apr 2024 17:22:41 GMT, Guoxiong Li  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


Re: RFR: 8330155: Serial: Remove TenuredSpace [v3]

2024-04-23 Thread Guoxiong Li
> 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.

-

Changes:
  - all: https://git.openjdk.org/jdk/pull/18894/files
  - new: https://git.openjdk.org/jdk/pull/18894/files/0796e0b4..5478742c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18894&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18894&range=01-02

  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/18894.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18894/head:pull/18894

PR: https://git.openjdk.org/jdk/pull/18894