RFR: 8363980: [macos] Add JDK specific keys/values to Info.plist of embedded runtime [v2]
Alexander Matveev
almatvee at openjdk.org
Tue Nov 18 21:49:38 UTC 2025
On Tue, 18 Nov 2025 02:53:29 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> > Yes, NoMPathRuntimeTest.java, MainClassTest.java and CookedRuntimeTest.java will fail without bin folder check.
>
> I don't quite understand this.
>
> As far as I can see, we don't have tests that specifically target this new feature. Am I missing anything?
`Files.isDirectory(env.resolvedLayout().runtimeDirectory().resolve("bin"))` was added to cover cased with `--app-image` and `--runtime-image`. `CookedRuntimeTest` test covers it except it only generates predefined runtime with `bin` folder. I will modified it to cover both cases with `bin` and without `bin` folder.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28033#issuecomment-3549522161
More information about the core-libs-dev
mailing list