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