changeset 46589 | f1c04490ded1 |
parent 44406 | a46a6c4d1dd9 |
--- a/hotspot/src/cpu/ppc/vm/frame_ppc.cpp Wed Jun 28 20:21:04 2017 +0000 +++ b/hotspot/src/cpu/ppc/vm/frame_ppc.cpp Wed Jun 28 19:12:58 2017 -0400 @@ -244,4 +244,6 @@ frame::frame(void* sp, void* fp, void* pc) : _sp((intptr_t*)sp), _unextended_sp((intptr_t*)sp) { find_codeblob_and_set_pc_and_deopt_state((address)pc); // also sets _fp and adjusts _unextended_sp } + +void frame::pd_ps() {} #endif