diff src/share/vm/runtime/frame.inline.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 78112be27ba0
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.inline.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/runtime/frame.inline.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -87,13 +87,6 @@
   return is_entry_frame() && entry_frame_is_first();
 }
 
-#ifdef CC_INTERP
-inline oop* frame::interpreter_frame_temp_oop_addr() const {
-  interpreterState istate = get_interpreterState();
-  return (oop *)&istate->_oop_temp;
-}
-#endif // CC_INTERP
-
 // here are the platform-dependent bodies:
 
 #ifdef TARGET_ARCH_x86