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

Cleanup of compiler activity enum in compileBroker.hpp

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 9, 10
    • 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.

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

              Created:
              Updated:
              Resolved: