AOT problem determination is very similar to JIT problem
determination.
About this task
As with the JIT, first run your application with -Xnoaot,
which ensures that the AOT'ed code is not used when running the application.
If this fixes the problem, use the same technique described in Locating the failing method, providing the -Xaot option
in place of the -Xjit option where appropriate.