-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[8.1.0] Update Bazel's embedded JDK to 23.0.1 #24695
Milestone
Comments
Cherry-pick was attempted but there were merge conflicts in the following file(s). Please resolve manually.
cc: @bazelbuild/triage |
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 22, 2025
In addition to performance improvements, this JDK release contains a fix for https://bugs.openjdk.org/browse/JDK-8330077, which allows `--watchfs` to handle a configurable number of changes to a watched path rather than maxing out at 500. Windows arm64 can switch to Zulu JDK 21. Since async-profiler is released very rarely (last release in January) and the latest release is not compatible with JDK 23, this PR consumes a recent nightly release instead. This has the side effect of removing a bit of bloat from the server jar as it no longer contains async profiler's native library for all OSes/arches. Closes #24609. PiperOrigin-RevId: 707717223 Change-Id: I29fe86eca1e0deeae813e7dbbf7d60859e3cba5e (cherry picked from commit e586a5e) Fixes #24695
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 22, 2025
In addition to performance improvements, this JDK release contains a fix for https://bugs.openjdk.org/browse/JDK-8330077, which allows `--watchfs` to handle a configurable number of changes to a watched path rather than maxing out at 500. Windows arm64 can switch to Zulu JDK 21. Since async-profiler is released very rarely (last release in January) and the latest release is not compatible with JDK 23, this PR consumes a recent nightly release instead. This has the side effect of removing a bit of bloat from the server jar as it no longer contains async profiler's native library for all OSes/arches. Closes #24609. PiperOrigin-RevId: 707717223 Change-Id: I29fe86eca1e0deeae813e7dbbf7d60859e3cba5e (cherry picked from commit e586a5e) Fixes #24695
Cherry-picked in #25014 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forked from #24609
The text was updated successfully, but these errors were encountered: