src/cpu/sparc/vm/frame_sparc.hpp

changeset 6683
7f77d17d0f13
parent 4318
cd3d6a6b95d9
child 6876
710a3c8b516e
child 7553
f43fad8786fc
     1.1 --- a/src/cpu/sparc/vm/frame_sparc.hpp	Tue Apr 29 22:04:09 2014 -0700
     1.2 +++ b/src/cpu/sparc/vm/frame_sparc.hpp	Tue Apr 29 22:05:10 2014 -0700
     1.3 @@ -259,8 +259,8 @@
     1.4  
     1.5    // next two fns read and write Lmonitors value,
     1.6   private:
     1.7 -  BasicObjectLock* interpreter_frame_monitors()           const  { return *interpreter_frame_monitors_addr(); }
     1.8 -  void interpreter_frame_set_monitors(BasicObjectLock* monitors) {        *interpreter_frame_monitors_addr() = monitors; }
     1.9 +  BasicObjectLock* interpreter_frame_monitors() const;
    1.10 +  void interpreter_frame_set_monitors(BasicObjectLock* monitors);
    1.11  #else
    1.12   public:
    1.13    inline interpreterState get_interpreterState() const {

mercurial