src/share/vm/opto/macro.hpp

changeset 5110
6f3fd5150b67
parent 4153
b9a9ed0f8eeb
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/opto/macro.hpp	Mon May 06 19:49:23 2013 -0700
     1.2 +++ b/src/share/vm/opto/macro.hpp	Wed May 08 15:08:01 2013 -0700
     1.3 @@ -86,10 +86,11 @@
     1.4    Node *value_from_mem(Node *mem, BasicType ft, const Type *ftype, const TypeOopPtr *adr_t, Node *alloc);
     1.5    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.6  
     1.7 +  bool eliminate_boxing_node(CallStaticJavaNode *boxing);
     1.8    bool eliminate_allocate_node(AllocateNode *alloc);
     1.9    bool can_eliminate_allocation(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints);
    1.10    bool scalar_replacement(AllocateNode *alloc, GrowableArray <SafePointNode *>& safepoints_done);
    1.11 -  void process_users_of_allocation(AllocateNode *alloc);
    1.12 +  void process_users_of_allocation(CallNode *alloc);
    1.13  
    1.14    void eliminate_card_mark(Node *cm);
    1.15    void mark_eliminated_box(Node* box, Node* obj);

mercurial