< prev index next >

src/hotspot/share/opto/graphKit.hpp

Print this page

        

*** 384,393 **** --- 384,398 ---- bool speculative = false); // Check the null_seen bit. bool seems_never_null(Node* obj, ciProfileData* data, bool& speculating); + void guard_klass_being_initialized(Node* klass); + void guard_init_thread(Node* klass); + + void clinit_barrier(ciInstanceKlass* ik, ciMethod* context); + // Check for unique class for receiver at call ciKlass* profile_has_unique_klass() { ciCallProfile profile = method()->call_profile_at_bci(bci()); if (profile.count() >= 0 && // no cast failures here profile.has_receiver(0) &&
< prev index next >