1 Star 0 Fork 13

莫比乌斯/openjdk-21

forked from src-openEuler/openjdk-21 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Backport-JDK-8336855-Duplicate-protected-declaration.patch 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
wuyafang 提交于 2024-10-14 11:38 . sync bishengjdk21 patches
Subject: Backport JDK-8336855 Duplicate protected declaration and comment in interp_masm_aarch64.hpp
---
src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp b/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
index 019eb2355..6dd8ea70d 100644
--- a/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
+++ b/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
@@ -35,8 +35,6 @@
typedef ByteSize (*OffsetFunction)(uint);
class InterpreterMacroAssembler: public MacroAssembler {
- protected:
-
protected:
// Interpreter specific version of call_VM_base
using MacroAssembler::call_VM_leaf_base;
@@ -110,8 +108,6 @@ class InterpreterMacroAssembler: public MacroAssembler {
void get_dispatch();
- // Helpers for runtime call arguments/results
-
// Helpers for runtime call arguments/results
void get_method(Register reg) {
ldr(reg, Address(rfp, frame::interpreter_frame_method_offset * wordSize));
@@ -183,7 +179,7 @@ class InterpreterMacroAssembler: public MacroAssembler {
void load_ptr(int n, Register val);
void store_ptr(int n, Register val);
-// Load float value from 'address'. The value is loaded onto the FPU register v0.
+ // Load float value from 'address'. The value is loaded onto the FPU register v0.
void load_float(Address src);
void load_double(Address src);
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/neu-mobi/openjdk-21.git
[email protected]:neu-mobi/openjdk-21.git
neu-mobi
openjdk-21
openjdk-21
master

搜索帮助