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

Albert Mingkun Yang ayang at openjdk.java.net
Thu Feb 10 17:23:46 UTC 2022


On Thu, 10 Feb 2022 17:10:44 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix release build
>
> src/hotspot/share/gc/parallel/psOldGen.cpp line 48:
> 
>> 46: #else
>> 47:   _Expand_lock(Mutex::safepoint, "PSOldGenExpand_lock", true)
>> 48: #endif
> 
> As per our coding convention, this should be _expand_lock.

Renamed.

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

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


More information about the hotspot-dev mailing list