src/share/vm/opto/macro.hpp

changeset 682
02a35ad4adf8
parent 631
d1605aabd0a1
child 855
a1980da045cc
     1.1 --- a/src/share/vm/opto/macro.hpp	Wed Jul 16 10:08:57 2008 -0700
     1.2 +++ b/src/share/vm/opto/macro.hpp	Wed Jul 16 16:04:39 2008 -0700
     1.3 @@ -79,7 +79,7 @@
     1.4                                const TypeFunc* slow_call_type,
     1.5                                address slow_call_address);
     1.6    Node *value_from_mem(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc);
     1.7 -  Node *value_from_mem_phi(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc, int level);
     1.8 +  Node *value_from_mem_phi(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc, Node_Stack *value_phis, int level);
     1.9  
    1.10    bool eliminate_allocate_node(AllocateNode *alloc);
    1.11    bool can_eliminate_allocation(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints);

mercurial