RFR: 8359936: StableValues can release the underlying function after complete computation [v3]

Per Minborg pminborg at openjdk.org
Thu Jun 19 09:59:41 UTC 2025


> This PR proposes to release the underlying function if a stable function or collection has invoked its underlying supplier exhaustively so that it can be collected.
> 
> This PR passes tier1, tier2, and tier3 testing on multiple platforms.

Per Minborg has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains eight additional commits since the last revision:

 - Merge branch 'master' into sv-release-supplier2
 - Fix performance regression
 - Clean up
 - Fix bug
 - Simplify
 - Revert to records
 - Make code more like the old one
 - Add removable underlying functions

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25878/files
  - new: https://git.openjdk.org/jdk/pull/25878/files/f4fb53ae..d585f712

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25878&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25878&range=01-02

  Stats: 6804 lines in 183 files changed: 1660 ins; 3977 del; 1167 mod
  Patch: https://git.openjdk.org/jdk/pull/25878.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25878/head:pull/25878

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


More information about the core-libs-dev mailing list