is_sun4v() is called before VM_Version::initialize() on SPARC

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • sparc
    • solaris

      This is made evident by the fact that we only get 2 usable page sizes (-XX:+TracePageSizes):

      src/cpu/sparc/vm/vm_version_sparc.hpp

      static uint page_size_count() { return is_sun4v() ? 4 : 2; }

      This seems to run counter to expectations since all SPARC chips are sun4v

            Assignee:
            Claes Redestad
            Reporter:
            Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: