What happened to JEP 145 (faster jvm startup due to compiled code reusage)?

倾然丶 夕夏残阳落幕 提交于 2019-12-04 05:18:41

The text of the JEP is still available in the JEP source repository:

http://hg.openjdk.java.net/jep/jeps/raw-file/c915dfb4117d/jep-145.md

There doesn't seem to be a documented reason for it to be canceled. But we now know that AOT is in the works and it solves many of the same problems, possibly in a way that's easier to implement and maintain. In fact, the AOT JEP says:

It is possible that saving a very late copy of the low-level IR could be done instead, but that seems no less complex.

That certainly seems like an explanation of why 145 is not the way to go.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!