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

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2085 // Returns true iff super_method can be overridden by a method in targetclassname
2089 // note that the instanceKlass of the method in the targetclassname has not always been created yet
2090 bool instanceKlass::is_override(methodHandle super_method, Handle targetclassloader, Symbol* targetclassname, TRAPS) { argument
2102 return(is_same_class_package(targetclassloader(), targetclassname));

Completed in 41 milliseconds