-
Bug
-
Resolution: Fixed
-
P3
-
10
-
b39
-
ppc
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8194696 | 11 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8194792 | 10.0.1 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
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.
Adapt the constant.
- backported by
-
JDK-8194696 Container memory not properly recognized.
-
- Resolved
-
-
JDK-8194792 Container memory not properly recognized.
-
- Resolved
-
- duplicates
-
JDK-8194689 Failure with the -XX:+AggressiveHeap flag set on some Linux kernels
-
- Closed
-