< prev index next >

src/cpu/aarch64/vm/frame_aarch64.cpp

Print this page

        

*** 782,791 **** --- 782,793 ---- #ifndef PRODUCT // This is a generic constructor which is only used by pns() in debug.cpp. frame::frame(void* sp, void* fp, void* pc) { init((intptr_t*)sp, (intptr_t*)fp, (address)pc); } + + void frame::pd_ps() {} #endif void JavaFrameAnchor::make_walkable(JavaThread* thread) { // last frame set? if (last_Java_sp() == NULL) return;
< prev index next >