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

Only allow use of large page sizes passing the startup sanity check

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 19
    • hotspot
    • gc

      During large page setup we sanity check usage of large pages by doing test mappings using the different sizes available on the system. Currently we consider large pages enabled if any of the page sizes pass the sanity check, but we still allow any large page sizes to be tried later on.

      For example, even if 1G pages fail the sanity check, a reservation can try using 1G pages later on. For a simpler user model it makes sense to only allow large page sizes that pass the sanity check.

      Any page size that fail the sanity check should be removed from os::_page_sizes to prevent usage of that page size. We also need to make sure os::large_page_size() is consistent after the sanity check, one way to do this is to have it always return os::_page_sizes.largest().

            Unassigned Unassigned
            sjohanss Stefan Johansson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: