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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2570 ciKlass* exact_kls = profile.receiver(0); local
2572 static_subtype_check(require_klass, exact_kls) == SSC_always_true) {
2575 // This is a win, even if the exact_kls is very specific,
2579 Node* slow_ctl = type_check_receiver(exact_obj, exact_kls, 1.0,

Completed in 64 milliseconds