mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
6723160: Nightly failure: Error: meet not symmetric
Add missing _instance_id settings and other EA fixes. Reviewed-by: rasbold
This commit is contained in:
parent
a8fc1db8c1
commit
fae39068e8
11 changed files with 224 additions and 129 deletions
|
@ -1399,6 +1399,10 @@ public:
|
|||
uint index() const {
|
||||
return _inode_top->indx;
|
||||
}
|
||||
uint index_at(uint i) const {
|
||||
assert(_inodes + i <= _inode_top, "in range");
|
||||
return _inodes[i].indx;
|
||||
}
|
||||
void set_node(Node *n) {
|
||||
_inode_top->node = n;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue