答复: Welcome to the aarch32 port
yangyongyong
yangyongyong at huawei.com
Thu Dec 10 02:17:45 UTC 2015
Hi, Ed,
Glad to hear this news. Do you have a roadmap for JIT?
The jdk8 aarch32 branch is just a stub for now, what is the plan to update it with a port from jdk9 aarch32 backend?
Best Regards.
>> -----邮件原件-----
>> 发件人: aarch32-port-dev [mailto:aarch32-port-dev-bounces at openjdk.java.net] 代
>> 表 Edward Nevill
>> 发送时间: 2015年12月8日 23:14
>> 收件人: aarch32-port-dev at openjdk.java.net
>> 主题: Welcome to the aarch32 port
>>
>> Hi,
>>
>> Welcome to the aarch32 port!!!
>>
>> Our project area has been created @
>> http://openjdk.java.net/projects/aarch32-port/ and the repositories populated
>> initially with copies of JDK 9 Default and JDK 8 Updates Master.
>>
>> The repositories URLs are
>>
>> JDK 8: http://hg.openjdk.java.net/aarch32-port/jdk8u
>> JDK 9: http://hg.openjdk.java.net/aarch32-port/jdk9
>>
>> Thanks to Iris and the Ops team for their work creating the project.
>>
>> I have merged in Joseph Joyce's initial template interpreter implementation into
>> the JDK 9 repo and have done a test build and some basic smoke tests.
>>
>> To build I am using a 32 bit chroot on an aarch64 platform. The configure line
>> I use is
>>
>> bash ./configure --build=aarch64-unknown-linux-gnu
>> --host=aarch32-linux-gnueabihf --target=aarch32-linux-gnueabihf
>> --with-boot-jdk=/home/ed/images/jdk8-zero --with-jvm-variants=core
>> --disable-warnings-as-errors
>>
>> If you are building on a native ARMv7 platform the following should be sufficient
>>
>> bash ./configure --with-boot-jdk=/home/ed/images/jdk8-zero
>> --with-jvm-variants=core --disable-warnings-as-errors
>>
>> I have put a copy of the boot jdk I use at
>> http://people.linaro.org/~edward.nevill/images/jdk8-zero.tar.xz
>>
>> All the best,
>> Ed.
>>
More information about the aarch32-port-dev
mailing list