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

Container memory not properly recognized.

XMLWordPrintable

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

        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.

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

                Created:
                Updated:
                Resolved: