src/share/vm/ci/ciMethod.hpp

changeset 1587
cd37471eaecc
parent 1573
dd57230ba8fe
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Thu Jan 07 16:26:31 2010 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Fri Jan 08 11:09:46 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1999-2010 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 @@ -215,7 +215,10 @@
    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() const;
    1.15 +
    1.16 +  // JSR 292 support
    1.17 +  bool is_method_handle_invoke()  const;
    1.18 +  bool is_method_handle_adapter() const;
    1.19    ciInstance* method_handle_type();
    1.20  
    1.21    // What kind of ciObject is this?

mercurial