src/share/vm/opto/compile.cpp

changeset 9985
8712be1ae49a
parent 9957
d2ec2776ad0c
child 10015
eb7ce841ccec
     1.1 --- a/src/share/vm/opto/compile.cpp	Fri Aug 21 09:07:53 2020 +0200
     1.2 +++ b/src/share/vm/opto/compile.cpp	Tue Jun 30 18:05:34 2020 +0200
     1.3 @@ -1162,6 +1162,9 @@
     1.4    _expensive_nodes = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8,  0, NULL);
     1.5    _range_check_casts = new(comp_arena()) GrowableArray<Node*>(comp_arena(), 8,  0, NULL);
     1.6    register_library_intrinsics();
     1.7 +#ifdef ASSERT
     1.8 +  _type_verify_symmetry = true;
     1.9 +#endif
    1.10  }
    1.11  
    1.12  //---------------------------init_start----------------------------------------

mercurial