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

NUMA allocator: Invalid chunk size computation during adaptive resizing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • hs14
    • hs14
    • hotspot
    • gc
    • b06
    • generic
    • generic

        The per-lgrp chuck size can be incorrectly computed because of the non-associativity of the floating point operations:

        Expression z = x1 * y / x2 with x1 <= x2 can yield z > y, which applied to chunk size computation can result in a chunk size bigger that available.

              iveresov Igor Veresov
              iveresov Igor Veresov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: