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

assert(is_T_family(features) == is_niagara(features), "Niagara should be T series") is incorrect

XMLWordPrintable

    • sparc
    • solaris_11

      When running in a Solaris zone on T4/T5 what happens is that the architecture is reported as sun4v, so
      is_niagara(features) is true, but family flag is for some reason stripped off.

      I propose to remove the assert.

      See vm_version_sparc.cpp, VM_Version::determine_features() .

      The assert doesn't affect the product, but affects testing in zones, hence P4.

            phedlin Patric Hedlin (Inactive)
            iveresov Igor Veresov
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: