Skip to content

Commit 2b66201

Browse files
committed
cleanup for 8253539: Remove unused JavaThread functions for set_last_Java_fp/pc
1 parent 49aef5c commit 2b66201

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hotspot/os_cpu/windows_aarch64/thread_windows_aarch64.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
frame pd_last_frame();
4545

4646
public:
47-
// Mutators are highly dangerous....
48-
intptr_t* last_Java_fp() { return _anchor.last_Java_fp(); }
49-
void set_last_Java_fp(intptr_t* fp) { _anchor.set_last_Java_fp(fp); }
50-
5147
static ByteSize last_Java_fp_offset() {
5248
return byte_offset_of(JavaThread, _anchor) + JavaFrameAnchor::last_Java_fp_offset();
5349
}

0 commit comments

Comments
 (0)