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

Lots of constant static data not declared static const in cpu/x86

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • None
    • hotspot
    • None
    • b16

      In cpu/x86 there are lots of places where data that is static and constant is not declared static and/or const. These should be. Making them static helps ensure we do not break the one definition rule. Making them const helps the compiler/linker to place the data in read-only sections.

            jcking Justin King
            jcking Justin King
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: