hotspot/src/share/vm/oops/cpCache.cpp
changeset 22859 7b88983393b7
parent 21557 55115e0708f1
child 23515 f4872ef5df09
--- a/hotspot/src/share/vm/oops/cpCache.cpp	Thu Dec 05 15:13:12 2013 -0800
+++ b/hotspot/src/share/vm/oops/cpCache.cpp	Mon Dec 02 10:26:14 2013 +0100
@@ -363,7 +363,7 @@
   // Decode the action of set_method and set_interface_call
   Bytecodes::Code invoke_code = bytecode_1();
   if (invoke_code != (Bytecodes::Code)0) {
-    Metadata* f1 = (Metadata*)_f1;
+    Metadata* f1 = f1_ord();
     if (f1 != NULL) {
       switch (invoke_code) {
       case Bytecodes::_invokeinterface: