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

Container memory not properly recognized.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 10
    • 10
    • hotspot
    • b39
    • ppc
    • linux

    Backports

      Description

        TestAggressiveHeap.java fails because the container recognition misinterprets the available memory size. On SLES 12.1 ppc64le, GET_CONTAINER_INFO() sets memlimit to 0x7FFFFFFFFFFF0000. This is compared to UNLIMITED_MEM == 0x7FFFFFFFFFFFF000, making the VM believe memory is _not_ unlimited.

        Adapt the constant.

        Attachments

          Issue Links

            Activity

              People

                goetz Goetz Lindenmaier
                goetz Goetz Lindenmaier
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: