[jdk8u-dev] RFR: 8287663: Add a regression test for JDK-8287073
Severin Gehwolf
sgehwolf at openjdk.org
Fri May 26 16:36:00 UTC 2023
On Fri, 26 May 2023 15:16:05 GMT, Paul Hohensee <phh 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
>
> Lgtm.
Thanks for the review, @phohensee!
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/323#issuecomment-1564642999
More information about the jdk8u-dev
mailing list