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

runtime/os/TestTracePageSizes.java fails on machines with 1G pages configured

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 21, 22
    • hotspot

      The test calls the JVM with various permutations of +UseLargePages and UseTransparentHugePages, then checks that the regions printed out with -Xlog:pagesize are, in fact, allocated with the printed-out page size (scanning smaps).

      The underlying problem here is that we trip over https://bugs.openjdk.org/browse/JDK-8310233, which causes the JVM to expect 1GB pages for THP when in fact it works with 2M pages.

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: