-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247452 | 16 | Alexey Semenyuk | P3 | Resolved | Fixed | b02 |
JDK-8249427 | 15.0.1 | Unassigned | P3 | Resolved | Fixed | b01 |
Right now value of `--runtime-image` option of jpackage should be path to Java runtime home directory.
In jdk14 it used to work for Java runtime root directory too.
In jdk15 it works for Java runtime root only. It is not quit clear what changeset to blame. ProbablyJDK-8246792.
The fix should include relevant jtreg test.
The test cases should be covered by the test:
1. Pass Java runtime home directory in --runtime-image:
jlink ... --output $runtime
jpackage ... --runtime-image $runtime
2. Pass Java runtime root directory in --runtime-image (Mac only):
jlink ... --output $runtime/Contents/Home
jpackage ... --runtime-image $runtime
In jdk14 it used to work for Java runtime root directory too.
In jdk15 it works for Java runtime root only. It is not quit clear what changeset to blame. Probably
The fix should include relevant jtreg test.
The test cases should be covered by the test:
1. Pass Java runtime home directory in --runtime-image:
jlink ... --output $runtime
jpackage ... --runtime-image $runtime
2. Pass Java runtime root directory in --runtime-image (Mac only):
jlink ... --output $runtime/Contents/Home
jpackage ... --runtime-image $runtime
- backported by
-
JDK-8247452 --runtime-image on Mac should work for runtime root
- Resolved
-
JDK-8249427 --runtime-image on Mac should work for runtime root
- Resolved