src/share/vm/oops/constMethod.hpp

changeset 4837
0c3ee6f1fa23
parent 4719
c8b31b461e1a
child 6876
710a3c8b516e
child 7636
fdde6a70ea85
     1.1 --- a/src/share/vm/oops/constMethod.hpp	Tue Mar 26 15:20:05 2013 -0700
     1.2 +++ b/src/share/vm/oops/constMethod.hpp	Wed Mar 27 08:19:50 2013 -0400
     1.3 @@ -441,6 +441,9 @@
     1.4      return has_default_annotations() ? default_annotations()->length() : 0;
     1.5    }
     1.6  
     1.7 +  // Copy annotations from other ConstMethod
     1.8 +  void copy_annotations_from(ConstMethod* cm);
     1.9 +
    1.10    // byte codes
    1.11    void    set_code(address code) {
    1.12      if (code_size() > 0) {

mercurial