[jdk26] RFR: 8371503: RETAIN_IMAGE_AFTER_TEST do not work for some tests [v2]
SendaoYan
syan at openjdk.org
Thu Dec 18 06:30:00 UTC 2025
On Wed, 17 Dec 2025 11:52:45 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi all,
>>
>> This pull request contains a backport of commit [34f24131](https://github.com/openjdk/jdk/commit/34f241317ecd7473cfb6dcc2e6e5cf3a40299e2c) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>>
>> The commit being backported was authored by SendaoYan on 15 Dec 2025 and was reviewed by Leonid Mesnik and David Holmes.
>>
>> This clean backport PR will make all the docker tests receive -Djdk.test.docker.retain.image property correctly.
>>
>> Thanks!
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>
> Add an whitespace after if
>
> Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>
Change has been verified locally on linux-x64. This clean backport PR will make all the docker tests receive -Djdk.test.docker.retain.image property correctly.
Verify command:
j -Djdk.test.docker.image.name=jdk-build -Djdk.test.docker.image.version=11 -conc:20 $(git status -s | awk '{print $NF}' | sed "/ockerTestUtils.java/d" | xargs)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28826#issuecomment-3668601523
More information about the serviceability-dev
mailing list