Skip to content
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.1] Restore compatibility with any JDK 23 on Windows #25348

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

bazel-io
Copy link
Member

-XX:-IgnoreUnrecognizedVMOptions is always evaluated at the beginning of argument parsing and thus can't be used to disable the feature before consuming --host_jvm_args.

Fixes #25312

Closes #25342.

PiperOrigin-RevId: 729186918
Change-Id: Iafe65a6ad8774dcb5605bdfe0adeb17547291b4c

Commit 6d64e2e

`-XX:-IgnoreUnrecognizedVMOptions` is always evaluated at the beginning of argument parsing and thus can't be used to disable the feature before consuming `--host_jvm_args`.

Fixes bazelbuild#25312

Closes bazelbuild#25342.

PiperOrigin-RevId: 729186918
Change-Id: Iafe65a6ad8774dcb5605bdfe0adeb17547291b4c
@bazel-io bazel-io requested a review from a team as a code owner February 20, 2025 19:32
@bazel-io bazel-io added team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website awaiting-review PR is awaiting review from an assigned reviewer labels Feb 20, 2025
@iancha1992 iancha1992 enabled auto-merge (squash) February 20, 2025 19:56
@iancha1992 iancha1992 merged commit ba2af9d into bazelbuild:release-8.1.1 Feb 21, 2025
46 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants