RFR: 8375692: Hotspot container tests assert with non-ascii vendor name [v2]
Severin Gehwolf
sgehwolf at openjdk.org
Tue Jan 20 16:57:29 UTC 2026
On Tue, 20 Jan 2026 13:30:43 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java line 380:
>>
>>> 378: if (baseImage.contains("ubuntu") && DockerfileConfig.isUbsan()) {
>>> 379: template += "RUN apt-get update && apt-get install -y libubsan1\n";
>>> 380: }
>>
>> Should we update the copyright for test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java
>
> Sure. I can do that.
Fixed in https://github.com/openjdk/jdk/pull/29315/commits/9f93451faae3e4f168386e7367ba75c54797deb7
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29315#discussion_r2709230655
More information about the hotspot-runtime-dev
mailing list