| JDK 26 |
|---|
| 26 b23Fixed |
|
Relates :
|
|
|
Relates :
|
_major_progress is current an `int`, but we don't really use the value other than checking whether it's 0. We even have 2 occurrences of `_major_progress = true;`. Experiments hint that changing it into a `bool` works fine.
|