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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1266 IfNode *contention_iff = new (C) IfNode (needgc_false, contention_check, PROB_MIN, COUNT_UNKNOWN); local
1267 transform_later(contention_iff);
1268 Node *contention_true = new (C) IfTrueNode(contention_iff);
1275 Node *contention_false = new (C) IfFalseNode(contention_iff);

Completed in 40 milliseconds