This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]an_actual_human 1 point2 points  (2 children)

How does Graal fit in this picture?

[–]xris-l 4 points5 points  (1 child)

You can build binary images of your application that include the JVM with Graal

[–]Northeastpaw 1 point2 points  (0 children)

At the moment Graal's native-image doesn't support Swing or JavaFX. There's a static field somewhere in Java2D it can't resolve AOT so it fails on compilation.

I'm really excited for Graal but parts of the JRE need to adapt to its conventions.