On Tue, 18 Nov 2025 02:53:29 GMT, Alexey Semenyuk <[email protected]> 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