[aarch64-port-dev ] AArch64: Core build failed after JDK-8270947
张定立
dingli at iscas.ac.cn
Wed Jan 19 12:01:54 UTC 2022
On Jan 19, 2022, at 4:37 PM, Aleksey Shipilev <shade at redhat.com> wrote:
> Hi,
>
> Whoa, first time I see someone using "core" build flavor! Would you mind me asking why do you need it? We wanted to remove it for quite some time.
>
> On 1/19/22 5:18 AM, Dingli Zhang wrote:
>> src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp: In member function 'u_char* MacroAssembler::zero_words(Register, Register)':
>> src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:4731:27: error: incomplete type 'ciEnv' used in nested name specifier
>> && (task = ciEnv::current()->task())
>
> Right, trivial missing header, I'll fix it here:
> https://bugs.openjdk.java.net/browse/JDK-8280234
>
> --
> Thanks,
> -Aleksey
Thanks for reply!
I am working on porting openJDK to RISC-V 32Bit. As you know, the “core” build which mainly builds a template interpreter and is more advantageous for adapting to the new ISA instruction set. So I'm referencing openJDK for aarch64 to do some porting of the interpreter for RISC-V 32Bit.
--
Thanks,
Dingli
More information about the aarch64-port-dev
mailing list