On Tue, 21 Jul 2026 15:17:14 GMT, Guanqiang Han <[email protected]> wrote:
>> src/java.base/share/native/libjli/java.c line 1363:
>>
>>> 1361: !validateModules &&
>>> 1362: !dumpSharedSpaces &&
>>> 1363: showSettings == NULL) {
>>
>> Using "!showSettings" would match the other conditions.
>
> Good point. Fixed!
Technically they are all implicit booleans. Good job this isn't hotspot code.
;-)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31891#discussion_r3627509988
