RFR: 8309663: test fails "assert(check_alignment(result)) failed: address not aligned: 0x00000008baadbabe"

Alex Menkov amenkov at openjdk.org
Wed Jun 14 19:31:04 UTC 2023


On Wed, 14 Jun 2023 09:07:37 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> This looks good in general. However, I'm looking at the `stackChunkOopDesc::do_barriers0()` implementation and wonder if a similar trick is needed for interpreter frames (to support `Class Redefinition`):
> 

This code collects references from thread stack, I don't see how class redefinition can affect them

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14460#discussion_r1230074035


More information about the hotspot-gc-dev mailing list