hotspot/src/cpu/sparc/vm/frame_sparc.cpp
changeset 10539 f87cedf7983c
parent 9976 6fef34e63df1
child 11565 713a0398ca58
equal deleted inserted replaced
10538:d6bf448fa3ad 10539:f87cedf7983c
   837     }
   837     }
   838   }
   838   }
   839 }
   839 }
   840 
   840 
   841 #endif
   841 #endif
       
   842 
       
   843 intptr_t *frame::initial_deoptimization_info() {
       
   844   // unused... but returns fp() to minimize changes introduced by 7087445
       
   845   return fp();
       
   846 }
       
   847