Searched defs:throw_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1973 ciType* throw_type = x->exception()->exact_type(); local
1974 if (throw_type == NULL) {
1976 throw_type = x->exception()->declared_type();
1978 if (throw_type != NULL && throw_type->is_instance_klass()) {
1979 ciInstanceKlass* throw_klass = (ciInstanceKlass*)throw_type;

Completed in 56 milliseconds