hotspot/src/cpu/sparc/vm/frame_sparc.hpp
changeset 24327 d8d91481f76e
parent 14626 0cf4eccf130f
child 25714 87fa6860b5ae
--- a/hotspot/src/cpu/sparc/vm/frame_sparc.hpp	Tue Apr 29 22:04:09 2014 -0700
+++ b/hotspot/src/cpu/sparc/vm/frame_sparc.hpp	Tue Apr 29 22:05:10 2014 -0700
@@ -259,8 +259,8 @@
 
   // next two fns read and write Lmonitors value,
  private:
-  BasicObjectLock* interpreter_frame_monitors()           const  { return *interpreter_frame_monitors_addr(); }
-  void interpreter_frame_set_monitors(BasicObjectLock* monitors) {        *interpreter_frame_monitors_addr() = monitors; }
+  BasicObjectLock* interpreter_frame_monitors() const;
+  void interpreter_frame_set_monitors(BasicObjectLock* monitors);
 #else
  public:
   inline interpreterState get_interpreterState() const {