Cleanup of compiler activity enum in compileBroker.hpp

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 10
    • Affects Version/s: 9, 10
    • Component/s: hotspot
    • b21

      There is an unnamed enum in compileBroker.hpp.

      It has two problems:
      1) It us an unnamed enum, meaning that its values can not be passed into template functions.
      2) The "shutdown_compilaton" state is misspelled.

      This changeset corrects the spelling error and gives the enum a name so that its value can be passed into functions that use templates.

            Assignee:
            Erik Ă–sterlund
            Reporter:
            Erik Ă–sterlund
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: