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

Albert Mingkun Yang ayang at openjdk.java.net
Thu Feb 10 14:58:46 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 one additional commit since the last revision:

  fix release build

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7124/files
  - new: https://git.openjdk.java.net/jdk/pull/7124/files/8e98e826..fa5dcce9

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

  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 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