Skip to content

Commit

Permalink
8344379: [s390x] build failure due to missing change from JDK-8339466
Browse files Browse the repository at this point in the history
Reviewed-by: lucy, shade
  • Loading branch information
offamitkumar committed Nov 18, 2024
1 parent 5fc4322 commit b8b70c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/s390/sharedRuntime_s390.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2919,7 +2919,7 @@ SafepointBlob* SharedRuntime::generate_handler_blob(SharedStubId id, address cal
__ z_lg(Z_R14, Address(Z_thread, JavaThread::saved_exception_pc_offset()));
}

bool save_vectors = (poll_type == POLL_AT_VECTOR_LOOP);
bool save_vectors = (id == SharedStubId::polling_page_vectors_safepoint_handler_id);
// Save registers, fpu state, and flags
map = RegisterSaver::save_live_registers(masm, RegisterSaver::all_registers, Z_R14, save_vectors);

Expand Down

1 comment on commit b8b70c8

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.