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

Remove unused os::numa_topology_changed()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • None
    • hotspot
    • b15

      The method os::numa_topology_changed() returns false on all platforms with no callers. It makes sense to remove it as the JVM does not support changing the NUMA topology during runtime, or in other words, hotswapping CPUs.

      The last implementation of os::numa_topology_changed() that did something other than just returning false was removed in JDK-8244224 with the removal of the Solaris and SPARC ports.

            jsikstro Joel Sikström
            jsikstro Joel Sikström
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: