Mixed GC works with regions which liveness (ratio of the amount of memory taken by live objects to the region size) is less then a certain value. To write effective tests for Mixed GC we need to be able to obtain such statistics on such regions:
- total count of old regions
- total memory of old regions
- total memory of old regions to be freed
This could be done with adding a White Box method.
- total count of old regions
- total memory of old regions
- total memory of old regions to be freed
This could be done with adding a White Box method.
- blocks
-
JDK-8129579 [Newtests] New tests for G1 Mixed GC are required
-
- Open
-