Remove upper limit on number of compiler phases in phasetype.hpp

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 22
    • Affects Version/s: 22
    • Component/s: hotspot
    • b26

      The field `uint64_t _ideal_phase_name_mask;` in DirectiveSet (used to store compiler directives) implicitly limits the number of phases in phasetype.hpp to 64. With the recent work on JDK-8295166, we are now surpassing this upper bound and need to remove it.

      Compile::should_print_phase is the only function that makes use of _ideal_phase_name_mask.

            Assignee:
            Daniel Lunden
            Reporter:
            Daniel Lunden
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: