RFR: JDK-8224486: Arguments from jpackager cfg file not processed correctly
Andy Herrick
andy.herrick at oracle.com
Tue Jun 25 16:10:46 UTC 2019
I'm fine with this either way.
The ini file will have GetAllowDuplicates() true, but any OrderedMap
that doesn't will have count of 1.
/Andy
On 6/25/2019 7:52 AM, Alexey Semenyuk wrote:
> In
> http://cr.openjdk.java.net/~almatvee/8224486/webrev.00/src/jdk.jpackage/share/native/libapplauncher/JavaVirtualMachine.cpp.sdiff.html,
> JavaOptions::AppendValues(), why do we need branching based on the
> result of Values.GetAllowDuplicates()? Why can't we use the same logic
> that was introduced by your patch to read values from the map in which
> duplicate keys are not allowed?
>
> - Alexey
>
> On 6/24/2019 9:18 PM, Alexander Matveev wrote:
>> Please review the jpackage fix for bug [1] at [2].
>>
>> This is a fix for the JDK-8200758-branch branch of the open sandbox
>> repository (jpackage).
>>
>> - Duplicated Java options were not read correctly from OrderedMap,
>> instead we read only unique from map. Fixed by reading duplicated
>> Java options.
>>
>> [1] https://bugs.openjdk.java.net/browse/JDK-8224486
>> [2] http://cr.openjdk.java.net/~almatvee/8224486/webrev.00/
>>
>> Thanks,
>> Alexander
>
More information about the core-libs-dev
mailing list