Skip to content

Commit b8b70c8

Browse files
committed
8344379: [s390x] build failure due to missing change from JDK-8339466
Reviewed-by: lucy, shade
1 parent 5fc4322 commit b8b70c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/s390/sharedRuntime_s390.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,7 @@ SafepointBlob* SharedRuntime::generate_handler_blob(SharedStubId id, address cal
29192919
__ z_lg(Z_R14, Address(Z_thread, JavaThread::saved_exception_pc_offset()));
29202920
}
29212921

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

0 commit comments

Comments
 (0)