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

/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.cpp241 juint my_depth = MIN2(sup_depth + 1, (int)primary_super_limit()); local
243 my_depth = primary_super_limit();
244 for (juint i = 0; i < my_depth; i++) {
248 if (my_depth < primary_super_limit()) {
249 oop_store_without_check((oop*) &_primary_supers[my_depth], (oop) this->as_klassOop());
250 super_check_cell = &_primary_supers[my_depth];
260 assert(j == my_depth, "computed accessor gets right answer");

Completed in 32 milliseconds