RFR: 8280136: Serial: Remove unnecessary use of ExpandHeap_lock [v5]

Kim Barrett kbarrett at openjdk.java.net
Tue Feb 15 10:37:06 UTC 2022


On Tue, 15 Feb 2022 10:09:55 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> This PR consists of two commits:
>> 
>> 1. remove `ExpandHeap_lock` in Serial GC code.
>> 2. rename it to `ParallelExpandHeap_lock` to indicate it's Parallel-GC only.
>> 
>> Test: tier1-6
>
> Albert Mingkun Yang has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - rename
>  - revert review

Looks good.

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

Marked as reviewed by kbarrett (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7124


More information about the hotspot-dev mailing list