src/share/vm/opto/compile.hpp

changeset 10015
eb7ce841ccec
parent 9931
fd44df5e3bc3
parent 9985
8712be1ae49a
     1.1 --- a/src/share/vm/opto/compile.hpp	Sat Oct 24 16:18:50 2020 +0800
     1.2 +++ b/src/share/vm/opto/compile.hpp	Sat Oct 24 16:43:47 2020 +0800
     1.3 @@ -959,6 +959,7 @@
     1.4    void inline_incrementally(PhaseIterGVN& igvn);
     1.5    void inline_string_calls(bool parse_time);
     1.6    void inline_boxing_calls(PhaseIterGVN& igvn);
     1.7 +  void remove_root_to_sfpts_edges();
     1.8  
     1.9    // Matching, CFG layout, allocation, code generation
    1.10    PhaseCFG*         cfg()                       { return _cfg; }
    1.11 @@ -1223,6 +1224,9 @@
    1.12  
    1.13    // Auxiliary method for randomized fuzzing/stressing
    1.14    static bool randomized_select(int count);
    1.15 +#ifdef ASSERT
    1.16 +  bool _type_verify_symmetry;
    1.17 +#endif
    1.18  };
    1.19  
    1.20  #endif // SHARE_VM_OPTO_COMPILE_HPP

mercurial