diff src/share/vm/oops/cpCache.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 3205e78d8193
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/oops/cpCache.cpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/oops/cpCache.cpp	Tue Apr 01 13:57:07 2014 +0200
@@ -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 = f1_ord();
+    Metadata* f1 = (Metadata*)_f1;
     if (f1 != NULL) {
       switch (invoke_code) {
       case Bytecodes::_invokeinterface: