-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory #3106
base: master
Are you sure you want to change the base?
8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory #3106
Conversation
👋 Welcome back mdoerr! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request JDK17 is affected by this performance issue, too. The fix is not complicated and the backport from 21u-dev applies cleanly. Tier1-4 plus extra tests have passed many times. No regression observed. |
@TheRealMDoerr |
Hi, the bug says this applies only to linux x86_64, why is this so? |
All platforms are affected, but it is only problematic in environments in which |
Backport of JDK-8343205 from jdk21u-dev.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3106/head:pull/3106
$ git checkout pull/3106
Update a local copy of the PR:
$ git checkout pull/3106
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3106/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3106
View PR using the GUI difftool:
$ git pr show -t 3106
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3106.diff
Using Webrev
Link to Webrev Comment