src/share/vm/opto/addnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/addnode.hpp	Tue May 18 14:06:09 2010
--- new/src/share/vm/opto/addnode.hpp	Tue May 18 14:06:09 2010

*** 149,159 **** --- 149,158 ---- // if there are more than length. int unpack_offsets(Node* elements[], int length); // Do not match base-ptr edge virtual uint match_edge(uint idx) const; static const Type *mach_bottom_type(const MachNode* n); // used by ad_<arch>.hpp }; //------------------------------OrINode---------------------------------------- // Logically OR 2 integers. Included with the ADD nodes because it inherits // all the behavior of addition on a ring.

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