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

Albert Mingkun Yang ayang at openjdk.java.net
Tue Feb 15 10:09:55 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7124/files
  - new: https://git.openjdk.java.net/jdk/pull/7124/files/d5a2a9ca..ef078740

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7124&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7124&range=03-04

  Stats: 44 lines in 6 files changed: 25 ins; 10 del; 9 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7124.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7124/head:pull/7124

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


More information about the hotspot-dev mailing list