src/share/vm/opto/graphKit.hpp

changeset 2810
66b0e2371912
parent 2750
6c97c830fb6f
child 2816
286c498ae0d4
     1.1 --- a/src/share/vm/opto/graphKit.hpp	Wed Apr 20 09:29:00 2011 -0700
     1.2 +++ b/src/share/vm/opto/graphKit.hpp	Wed Apr 20 18:29:35 2011 -0700
     1.3 @@ -769,15 +769,13 @@
     1.4  
     1.5    // implementation of object creation
     1.6    Node* set_output_for_allocation(AllocateNode* alloc,
     1.7 -                                  const TypeOopPtr* oop_type,
     1.8 -                                  bool raw_mem_only);
     1.9 +                                  const TypeOopPtr* oop_type);
    1.10    Node* get_layout_helper(Node* klass_node, jint& constant_value);
    1.11    Node* new_instance(Node* klass_node,
    1.12                       Node* slow_test = NULL,
    1.13 -                     bool raw_mem_only = false,
    1.14                       Node* *return_size_val = NULL);
    1.15    Node* new_array(Node* klass_node, Node* count_val, int nargs,
    1.16 -                  bool raw_mem_only = false, Node* *return_size_val = NULL);
    1.17 +                  Node* *return_size_val = NULL);
    1.18  
    1.19    // Handy for making control flow
    1.20    IfNode* create_and_map_if(Node* ctrl, Node* tst, float prob, float cnt) {

mercurial