How can I generate the aarch32.ad for building hotspot?
Edward Nevill
edward.nevill at gmail.com
Sat Jun 25 18:10:45 UTC 2016
On Sat, 2016-06-25 at 23:33 +0800, Z.W wrote:
> Hi,
> I want to cross-compile OpenJDK-jdk8u for aarch32. When I run make, it complains need 'aarch32.ad' and stop compile.
> But I find other cpu's adfiles under the src/cpu/xxx/vm directory.
> How can I generate the 'aarch32.ad'?
Hi ZhengWei,
The *.ad files are part of the C2 JIT. This has not been written for aarch32.
What there is for aarch32 at the moment is a template interpreter. To build the template interpreter version use the option --with-jvm-variants=core on configure.
Work is underway to develop a C1 JIT for aarch32, however as far as I am aware there are no plans for a C2 JIT. Contributions welcome!
All the best,
Ed.
More information about the aarch32-port-dev
mailing list