- intptr_t* last_Java_fp() { return _anchor.last_Java_fp(); }
- void set_last_Java_fp(intptr_t* fp) { _anchor.set_last_Java_fp(fp); }
- void set_last_Java_pc(address pc) { _anchor.set_last_Java_pc(pc); }
-
These functions are also unused and in the thread_platform.hpp files.
- void set_last_Java_fp(intptr_t* fp) { _anchor.set_last_Java_fp(fp); }
- void set_last_Java_pc(address pc) { _anchor.set_last_Java_pc(pc); }
-
These functions are also unused and in the thread_platform.hpp files.