-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204798 | 11.0.1 | Stefan Karlsson | P4 | Resolved | Fixed | team |
From the test:
* NOTE: This expected result is hardcoded in this test and this test
* will be affected if the heap memory layout is changed in
* the future implementation.
*/
The future is here, and we have a GC that currently only has one memory pool.
The suggestion is to change the minimum number of memory pools from 3 to 1.
* NOTE: This expected result is hardcoded in this test and this test
* will be affected if the heap memory layout is changed in
* the future implementation.
*/
The future is here, and we have a GC that currently only has one memory pool.
The suggestion is to change the minimum number of memory pools from 3 to 1.
- backported by
-
JDK-8204798 Lower the minimum number of heap memory pools in MemoryTest.java
- Resolved