RFR: 8359200: Memory corruption in MStack::push [v2]

SendaoYan syan at openjdk.org
Fri Jun 13 02:44:28 UTC 2025


On Fri, 13 Jun 2025 02:33:19 GMT, SendaoYan <syan at openjdk.org> wrote:

>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Improved assert message
>
> 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`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25751#discussion_r2144099595


More information about the hotspot-dev mailing list