RFR: 8359200: Memory corruption in MStack::push [v2]
Tobias Hartmann
thartmann at openjdk.org
Fri Jun 13 07:47:34 UTC 2025
On Fri, 13 Jun 2025 02:41:27 GMT, SendaoYan <syan at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/arguments/TestOptoNodeListSize.java line 29:
>>
>>> 27: * @bug 8359200
>>> 28: * @key randomness
>>> 29: * @requires vm.flagless & vm.compiler2.enabled & vm.debug == true
>>
>> Why this need `@requires vm.flagless`. Do other VM flags will cause this test fails.
>
> Sorry, the documemt from `createLimitedTestJavaProcessBuilder` say this function use with `@requires vm.flagless`
Right and it simply does not make sense to run this test with any other flags because it will spawn it's own VM. Thanks for looking at this!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25751#discussion_r2144408698
More information about the hotspot-dev
mailing list