RFR: JDK-8229795: Investigate registry key usage and need for --win-registry-name option.

Kevin Rushforth kevin.rushforth at oracle.com
Mon Aug 19 20:53:52 UTC 2019


The following will take the last in the list of extensions and use that:

+ entryName = ext.toUpperCase() + "File";


Also, did you mean to upper-case the extension? I note that "File" isn't 
upper-case, nor is the prefix when there isn't an extension.

-- Kevin


On 8/19/2019 12:33 PM, Andy Herrick 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).
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8229795
>
> [2] http://cr.openjdk.java.net/~herrick/8229795/
>
> /Andy
>
>



More information about the core-libs-dev mailing list