RFR: 8331723: Serial: Remove the unused parameter of the method SerialHeap::gc_prologue

Guoxiong Li gli at openjdk.org
Tue Jan 21 16:46:08 UTC 2025


Hi all,

This patch removes the unnecessary parameter `full` in `SerialHeap::gc_prologue`. The previous patch is at https://github.com/openjdk/jdk/pull/19207 .

Thanks for the review.

Best Regards,
-- Gouxiong

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

Commit messages:
 - JDK-8331723

Changes: https://git.openjdk.org/jdk/pull/23218/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23218&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8331723
  Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/23218.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23218/head:pull/23218

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


More information about the hotspot-gc-dev mailing list