comparison src/share/vm/oops/methodOop.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents 0af8b0718fc9
children 7bb995fbd3c0
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
294 #ifndef PRODUCT 294 #ifndef PRODUCT
295 int compiled_invocation_count() const { return _compiled_invocation_count; } 295 int compiled_invocation_count() const { return _compiled_invocation_count; }
296 void set_compiled_invocation_count(int count) { _compiled_invocation_count = count; } 296 void set_compiled_invocation_count(int count) { _compiled_invocation_count = count; }
297 #endif // not PRODUCT 297 #endif // not PRODUCT
298 298
299 // Clear (non-shared space) pointers which could not be relevent 299 // Clear (non-shared space) pointers which could not be relevant
300 // if this (shared) method were mapped into another JVM. 300 // if this (shared) method were mapped into another JVM.
301 void remove_unshareable_info(); 301 void remove_unshareable_info();
302 302
303 // nmethod/verified compiler entry 303 // nmethod/verified compiler entry
304 address verified_code_entry(); 304 address verified_code_entry();