-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Blog post: How to Compile Java into Native Binaries with Mill and Graal #4340
Conversation
### Portability and Hermeticity | ||
|
||
Executable assembly jars require a JVM installed globally in order to run. In a way they are | ||
not hermetic, since the globally-installed JVM can differ resulting in the assembly behaving |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sentence is odd/hard to read with two words for 'difference' and passive voice.
My slight improvement, making it two sentences and reducing passive voice, so that it has less going on
... not hermitic. A different globally-installed JVM can result in the assembly behaving different at runtime
.
This needs to wait until Graal support in Mill is released in 0.12.6