Why are there some methods in java.base cannot be compiled by AOT compiler

Viewed 382

According to JEP-295 (http://openjdk.java.net/jeps/295)

There are some methods in java.base causing compilation failure, but why?

It will be appreciated that someone can help me so that I can realize limitation of Openjdk AOT compiler.

1 Answers
Related