Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8370077

C2: make Compile::_major_progress a boolean

XMLWordPrintable

      _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.

            mchevalier Marc Chevalier
            mchevalier Marc Chevalier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: