加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fix_macroAssembler_missing_matcher_header_file_causing_build_failure.patch 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
kuen 提交于 2022-02-08 17:37 . I4SV7X: upgrade to jdk11.0.14-ga
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化