RFR: 8343658: Parallel: Implement block_start for Young generation
Albert Mingkun Yang
ayang at openjdk.org
Wed Jan 8 10:07:40 UTC 2025
On Tue, 7 Jan 2025 16:04:45 GMT, Volker Simonis <simonis at openjdk.org> wrote:
> the current implementation for Serial is definitely wrong and can lead to secondary crashes during error reporting (which I regularly see in hs_err files)
@simonis Can you create a bug/ticket for that secondary crash with repro info? That sounds like a real bug. (If not all necessary info/files are readily available, maybe you can collect them in the next occurrence.) Depending on how it goes with Serial, we can probably do sth similar in other GCs (e.g. Parallel).
What do you think?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21919#issuecomment-2577275582
More information about the hotspot-gc-dev
mailing list