src/share/vm/ci/ciMethod.hpp

changeset 4936
aeaca88565e6
parent 4866
16885e702c88
child 5030
247342108a11
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Thu Apr 04 21:15:43 2013 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Tue Apr 09 17:17:41 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2013, 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 @@ -262,6 +262,7 @@
    1.11    bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const;
    1.12    bool check_call(int refinfo_index, bool is_static) const;
    1.13    bool ensure_method_data();  // make sure it exists in the VM also
    1.14 +  address ensure_method_counters();
    1.15    int instructions_size();
    1.16    int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC
    1.17  

mercurial