hotspot/src/cpu/ppc/vm/frame_ppc.cpp
changeset 25717 7493b8ac31b7
parent 25715 d5a8dbdc5150
parent 25714 87fa6860b5ae
child 26821 ce9f82507dc2
--- a/hotspot/src/cpu/ppc/vm/frame_ppc.cpp	Mon Jul 14 10:15:21 2014 -0400
+++ b/hotspot/src/cpu/ppc/vm/frame_ppc.cpp	Fri Jul 18 11:22:49 2014 -0400
@@ -154,15 +154,6 @@
   }
 }
 
-void frame::pd_gc_epilog() {
-  if (is_interpreted_frame()) {
-    // Set constant pool cache entry for interpreter.
-    Method* m = interpreter_frame_method();
-
-    *interpreter_frame_cpoolcache_addr() = m->constants()->cache();
-  }
-}
-
 bool frame::is_interpreted_frame_valid(JavaThread* thread) const {
   // Is there anything to do?
   assert(is_interpreted_frame(), "Not an interpreted frame");