hotspot/src/cpu/ppc/vm/frame_ppc.inline.hpp
changeset 38144 0976c0c5c5d3
parent 38133 78b95467b9f1
parent 38074 8475fdc6dcc3
child 46620 750c6edff33b
--- a/hotspot/src/cpu/ppc/vm/frame_ppc.inline.hpp	Thu Apr 28 13:26:29 2016 +0000
+++ b/hotspot/src/cpu/ppc/vm/frame_ppc.inline.hpp	Fri Apr 29 02:13:40 2016 +0300
@@ -148,6 +148,11 @@
 inline Method** frame::interpreter_frame_method_addr() const {
   return (Method**) &(get_ijava_state()->method);
 }
+
+inline oop* frame::interpreter_frame_mirror_addr() const {
+  return (oop*) &(get_ijava_state()->mirror);
+}
+
 inline ConstantPoolCache** frame::interpreter_frame_cpoolcache_addr() const {
   return (ConstantPoolCache**) &(get_ijava_state()->cpoolCache);
 }