Skip to content

Commit 25322aa

Browse files
author
Dmitry Chuyko
committed
8350258: AArch64: Client build fails after JDK-8347917
Reviewed-by: dlong, kvn
1 parent 825ab20 commit 25322aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/cpu/aarch64/frame_aarch64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,11 @@ frame frame::sender_for_interpreter_frame(RegisterMap* map) const {
507507
intptr_t* unextended_sp = interpreter_frame_sender_sp();
508508
intptr_t* sender_fp = link();
509509

510-
#if COMPILER2_OR_JVMCI
510+
#if defined(COMPILER1) || COMPILER2_OR_JVMCI
511511
if (map->update_map()) {
512512
update_map_with_saved_link(map, (intptr_t**) addr_at(link_offset));
513513
}
514-
#endif // COMPILER2_OR_JVMCI
514+
#endif // defined(COMPILER1) || COMPILER1_OR_COMPILER2
515515

516516
// For ROP protection, Interpreter will have signed the sender_pc,
517517
// but there is no requirement to authenticate it here.

0 commit comments

Comments
 (0)