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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp122 // try to find an old dep. under a broader* ctxk1. If there is
126 ciKlass* ctxk1 = deps->at(ctxk_i)->as_klass(); local
127 if (ctxk2->is_subtype_of(ctxk1)) {
129 } else if (ctxk1->is_subtype_of(ctxk2)) {

Completed in 641 milliseconds