< prev index next >

src/hotspot/share/opto/callnode.hpp

Print this page

        

*** 889,898 **** --- 889,900 ---- } virtual int Opcode() const; virtual uint ideal_reg() const { return Op_RegP; } virtual bool guaranteed_safepoint() { return false; } + virtual Node* Ideal(PhaseGVN* phase, bool can_reshape); + // allocations do not modify their arguments virtual bool may_modify(const TypeOopPtr *t_oop, PhaseTransform *phase) { return false;} // Pattern-match a possible usage of AllocateNode. // Return null if no allocation is recognized.
< prev index next >