8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types()

Remove dead node from C2 IR.

Reviewed-by: roland, neliasso
This commit is contained in:
Tobias Hartmann 2019-01-22 18:25:56 +01:00
parent c9bea6a8ea
commit 930c19bcc2
2 changed files with 6 additions and 3 deletions

View file

@ -1088,7 +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();
void remove_root_to_sfpts_edges(PhaseIterGVN& igvn);
// Matching, CFG layout, allocation, code generation
PhaseCFG* cfg() { return _cfg; }