src/share/vm/oops/methodOop.hpp

changeset 3849
eba1d5bce9e8
parent 3826
2fe087c3e814
parent 3848
e2fe93124108
child 3900
d2a62e0f25eb
child 3917
8150fa46d2ed
child 3926
6d8f36bcef55
     1.1 --- a/src/share/vm/oops/methodOop.hpp	Thu Jun 14 12:21:48 2012 +0200
     1.2 +++ b/src/share/vm/oops/methodOop.hpp	Thu Jun 14 14:59:52 2012 -0700
     1.3 @@ -196,8 +196,8 @@
     1.4    // C string, for the purpose of providing more useful NoSuchMethodErrors
     1.5    // and fatal error handling. The string is allocated in resource
     1.6    // area if a buffer is not provided by the caller.
     1.7 -  char* name_and_sig_as_C_string();
     1.8 -  char* name_and_sig_as_C_string(char* buf, int size);
     1.9 +  char* name_and_sig_as_C_string() const;
    1.10 +  char* name_and_sig_as_C_string(char* buf, int size) const;
    1.11  
    1.12    // Static routine in the situations we don't have a methodOop
    1.13    static char* name_and_sig_as_C_string(Klass* klass, Symbol* method_name, Symbol* signature);

mercurial