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 49aef5c commit 2b66201Copy full SHA for 2b66201
src/hotspot/os_cpu/windows_aarch64/thread_windows_aarch64.hpp
@@ -44,10 +44,6 @@
44
frame pd_last_frame();
45
46
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
-
51
static ByteSize last_Java_fp_offset() {
52
return byte_offset_of(JavaThread, _anchor) + JavaFrameAnchor::last_Java_fp_offset();
53
}
0 commit comments