openjdk-11/fix_macroAssembler_missing_matcher_header_file_causing_build_failure.patch
2022-02-08 20:03:30 +08:00

16 lines
474 B
Diff
Executable File

diff --git a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
index b6b070e62..60dc92953 100644
--- a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
+++ b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
@@ -50,6 +50,7 @@
#include "c1/c1_LIRAssembler.hpp"
#endif
#ifdef COMPILER2
+#include "opto/matcher.hpp"
#include "oops/oop.hpp"
#include "opto/compile.hpp"
#include "opto/intrinsicnode.hpp"
--
2.19.0