Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b100
-
generic
-
generic
-
Not verified
Description
The test jdk/test/java/lang/management/MemoryMXBean/MemoryTest.java needs to be updated to fully support metaspace (it is only partially updated).
As of today, the test fails when finding the two metaspace memory pools, since it expects only one non-heap memory pool (code cache).
The test should anticipate 3 non heap memory pools (code cache, metaspace, class metaspace)
As of today, the test fails when finding the two metaspace memory pools, since it expects only one non-heap memory pool (code cache).
The test should anticipate 3 non heap memory pools (code cache, metaspace, class metaspace)
Attachments
Issue Links
- duplicates
-
JDK-8019485 NPG: The test MemoryTestAllGC.sh needs to be updated to support metaspace
- Closed
-
JDK-8022393 java/lang/management/MemoryMXBean/MemoryTest.java fails
- Resolved
- relates to
-
JDK-8010818 NPG: Remove metaspace memory pools
- Resolved
-
JDK-8019500 Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration
- Closed