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

Implement ParallelGC NUMAStats for Linux

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • None
    • hotspot
    • gc
    • b06
    • linux

      ParallelGC has a seemingly useful option -XX:+NUMAStats which prints detailed information in GC.heap_info about which node pages in the eden space are bound to when using -XX:+UseNUMA. However as far as I can tell this only ever worked on Solaris and is not implemented on any of the systems we currently support. On Linux we can implement this quite easily using the move_pages system call.

            ngasson Nick Gasson
            ngasson Nick Gasson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: