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

include CPU description in hs_err / VM.info output on Solaris

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • 8-pool, 11-pool
    • hotspot
    • solaris

      VM.info / hs_err logs should include the exact CPU model. Solaris seems to be the only supported platform where this is not provided.

      For example, output similar to what "psrinfo -pv" produces would be very helpful.

      We already have code in HotSpot that collects this information via kstat (see vm_version_ext_sparc.cpp). Currently, this code looks like it is only utilized by JFR. Hopefully it will not be too much effort to always call this on startup (regardless of JFR usage) and include the resulting CPU info into VM.info / hs_err output.

            dbuck David Buck
            dbuck David Buck
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: