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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 9
    • 9
    • 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

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

              Created:
              Updated:
              Resolved: