Skip to content

Commit daff6e7

Browse files
committed
8260632: Build failures after JDK-8253353
Reviewed-by: shade Backport-of: f1522fb288f292edf80bbc87436dc932bd7d2d9d
1 parent eea5195 commit daff6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hotspot/src/share/vm/gc_implementation/shenandoah/c2/shenandoahSupport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ void MemoryGraphFixer::collect_memory_nodes() {
21892189
uint last = _phase->C->unique();
21902190

21912191
#ifdef ASSERT
2192-
uint8_t max_depth = 0;
2192+
uint16_t max_depth = 0;
21932193
for (LoopTreeIterator iter(_phase->ltree_root()); !iter.done(); iter.next()) {
21942194
IdealLoopTree* lpt = iter.current();
21952195
max_depth = MAX2(max_depth, lpt->_nest);

0 commit comments

Comments
 (0)