--- old/src/share/vm/opto/callGenerator.hpp 2009-12-02 17:37:52.986507684 +0100 +++ new/src/share/vm/opto/callGenerator.hpp 2009-12-02 17:37:52.874308808 +0100 @@ -100,6 +100,7 @@ // How to generate vanilla out-of-line call sites: static CallGenerator* for_direct_call(ciMethod* m, bool separate_io_projs = false); // static, special + static CallGenerator* for_dynamic_call(ciMethod* m); // invokedynamic static CallGenerator* for_virtual_call(ciMethod* m, int vtable_index); // virtual, interface // How to generate a replace a direct call with an inline version