Searched refs:klass_h (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp163 klassOop SystemDictionary::handle_resolution_exception(Symbol* class_name, Handle class_loader, Handle protection_domain, bool throw_error, KlassHandle klass_h, TRAPS) { argument
171 assert(klass_h() == NULL, "Should not have result with exception pending");
180 if (klass_h() == NULL) {
188 return (klassOop)klass_h();
H A DsystemDictionary.hpp230 static klassOop handle_resolution_exception(Symbol* class_name, Handle class_loader, Handle protection_domain, bool throw_error, KlassHandle klass_h, TRAPS);

Completed in 45 milliseconds