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

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkState.cpp141 Value *this_oop_tmp = this->oop_tmp(); local
143 if (this_oop_tmp != other_oop_tmp) {
144 assert(this_oop_tmp && other_oop_tmp, "can't merge NULL with non-NULL");
146 phi->addIncoming(this_oop_tmp, this_block);

Completed in 88 milliseconds