src/share/vm/oops/cpCache.cpp

changeset 6493
3205e78d8193
parent 6081
41cb10cbfb3c
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/oops/cpCache.cpp	Thu Dec 05 15:13:12 2013 -0800
     1.2 +++ b/src/share/vm/oops/cpCache.cpp	Mon Dec 02 10:26:14 2013 +0100
     1.3 @@ -363,7 +363,7 @@
     1.4    // Decode the action of set_method and set_interface_call
     1.5    Bytecodes::Code invoke_code = bytecode_1();
     1.6    if (invoke_code != (Bytecodes::Code)0) {
     1.7 -    Metadata* f1 = (Metadata*)_f1;
     1.8 +    Metadata* f1 = f1_ord();
     1.9      if (f1 != NULL) {
    1.10        switch (invoke_code) {
    1.11        case Bytecodes::_invokeinterface:

mercurial