Loading... (original) (raw)
The current ahead-of-time-compilation support in JDK 9 is limited to Linux x86_64.
Windows and Mac OS X Operating system support should be added to the AOT feature in order to allow this technology to be used on these platforms.
This RFE will also be used to remove the AOT technology's dependency on libelf since this library is only available for Linux and Solaris. The new BinaryContainer code required to satisfy this RFE will be written 100% in Java and generate object files for Linux, Solaris, Windows and Mac OSX.