comparison src/share/vm/oops/klass.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
469 return search_secondary_supers(k); 469 return search_secondary_supers(k);
470 } 470 }
471 } 471 }
472 bool search_secondary_supers(klassOop k) const; 472 bool search_secondary_supers(klassOop k) const;
473 473
474 // Find LCA in class heirarchy 474 // Find LCA in class hierarchy
475 Klass *LCA( Klass *k ); 475 Klass *LCA( Klass *k );
476 476
477 // Check whether reflection/jni/jvm code is allowed to instantiate this class; 477 // Check whether reflection/jni/jvm code is allowed to instantiate this class;
478 // if not, throw either an Error or an Exception. 478 // if not, throw either an Error or an Exception.
479 virtual void check_valid_for_instantiation(bool throwError, TRAPS); 479 virtual void check_valid_for_instantiation(bool throwError, TRAPS);