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

compiler/codecache/CheckLargePages.java fails on linux with huge pages configured but its number set to 0

XMLWordPrintable

    • b23
    • linux

      Test that fails: test/hotspot/jtreg/compiler/codecache/CheckLargePages.java
      Reproducible: 10/10
      Platform: Oracle Linux 8.9 with huge pages configured (Oracle-Linux-8.9-2024.04.19-0)

      ---------- Error Message:
      Exception: java.lang.RuntimeException: 'CodeCache: min=1[gG] max=1[gG] base=[^ ]+ size=1[gG] page_size=1[gG]' missing from stdout/stderr

      # The following assert fails:
      out.shouldMatch("CodeCache: min=1[gG] max=1[gG] base=[^ ]+ size=1[gG] page_size=1[gG]");

      # Actual output
      [0.002s][info][pagesize] CodeCache: min=1G max=1G base=0x00007f4040000000 size=1G page_size=2M

            dfenacci Damon Fenacci
            dfenacci Damon Fenacci
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: