src/share/vm/ci/ciMethod.hpp

changeset 1145
e5b0439ef4ae
parent 435
a61af66fc99e
child 1426
3a2aa26bdc58
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Wed Apr 08 00:12:59 2009 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Wed Apr 08 10:56:49 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1999-2009 Sun Microsystems, Inc.  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 @@ -207,6 +207,8 @@
    1.11    bool check_call(int refinfo_index, bool is_static) const;
    1.12    void build_method_data();  // make sure it exists in the VM also
    1.13    int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC
    1.14 +  bool is_method_handle_invoke();
    1.15 +  ciInstance* method_handle_type();
    1.16  
    1.17    // What kind of ciObject is this?
    1.18    bool is_method()                               { return true; }

mercurial