8381829: Obsolete AggressiveHeap#30768
Conversation
|
👋 Welcome back jsikstro! A progress list of the required criteria for merging this PR into |
|
@jsikstro This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
|
Thank you for the reviews! @dholmes-ora @albertnetymk |
Hello,
This PR obsoletes the AggressiveHeap flag after being deprecated in JDK26. All changes are straightforward, and we can now simplify
Arguments::limit_heap_by_allocatable_memoryto only rely on the currently chosen GC, instead of falling back to a seemingly magic number when AggressiveHeap was defined.Testing:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30768/head:pull/30768$ git checkout pull/30768Update a local copy of the PR:
$ git checkout pull/30768$ git pull https://git.openjdk.org/jdk.git pull/30768/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30768View PR using the GUI difftool:
$ git pr show -t 30768Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30768.diff
Using Webrev
Link to Webrev Comment