src/share/vm/oops/klass.hpp

changeset 1040
98cb887364d3
parent 953
0af8b0718fc9
child 1063
7bb995fbd3c0
equal deleted inserted replaced
1039:ec59443af135 1040: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);

mercurial