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

Alex Menkov amenkov at openjdk.org
Mon Aug 7 18:30:48 UTC 2023


On Wed, 14 Jun 2023 01:02:09 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> If virtual thread has frames in stackChunks, need to apply load barriers before processing nmethods (javaVFrame::locals() and javaVFrame::expressions() do it internally)
> 
> Testing: tier1-tier5;
> 400 runs of VThreadStackRefTest.java test on linux-x64 and linux-x64-debug with "-XX:+UseZGC -Xcomp -XX:-TieredCompilation"

This pull request has now been integrated.

Changeset: 83edffa6
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/83edffa608d998a118d1d12f62d73be40a8982bc
Stats:     5 lines in 2 files changed: 3 ins; 1 del; 1 mod

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

Reviewed-by: sspitsyn, eosterlund

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

PR: https://git.openjdk.org/jdk/pull/14460


More information about the hotspot-gc-dev mailing list