Skip to content
Discussion options

You must be logged in to vote

@PyAntony

According to my understanding Quarkus has nothing to do with GraalVM JIT isn't?

Quarkus does not do anything to explicitly aid GraalVM JIT compiler per se.

Quarkus is ONLY concerned with native images through Mandrel (which have nothing to do with JIT compilation).

That is false. Quarkus can run with your JVM of choice, e.g. with HotSpot in OpenJDK. It could also be Ahead Of Time compiled into a single executable, utilizing Substrate VM as its runtime VM. You need a native-image tool for that. One can get that either from GraalVM distribution or from a Mandrel distribution. The diference between what you download as GraalVM and what you download as Mandrel is outlined over here

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@PyAntony
Comment options

Answer selected by PyAntony
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants