We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://icyfenix.cn/tricks/2020/graalvm/graal-compiler.html
The text was updated successfully, but these errors were encountered:
可惜Graal的JIT编译器将从JDK17中移除了: https://openjdk.java.net/jeps/410
Sorry, something went wrong.
当初在HotSpot中安插Graal编译器多少有点中庸的念头。 要希望用Graal Compiler的话,直接用GraalVM比在HotSpot中启用Graal Compiler更合适。 Java如果走不通AOT的话,在云原生的发展中始终受限,现在放掉HotSpot轻装上阵,在Oracle Labs集中力量发展GraalVM,在OpenJDK集中发展Leyden,挺好。
嗯. Graal的JIT并不是被抛弃了, 仍在GraalVM的发行版中持续改进, 希望有朝一日超越HotSpot, 到时还会被请回来的.
No branches or pull requests
https://icyfenix.cn/tricks/2020/graalvm/graal-compiler.html
The text was updated successfully, but these errors were encountered: