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

Do not hardcode release in VirtualThreadTest #522

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

akurtakov
Copy link
Contributor

As the test skips compilation of the code only when run on Java 19+ there is no need to hardcode release but rather let the JVM use it's default.
Skip getting and passing default DiagnosticCollector as the compiler will do that when passed null.
Another step towards #503 .

As the test skips compilation of the code only when run on Java 19+
there is no need to hardcode release but rather let the JVM use it's
default.
Skip getting and passing default DiagnosticCollector as the compiler
will do that when passed null.
@akurtakov akurtakov self-assigned this Oct 1, 2024
@akurtakov akurtakov merged commit 278eca2 into eclipse-jdt:master Oct 1, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant