diff -r 164db61dbced -r 0f03ff49c720 src/share/vm/runtime/frame.hpp --- a/src/share/vm/runtime/frame.hpp Wed Jun 19 12:15:50 2013 +0200 +++ b/src/share/vm/runtime/frame.hpp Wed Jun 19 12:29:30 2013 +0200 @@ -346,7 +346,7 @@ void interpreter_frame_set_method(Method* method); Method** interpreter_frame_method_addr() const; ConstantPoolCache** interpreter_frame_cache_addr() const; -#ifdef PPC +#ifdef PPC32 oop* interpreter_frame_mirror_addr() const; #endif