On Wed, 16 Sep 2026 13:00:58 GMT, Matthias Baesken <[email protected]> wrote:

>> src/hotspot/share/runtime/flags/jvmFlagAccess.cpp line 327:
>> 
>>> 325:   char* new_value = nullptr;
>>> 326:   if (*value != nullptr) {
>>> 327:     new_value = os::strdup_check_oom(*value, mtInternal);
>> 
>> Some flag code uses mtArguments. Maybe that would be correct here as well?
>
> Maybe. I thought about this too.  Should I change it?

IDK. I think I'm fine with deferring that decision.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32905#discussion_r4026774609

Reply via email to