RFR: 8279856: Parallel: Use PreservedMarks to record promotion-failed objects

Thomas Schatzl tschatzl at openjdk.java.net
Mon Jan 17 11:30:22 UTC 2022


On Mon, 17 Jan 2022 10:20:49 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:

> One think that would be interesting would be to do some measurements on the additional memory usage for the `PreservedMarks` stack with this change. To better understand what kind of memory trade-off we do for the quicker processing.

It might actually be nice to have some log message for that memory usage somewhere; while I know there is no "framework" for that in Parallel/Serial, it would still be nice to have.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7028



More information about the hotspot-gc-dev mailing list