RFR: 8367249: [REDO] MemBaseline accesses VMT without using lock [v4]

Johan Sjölen jsjolen at openjdk.org
Wed Sep 17 12:52:17 UTC 2025


On Tue, 16 Sep 2025 10:24:07 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> Hi,
>> 
>> This is a REDO, as the previous attempt caused build failures when merged with latest master.
>> The only difference is that the copy ctr for the RBTRee had been integrated with a different PR, but it never should have been. I deleted the copy ctr.
>> 
>> Thanks.
>
> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   const-ify a bit

Hi @jianglizhou ,

There's a test failure that only appears in linux-x64-static tier1. I'm looking at running the tests under the static-jdk. So far, I've produced a static-jdk via `make CONF=slow static-jdk-image`. Do you happen to know how to execute the tier1 tests with such a JDK?

I've tried `make JDK_UNDER_TEST=build/linux-x64-slowdebug/images/static-jdk/ test TEST=tier1` but it complains about JDK_UNDER_TEST not being a non-control variable.

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

PR Comment: https://git.openjdk.org/jdk/pull/27170#issuecomment-3302835289


More information about the hotspot-dev mailing list