Relates :
|
Implement MacroAssembler::warn method on AArch64. This method is already declared in macroAssembler_aarch64.hpp [1] but there is no implementation, so any attempt to link it will fail. MacroAssembler::warn is implemented on many architectures such as x86, ARM, Sparc, s390. -- [1] - http://hg.openjdk.java.net/jdk/jdk/file/e31f39e088b7/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp#l950
|