-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b25
With JDK-8202286 functionality to put the old generation of generational collectors (parallel, g1) has been introduced.
The idea has been that it could be used to allow use of "cheaper" memory for a larger old gen, in ultimately improving application performance.
However there has been no uptake of this feature and there are no maintainers. Several minor issues with it have been open for a while with no signs of effort fixing these (some issues linked). At the other hand it requires some constant maintenance when developing new features in the heap management area.
I.e. the code has started to bit rot, nobody uses it, and takes time to try to support it in conjunction with new features.
The flag covering this functionality, AllocateOldGenAt is experimental.
So the functionality can be removed.
The idea has been that it could be used to allow use of "cheaper" memory for a larger old gen, in ultimately improving application performance.
However there has been no uptake of this feature and there are no maintainers. Several minor issues with it have been open for a while with no signs of effort fixing these (some issues linked). At the other hand it requires some constant maintenance when developing new features in the heap management area.
I.e. the code has started to bit rot, nobody uses it, and takes time to try to support it in conjunction with new features.
The flag covering this functionality, AllocateOldGenAt is experimental.
So the functionality can be removed.
- duplicates
-
JDK-8256213 Remove os::split_reserved_memory
-
- Resolved
-
- relates to
-
JDK-8217666 gc/nvdimm/* should not be included any tiers
-
- Resolved
-
-
JDK-8217406 gc/nvdimm/Test*ObjectsOnNvdimm.java failure
-
- Closed
-
-
JDK-8256079 Heterogeneous Heap may fail silently on Windows
-
- Closed
-
-
JDK-8215893 Add better abstraction for pinning G1 concurrent marking bitmaps.
-
- Closed
-
-
JDK-8202286 Allocation of old generation of Java heap on alternate memory devices
-
- Resolved
-
(1 relates to, 2 links to)