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

Use crac to start faster #705

Closed
wants to merge 1 commit into from

Conversation

ianopolousfast
Copy link
Contributor

@gunnarmorling I'm trying to get crac working with zulu jvm, but the maven build won't find jdk.crac package. Do I need to change the pom.xml? I can compile and run it fine in IntelliJ.

(GraalVM native-image doesn't support the vector api, hence this route)

@gunnarmorling
Copy link
Owner

Yes, it will have to be added to the configuration of maven-compiler-plugin in pom.xml. It would have to be a new profile similar to the one for JDK 22, enabled based on that Zulu JDK (you can activate based on vendor string, I believe). Note that we're after the cut-off time, you'll have two more changes you can make to this PR (see note at the top of the README). If it's not working or valid then, I'll have to close it unfortunately. Updates should be pushed quickly, so I can evaluate all the pending entries. Thx!

@ianopolousfast
Copy link
Contributor Author

I can't get it working in maven after an hour so I think I'm going to give up. Shame, as it would have evened the playing field between AOT and JVM based runs.

@ianopolousfast
Copy link
Contributor Author

Maybe next year... ;-)

@gunnarmorling
Copy link
Owner

gunnarmorling commented Feb 1, 2024 via email

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