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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp318 klassOop childk = find_class(d_index, d_hash, child_name, class_loader); local
326 if ((childk != NULL ) && (is_superclass) &&
327 ((quicksuperk = instanceKlass::cast(childk)->super()) != NULL) &&

Completed in 39 milliseconds