comparison src/share/vm/oops/klass.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 0fbdb4381b99 98cb887364d3
children 987e948ebbc8
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
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);