Skip to content

Commit bc41bb1

Browse files
committedJan 29, 2021
8260632: Build failures after JDK-8253353
Reviewed-by: stuefe, thartmann, kvn
1 parent a117e11 commit bc41bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ void MemoryGraphFixer::collect_memory_nodes() {
22852285
uint last = _phase->C->unique();
22862286

22872287
#ifdef ASSERT
2288-
uint8_t max_depth = 0;
2288+
uint16_t max_depth = 0;
22892289
for (LoopTreeIterator iter(_phase->ltree_root()); !iter.done(); iter.next()) {
22902290
IdealLoopTree* lpt = iter.current();
22912291
max_depth = MAX2(max_depth, lpt->_nest);

0 commit comments

Comments
 (0)
Please sign in to comment.