diff -r ec595a5e793e -r 72a9b7284ccf hotspot/src/share/vm/oops/methodOop.hpp --- a/hotspot/src/share/vm/oops/methodOop.hpp Mon Mar 09 13:34:00 2009 -0700 +++ b/hotspot/src/share/vm/oops/methodOop.hpp Thu Mar 12 18:16:36 2009 -0700 @@ -296,7 +296,7 @@ void set_compiled_invocation_count(int count) { _compiled_invocation_count = count; } #endif // not PRODUCT - // Clear (non-shared space) pointers which could not be relevent + // Clear (non-shared space) pointers which could not be relevant // if this (shared) method were mapped into another JVM. void remove_unshareable_info();