don't prefix developer and notproduct flag variables with CONST_ in product builds

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b96

      When working on JDK-8024545 I added code that prefixes developer and notproduct flags with CONST_. I think I did this to be able to access the address of these variables for the flag table. But this is not necessary because these flag cannot be written anyway.

      I am proposing to remove the CONST_ prefix and define the variables as const.

            Assignee:
            Christian Thalinger (Inactive)
            Reporter:
            Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: