src/share/vm/opto/compile.cpp

changeset 9985
8712be1ae49a
parent 9957
d2ec2776ad0c
child 10015
eb7ce841ccec
equal deleted inserted replaced
9984:63dafc005680 9985:8712be1ae49a
1160 _macro_nodes = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL); 1160 _macro_nodes = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL);
1161 _predicate_opaqs = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL); 1161 _predicate_opaqs = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL);
1162 _expensive_nodes = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL); 1162 _expensive_nodes = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL);
1163 _range_check_casts = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL); 1163 _range_check_casts = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8, 0, NULL);
1164 register_library_intrinsics(); 1164 register_library_intrinsics();
1165 #ifdef ASSERT
1166 _type_verify_symmetry = true;
1167 #endif
1165 } 1168 }
1166 1169
1167 //---------------------------init_start---------------------------------------- 1170 //---------------------------init_start----------------------------------------
1168 // Install the StartNode on this compile object. 1171 // Install the StartNode on this compile object.
1169 void Compile::init_start(StartNode* s) { 1172 void Compile::init_start(StartNode* s) {

mercurial