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

Drop java 11, bump GraalVM to 23.0 #439

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Conversation

bioball
Copy link
Member

@bioball bioball commented Apr 17, 2024

Note: I enabled build native jobs here because this PRB introduces changes there. I'm planning on getting rid of them again before merging.

A remaining TODO here is to tune our specialization limits (see commit for details)

After dropping Java 11, we can start using records, and also switch our Java code generators to use records.

@bioball bioball marked this pull request as ready for review April 18, 2024 22:45
Copy link
Contributor

@odenix odenix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noticed a few nits

@@ -38,7 +38,7 @@ jmh {
}

tasks.named("jmh") {
dependsOn(":installGraalVm")
dependsOn(":installGraalVmAmd64")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we specialize the jmh task to ARM too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'll leave this as a TODO. Would certainly be nice to have benchmarks for both architectures.

bioball added 2 commits April 24, 2024 16:01
* Remove unnecessary strictfp modifier
* Add annotations to address Truffle DSL warnings (@idempotent, @exclusive)
* Adjust build logic to allow building cross-arch on macOS
* Add warning suppression for specialization limit (left this one as a TODO)
@bioball bioball merged commit 3ab9e41 into apple:main Apr 24, 2024
4 checks passed
@bioball bioball deleted the drop-java-11 branch April 24, 2024 23:17
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.

3 participants