--- 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");