changeset 49622 | c96f6f8984f7 |
parent 49480 | d7df2dd501ce |
child 51382 | 0038e99f93bc |
--- a/src/hotspot/cpu/ppc/frame_ppc.hpp Tue Mar 27 11:53:23 2018 -0400 +++ b/src/hotspot/cpu/ppc/frame_ppc.hpp Tue Mar 27 18:31:25 2018 +0200 @@ -384,7 +384,7 @@ // Constructors inline frame(intptr_t* sp); - frame(intptr_t* sp, address pc); + inline frame(intptr_t* sp, address pc); inline frame(intptr_t* sp, address pc, intptr_t* unextended_sp); private: