_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.
- relates to
-
JDK-8370443 C2: Document major_progress and loop optimization
-
- Open
-
-
JDK-8307982 Fix VerifyLoopOptimizations - step 3 - fix ctrl/loop
-
- In Progress
-
- links to
-
Commit(master)
openjdk/jdk/8ca485cf
-
Review(master)
openjdk/jdk/27912