mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
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:
parent
c9bea6a8ea
commit
930c19bcc2
2 changed files with 6 additions and 3 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue