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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp496 Node* should_post_flag = make_load(control(), adr, TypeInt::INT, T_INT, Compile::AliasIdxRaw, false); local
499 Node* chk = _gvn.transform( new (C) CmpINode(should_post_flag, intcon(0)) );

Completed in 42 milliseconds