On Thu, 28 May 2026 01:54:03 GMT, Alexey Semenyuk <[email protected]> wrote:

>> Alexander Matveev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   8382025: [lworld] tools/jpackage/share/AsyncTest.java fails with An error 
>> of type -10810 has occurred. [v3]
>
> test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java line 1249:
> 
>> 1247:     static Optional<Boolean> getConfigBooleanProperty(String 
>> propertyName) {
>> 1248:         return Optional.ofNullable(getConfigProperty(propertyName))
>> 1249:                 .map(String::strip)
> 
> Why do we need to strip whitespace?

Copy-paste from `tokenizeConfigPropertyAsList`. I removed it. We do not need it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31265#discussion_r3322417423

Reply via email to