8214862: assert(proj != __null) at compile.cpp:3251

Reviewed-by: kvn, thartmann
This commit is contained in:
Roland Westrelin 2018-12-07 17:56:51 +01:00
parent 0486227784
commit b68257174d
7 changed files with 100 additions and 16 deletions

View file

@ -1088,6 +1088,7 @@ class Compile : public Phase {
void inline_string_calls(bool parse_time);
void inline_boxing_calls(PhaseIterGVN& igvn);
bool optimize_loops(PhaseIterGVN& igvn, LoopOptsMode mode);
void remove_root_to_sfpts_edges();
// Matching, CFG layout, allocation, code generation
PhaseCFG* cfg() { return _cfg; }