Skip to content

Commit 2632c4f

Browse files
committed
Remove stray const
1 parent 750177b commit 2632c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/aarch64/templateTable_aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,7 @@ void TemplateTable::putfield_or_static(int byte_no, bool is_static, RewriteContr
27242724
}
27252725

27262726
// field address
2727-
const Address field(obj, off);
2727+
Address field(obj, off);
27282728
field._obj_start = obj;
27292729

27302730
Label notByte, notBool, notInt, notShort, notChar,

0 commit comments

Comments
 (0)