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

src/share/vm/opto/narrowptrnode.hpp

Print this page
rev 8006 : 8069191: moving predicate out of loops may cause array accesses to bypass null check
Summary: Remove CastPP nodes only during final graph reshape
Reviewed-by:

*** 37,47 **** init_req(0, NULL); init_req(1, value); } public: virtual uint ideal_reg() const { return Op_RegN; } - virtual Node *Ideal_DU_postCCP( PhaseCCP *ccp ); }; //------------------------------EncodeP-------------------------------- // Encodes an oop pointers into its compressed form // Takes an extra argument which is the real heap base as a long which --- 37,46 ----
src/share/vm/opto/narrowptrnode.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File