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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp74 ciInstanceKlass* handler_klass = handler->catch_klass(); local
76 if (!handler_klass->is_loaded()) {
81 if (klass->is_subtype_of(handler_klass)) {
92 if (handler_klass->is_subtype_of(klass)) {

Completed in 34 milliseconds