Y
Hacker News
new
|
ask
|
show
|
jobs
by
kasperni
1328 days ago
GraalVM comes with its own JIT the Graal Compiler [1] which I believe was what metadat was talking about. You are probably thinking about the native image generation which can cause issues with reflection and other dynamic constructs.
[1]
https://www.graalvm.org/22.3/reference-manual/java/compiler/