JDK-8271170 : Add unit test for what jpackage app launcher puts in the environment
  • Type: Enhancement
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-07-22
  • Updated: 2021-09-29
  • Resolved: 2021-08-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 18
17.0.2Fixed 18 b11Fixed
Related Reports
Relates :  
Relates :  
Description
jpackage app launcher accidently used ";" instead of ":" as a path separator on Linux and OSX. 
The issue was fixed with JDK-8271155 patch. It would be good to add corresponding unit test(s) to avoid issues like this.
Comments
Changeset: 44f137ff Author: Alexey Semenyuk <asemenyuk@openjdk.org> Date: 2021-08-11 23:39:50 +0000 URL: https://git.openjdk.java.net/jdk/commit/44f137ff9c0229ab2d5eccd9ebaadf8db11f386d
11-08-2021

The test should verify the value of the environment variable configured by jpackage app launcher and the value of java.library.path system property.
11-08-2021