src/share/vm/opto/graphKit.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/graphKit.hpp	Thu Mar 12 16:59:43 2015
--- new/src/share/vm/opto/graphKit.hpp	Thu Mar 12 16:59:43 2015

*** 407,418 **** --- 407,417 ---- bool safe_for_replace); // Cast obj to type and emit guard unless we had too many traps here already Node* maybe_cast_profiled_obj(Node* obj, ciKlass* type, ! bool not_null = false, SafePointNode* sfpt = NULL); ! bool not_null = false); // Cast obj to not-null on this path Node* cast_not_null(Node* obj, bool do_replace_in_map = true); // Replace all occurrences of one node by another. void replace_in_map(Node* old, Node* neww);

src/share/vm/opto/graphKit.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File