mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
b80ad03e3f
commit
ecddc15f7c
3 changed files with 72 additions and 1 deletions
|
@ -148,6 +148,7 @@ class LinearScan : public CompilationResourceObj {
|
|||
IntervalList _intervals; // mapping from register number to interval
|
||||
IntervalList* _new_intervals_from_allocation; // list with all intervals created during allocation when an existing interval is split
|
||||
IntervalArray* _sorted_intervals; // intervals sorted by Interval::from()
|
||||
bool _needs_full_resort; // set to true if an Interval::from() is changed and _sorted_intervals must be resorted
|
||||
|
||||
LIR_OpArray _lir_ops; // mapping from LIR_Op id to LIR_Op node
|
||||
BlockBeginArray _block_of_op; // mapping from LIR_Op id to the BlockBegin containing this instruction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue