> src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2955:22: error: ‘NativeInstruction’ has not been declared
> __ add(r20, r20, NativeInstruction::instruction_size);
> __ add(r20, r20, NativeInstruction::instruction_size);
- duplicates
-
JDK-8234791 Fix Client VM build for x86_64 and AArch64
- Resolved