We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825ab20 commit 25322aaCopy full SHA for 25322aa
src/hotspot/cpu/aarch64/frame_aarch64.cpp
@@ -507,11 +507,11 @@ frame frame::sender_for_interpreter_frame(RegisterMap* map) const {
507
intptr_t* unextended_sp = interpreter_frame_sender_sp();
508
intptr_t* sender_fp = link();
509
510
-#if COMPILER2_OR_JVMCI
+#if defined(COMPILER1) || COMPILER2_OR_JVMCI
511
if (map->update_map()) {
512
update_map_with_saved_link(map, (intptr_t**) addr_at(link_offset));
513
}
514
-#endif // COMPILER2_OR_JVMCI
+#endif // defined(COMPILER1) || COMPILER1_OR_COMPILER2
515
516
// For ROP protection, Interpreter will have signed the sender_pc,
517
// but there is no requirement to authenticate it here.
0 commit comments