openjdk10-bootstrap: fix native build on aarch64.
This commit is contained in:
parent
c8cf9d49dc
commit
c8a33acdb5
1 changed files with 11 additions and 0 deletions
11
srcpkgs/openjdk10-bootstrap/patches/aarch64.patch
Normal file
11
srcpkgs/openjdk10-bootstrap/patches/aarch64.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- jdk10u-jdk-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp.orig
|
||||
+++ jdk10u-jdk-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
|
||||
@@ -39,8 +39,6 @@
|
||||
protected:
|
||||
|
||||
protected:
|
||||
- using MacroAssembler::call_VM_leaf_base;
|
||||
-
|
||||
// Interpreter specific version of call_VM_base
|
||||
using MacroAssembler::call_VM_leaf_base;
|
||||
|
Loading…
Reference in a new issue