src/share/vm/oops/methodOop.hpp

changeset 1040
98cb887364d3
parent 953
0af8b0718fc9
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/oops/methodOop.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/oops/methodOop.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -296,7 +296,7 @@
     1.4    void set_compiled_invocation_count(int count)  { _compiled_invocation_count = count; }
     1.5  #endif // not PRODUCT
     1.6  
     1.7 -  // Clear (non-shared space) pointers which could not be relevent
     1.8 +  // Clear (non-shared space) pointers which could not be relevant
     1.9    // if this (shared) method were mapped into another JVM.
    1.10    void remove_unshareable_info();
    1.11  

mercurial