On Tue, 9 Sep 2025 23:54:35 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
>> "bits == 64 & vm.opt.final.UseCompressedOops" is a common pattern used in >> testbase, so I just followed it. > > this common pattern is good to run with specific coops and on 64-bit only, > however in your case expression could be simplified. an updated version works in a same way, tested: - 64-bit: with and without -Xcomp, -Xint, -Xmixed, and with/without -+UseCompressedOops - 32-bit: with and without -Xcomp, -Xint, -Xmixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27177#discussion_r2335207934