Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8260632: Build failures after JDK-8253353
Reviewed-by: shade
Backport-of: f1522fb288f292edf80bbc87436dc932bd7d2d9d
  • Loading branch information
gnu-andrew committed Aug 16, 2022
1 parent eea5195 commit daff6e7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2189,7 +2189,7 @@ void MemoryGraphFixer::collect_memory_nodes() {
uint last = _phase->C->unique();

#ifdef ASSERT
uint8_t max_depth = 0;
uint16_t max_depth = 0;
for (LoopTreeIterator iter(_phase->ltree_root()); !iter.done(); iter.next()) {
IdealLoopTree* lpt = iter.current();
max_depth = MAX2(max_depth, lpt->_nest);
Expand Down

0 comments on commit daff6e7

Please sign in to comment.