Skip to content

Commit c4030c8

Browse files
committed
8371731: [lworld] save_live_registers called with wrong arg type
Reviewed-by: thartmann
1 parent 66a87ce commit c4030c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ OopMapSet* Runtime1::generate_code_for(StubId id, StubAssembler* sasm) {
864864
case StubId::c1_store_flat_array_id:
865865
{
866866
StubFrame f(sasm, "store_flat_array", dont_gc_arguments);
867-
OopMap* map = save_live_registers(sasm, 4);
867+
OopMap* map = save_live_registers(sasm);
868868

869869
// Called with store_parameter and not C abi
870870

0 commit comments

Comments
 (0)