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

compiler/codecache/CheckLargePages.java fails on OL 8.8 with unexpected memory string

XMLWordPrintable

    • b27

        Test uses -Xlog:pagesize=info option to check huge page info, then performs some checks on the resulting output. One of the checks is that the page size is expected to end with B, K, M or G, but does not account for the fact that it could end with a period "."
        In the most recent OL 8.8 update the page size contains period at the end (example: 1G.)

        Not sure at this point whether this is a test issue or platform configuration issue.
        ------------ Relevan test output
          Expected memory string '1G. DEFAULT LARGE PAGE SIZE: 1G.'to end with either of: B, K, M, G
            Test expects: DEFAULT LARGE PAGE SIZE: 1G
            Actual: DEFAULT LARGE PAGE SIZE: 1G.

              yftsai Yi-Fan Tsai
              mseledtsov Mikhailo Seledtsov
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: