[jdk8u-dev] Integrated: 8287663: Add a regression test for JDK-8287073

Severin Gehwolf sgehwolf at openjdk.org
Mon Aug 14 07:40:59 UTC 2023


On Fri, 26 May 2023 14:44:12 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> Simple low risk backport for a regression check of https://bugs.openjdk.org/browse/JDK-8287073 (forthcoming). The only changes were (other than context changes due to `optResult.equals(Optional.empty()` vs `optResult.isEmpty()` differences):
> 
> - Bug line in test. Fixed manually
> - `Files.writeString()` => `Files.write()` changes in test.
> 
> Testing:
>  - [x] New regression test fails without the product fix of JDK-8287073, passes with it.
>  - [x] Linux container tests on x86_64 and cg1

This pull request has now been integrated.

Changeset: fc379423
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/fc379423b48eef9d6aee2a0cda7c87353dd31f71
Stats:     36 lines in 2 files changed: 35 ins; 0 del; 1 mod

8287663: Add a regression test for JDK-8287073

Reviewed-by: phh, andrew
Backport-of: 2d8c6490540e3ccea23b81129b2e4073915071e0

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/323


More information about the jdk8u-dev mailing list