Skip to content

Commit

Permalink
8336855: Duplicate protected declaration and comment in interp_masm_a…
Browse files Browse the repository at this point in the history
…arch64.hpp
  • Loading branch information
sendaoYan committed Jul 21, 2024
1 parent ad498f5 commit 6c7ee49
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2015, Red Hat Inc. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -112,8 +110,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));
Expand Down Expand Up @@ -181,7 +177,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);

Expand Down

0 comments on commit 6c7ee49

Please sign in to comment.