Skip to content

Commit 2c8eff0

Browse files
committed
frame
1 parent 551ee85 commit 2c8eff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/cpu/s390/frame_s390.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ frame frame::sender_for_upcall_stub_frame(RegisterMap* map) const {
261261
}
262262

263263
JavaThread** frame::saved_thread_address(const frame& f) {
264-
Unimplemented();
264+
// The current thread (JavaThread*) is never stored on the stack
265265
return nullptr;
266266
}
267267

0 commit comments

Comments
 (0)