The new test TestTransparentHugePagesHeap.java added in JDK-8366434 fails when run with -UseCompressedOops.
The reason for this is that the address printed as the start of the heap in the pagesize logging is not the start of the mapping. So we fail to find the mapping when scanning the SMAPS file.
The reason for this is that the address printed as the start of the heap in the pagesize logging is not the start of the mapping. So we fail to find the mapping when scanning the SMAPS file.
- relates to
-
JDK-8366434 THP not working properly with G1 after JDK-8345655
-
- Resolved
-