Comment on JEP 544: Ahead-of-Time Code CompilationparentComments−layer81dso long as you can live without third-party libraries that don't support AOT.Yes, and that’s a significant limitation in the Java library and framework ecosystem.−Rohansi1dBut the possibility of AOT compilation is what drives libraries to support it. That's why .NET libraries are adapting over time to support AOT.−pjmlp3hEF Core and F# still don't fully work, neither do the GUI frameworks, with exception of the buggy WinUI, mostly because it is all COM/WinRT underneath.
Comments
Yes, and that’s a significant limitation in the Java library and framework ecosystem.
But the possibility of AOT compilation is what drives libraries to support it. That's why .NET libraries are adapting over time to support AOT.
EF Core and F# still don't fully work, neither do the GUI frameworks, with exception of the buggy WinUI, mostly because it is all COM/WinRT underneath.