hotspot/src/share/vm/oops/klass.hpp
changeset 2154 72a9b7284ccf
parent 2105 347008ce7984
parent 2131 98f9cef66a34
child 4094 1f424b2b2171
equal deleted inserted replaced
2106:ec595a5e793e 2154:72a9b7284ccf
   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);