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

The signal tests are failing after JDK-8345782 due to an unrelated warning

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 25
    • 25
    • hotspot
    • 25
    • b06

      When run in tier8 with -XX:+UseLargePages we can encounter a large page VM Warning:

      Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve and commit memory using large pages. req_addr: 0x0000000399000000 bytes: 18907922432

      but because the test only checks for:

       warningPrinted = oa.contains("VM warning");

      it thinks this large page warning is the Deprecation warning.

            jnordstrom Joakim Nordström
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: