New tests should be created to cover PLAB functionality.
What should be tested:
- Various number of GC threads
- Various objects sizes
- Young to Survivor promotion
- Survivor to Old promotion
- Various ParallelGCBufferWastePct
- Various PLAB sizes
- Small objects are promoted using PLAB
- Large objects are not promoted using PLAB.
What should be tested:
- Various number of GC threads
- Various objects sizes
- Young to Survivor promotion
- Survivor to Old promotion
- Various ParallelGCBufferWastePct
- Various PLAB sizes
- Small objects are promoted using PLAB
- Large objects are not promoted using PLAB.
- relates to
-
JDK-8148376 Test for PLAB behavior at evacuation failure.
-
- Resolved
-