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

remove unnecessary defines in SPARC's VM_Version::platform_features

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: