remove unnecessary defines in SPARC's VM_Version::platform_features

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 10
    • Affects Version/s: 9, 10
    • Component/s: hotspot
    • sparc_64
    • solaris

      Currently, VM_Version::platform_features contains many definitions like

      #ifndef AV_SPARC_ASI_BLK_INIT
      #define AV_SPARC_ASI_BLK_INIT 0x0080 /* ASI_BLK_INIT_xxx ASI */
      #endif

      The reason for these definitions is that some versions of Solaris 10 do not define these constants.

      In future versions of the JDK (possibly versions > 9) support for Solaris 10 will be dropped. When Solaris 10 is not supported anymore, we can get rid of these defines.

            Assignee:
            Patric Hedlin (Inactive)
            Reporter:
            Zoltan Majo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: