src/share/vm/opto/callGenerator.hpp

changeset 3050
fdb992d83a87
parent 2949
f918d6096e23
child 3313
a04a201f0f5a
     1.1 --- a/src/share/vm/opto/callGenerator.hpp	Thu Aug 11 12:08:11 2011 -0700
     1.2 +++ b/src/share/vm/opto/callGenerator.hpp	Tue Aug 16 04:14:05 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -111,7 +111,8 @@
    1.11    static CallGenerator* for_dynamic_call(ciMethod* m);   // invokedynamic
    1.12    static CallGenerator* for_virtual_call(ciMethod* m, int vtable_index);  // virtual, interface
    1.13  
    1.14 -  static CallGenerator* for_method_handle_inline(Node* method_handle, JVMState* jvms, ciMethod* caller, ciMethod* callee, ciCallProfile profile);
    1.15 +  static CallGenerator* for_method_handle_inline(Node* method_handle,   JVMState* jvms, ciMethod* caller, ciMethod* callee, ciCallProfile profile);
    1.16 +  static CallGenerator* for_invokedynamic_inline(ciCallSite* call_site, JVMState* jvms, ciMethod* caller, ciMethod* callee, ciCallProfile profile);
    1.17  
    1.18    // How to generate a replace a direct call with an inline version
    1.19    static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg);

mercurial